oops
This commit is contained in:
parent
9e5f62952e
commit
cb5e516361
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -68,7 +68,7 @@ namespace DeskHubSharp
|
||||
using (var client = new SmtpClient())
|
||||
{
|
||||
client.Connect("smtp.gmail.com", 465, SecureSocketOptions.SslOnConnect);
|
||||
client.Authenticate(_from, "IhaveanAMDRX580");
|
||||
client.Authenticate(_from, "password");
|
||||
client.Send(message);
|
||||
client.Disconnect(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user