Guest User

Untitled

a guest
May 27th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. mail.Body = body;
  2.  
  3. System.Net.Mail.Attachment attachment;
  4.  
  5. attachment = new System.Net.Mail.Attachment(Server.MapPath("Documents/quote.pdf"));
  6. mail.Attachments.Add(attachment);
  7. SmtpServer.Send(mail);
Add Comment
Please, Sign In to add comment