Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How do I send HTML Formatted Email with PutEmail

avatar
Master Guru

If I put HTML in the message area and it doesn't send HTML it just sends tags.

1 ACCEPTED SOLUTION

avatar
Master Guru

Okay, this is my bad. Make sure you set text/html. And the content must be a full HTML file. You cannot include attributes or attach the file for HTML to work.

<html><head><title>Test</title></head><body>Message From Twitter
<br>
<b>Test</b><br>
<br>
FileName: ${filename}<br>
<img src="https://pbs.twimg.com/media/Cp2_ftRWYAASiDz.jpg">
</body>
</html>

View solution in original post

1 REPLY 1

avatar
Master Guru

Okay, this is my bad. Make sure you set text/html. And the content must be a full HTML file. You cannot include attributes or attach the file for HTML to work.

<html><head><title>Test</title></head><body>Message From Twitter
<br>
<b>Test</b><br>
<br>
FileName: ${filename}<br>
<img src="https://pbs.twimg.com/media/Cp2_ftRWYAASiDz.jpg">
</body>
</html>