Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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>