Send Gmail email using C#


/ Published in: C#
Save to your folder(s)

Notes:\r\n\r\n(1) your namespace\'s using section should include the following:\r\nusing System.Net.Mail;\r\n\r\n(2) my example code places the email-sending code in a Button\'s Click() event-handler

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.