Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
How do I send HTML Formatted Email with PutEmail
Labels:
- Labels:
-
Apache NiFi
Master Guru
Created 08-14-2016 09:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I put HTML in the message area and it doesn't send HTML it just sends tags.
1 ACCEPTED SOLUTION
Master Guru
Created 08-15-2016 12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
1 REPLY 1
Master Guru
Created 08-15-2016 12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
