Rank: Newbie
Groups: Registered
Joined: 3/28/2011(UTC) Posts: 0 Location: Sweden
Thanks: 1 times
Hi there, Is it possible to send a multipart email as alternative rather than related? Best regards, John
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Sure, if you only specify the TextBody and HtmlBody property, then the body format is multiple/alternative.
If you specify both TextBody and HtmlBody and you also add embedded images in the email, then the body format is like this:
Code:
mutiple/related
multiple/alternative
text/plain
text/htm
embedded image attachment.
1 user thanked ivan for this useful post.
Rank: Newbie
Groups: Registered
Joined: 3/28/2011(UTC) Posts: 0 Location: Sweden
Thanks: 1 times
Thanks Ivan, That explains it :) Didn't know that the embedded images caused that change in headers. Is there any risk with using the AutoBodyText property instead of providing an alternative text body. How are the links translated? /John
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Hi, AutoTextBody just simply removes all HTML tag and links in HTML and put it to TextBody So your links in HTML body will be removed.
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.