Rank: Newbie
Groups: Registered
Joined: 10/12/2015(UTC) Posts: 2
When you read the email with embedded images, Gmail displays an attachment icon, even if there are no attachments. I tested this code: Content HTML code in tmpHTML variable: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <body> <P><FONT size=2>test</FONT> </P> <P> </P> <P><IMG border=0 hspace=0 alt="" src="C:\image.png"></P> <P>bye</P> </body> </html> Vb6 Code: dim cid as string cid = objSmtp.AddInline("C:\image.png") tmpHTML = replace(tmpHTML , "C:\image.png", cid) objSmtp.BodyText = tmpHTML When I read the email I can see the images, it work. But I see also a Icon of attachments. Why? And if I read the email in a Mac I see attachments. Why?
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
It is normal, embedded image is a type of attachment. Even I use outlook or other popular email clients to send email with embedded images, both Gmail and Outlook.com displays attachment icon.
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.