.net - Using C# WinForm to send application registration information to a my gmail -
i have application i'm working on , includes form allows user register it. have information stored in string , information emailed gmail account. searched online , able send using gmail account not has gmail , code requires password sender.
is there way this?
in code can provide credentials your gmail account can use send emails other accounts. check system.net.mail namespace - can start here:
http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx
Comments
Post a Comment