remove Google validation of the adress, and give email sending status
This commit is contained in:
parent
a82e6c4998
commit
0f38aa6024
4 changed files with 47 additions and 108 deletions
|
|
@ -64,6 +64,7 @@ namespace Yavsc.Services
|
|||
SecureSocketOptions.None);
|
||||
await sc.SendAsync(msg);
|
||||
model.MessageId = msg.MessageId;
|
||||
model.Sent = true; // a duplicate info to remove from the view model, that equals to MessageId == null
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
@ -76,4 +77,4 @@ namespace Yavsc.Services
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue