Menu
  • HOME
  • TAGS

Attach mail to MailMessage

c#,email,attachment,smtpclient,mailmessage

Well, I found a way to somehow does what I needed. This solution is not the perfect answer, but it works almost as intended. Warning This solution requires currently Outlook installed as the mail needs to be attached as a .msg file. I want to repeat that this is not...

I can't send mail in umbraco

c#,web-config,mailmessage

You need to configure hotmail server not localhost 127.0.0.1 <network host="smtp.live.com" /> ...

File ATT00001 is attached when sending an e-mail with an image

c#,outlook,email-attachments,mailmessage

ok, fine "Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section." from http://support.microsoft.com/kb/969854

MailMessage encoding & incorrectly in outlook

vb.net,smtp,mailmessage

Seems that outlook for some reason escapes &reg with %c2%ae. A work around that was good enough for me was change &registrationtoken with &token.