Click here to Skip to main content
15,892,059 members
Articles / Desktop Programming / System

Using Gmail Account to Send Emails With Attachment

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
29 Mar 2011CPOL 12.2K   4  
Hello Abdur,Helpful article on using Gmail to send mail. Added the following "using" statements to my code:System.Net for NetworkCredentialSystem.Net.Mail for MailMessage and AttachmentSystem.IO for adding a OpenFileDialogAlso modified my code to send with...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions