var client = new S
{
Credentials = new NetworkCredential("[valid Gmail username]" , "[valid Gmail password]" ) ,
EnableSsl = tr ue
};
client.Send("[email from address]" , "[email to addression]" , "[email subject]" , "[email body]" );
No comments:
Post a Comment