MailMessage - including graphics

  • Thread starter Thread starter Bijoy Naick
  • Start date Start date
B

Bijoy Naick

I'm using the MailMessage and SmtpMail classes to send HTML emails from my
website. Just wondering if there is a way to include graphics with the
email, which I can reference in the HTML.
 
But what if i want to include the graphic files in the email.. so that
people that view their email offline will also be able to view the
graphics..
 
That tends to be a bad idea because of the size of the email when
including graphics. Using an absolute reference is pretty standard and
performs much better than embedded images. Do you have a definite need
for including the images or is it a preference issue?
Regards,
Ian Suttle
http://www.iansuttle.com
 
I've done quite a few HTML emails in the past, and I've always used abs
reference.. However, in this case, there is a need for it.

Just wondering if there's a way of doing that in .NET

Bijoy
 
Back
Top