cleanup
This commit is contained in:
@@ -21,7 +21,6 @@ namespace MistoxWebsite.Server.Services {
|
|||||||
using (SmtpClient client = new SmtpClient( EmailServer, EmailPort )){
|
using (SmtpClient client = new SmtpClient( EmailServer, EmailPort )){
|
||||||
client.EnableSsl = true;
|
client.EnableSsl = true;
|
||||||
client.Credentials = new System.Net.NetworkCredential( EmailAddress, EmailPassword );
|
client.Credentials = new System.Net.NetworkCredential( EmailAddress, EmailPassword );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
MailMessage msg = new MailMessage(){
|
MailMessage msg = new MailMessage(){
|
||||||
IsBodyHtml = true,
|
IsBodyHtml = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user