Articles found: 1
This is a SMTP client implementation in C# permits to send Inline attachment in
your email messages (using the
MailMessage class of
System.Net.Mail namespace is
possible only to send normal attachments).
To show an image inside the body of the email without link to external site is necessary
to add the attachment in the header of message and call it from the HTML section
of the body.
|