Getting info on email sent
This commit is contained in:
parent
2f60591146
commit
18b5297d71
6 changed files with 28 additions and 13 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
using System.Threading.Tasks;
|
||||
using Yavsc.Abstract.Manage;
|
||||
|
||||
namespace Yavsc.Services
|
||||
{
|
||||
|
|
@ -13,6 +14,6 @@ namespace Yavsc.Services
|
|||
/// <param name="subject">email subject</param>
|
||||
/// <param name="message">message</param>
|
||||
/// <returns>the message id</returns>
|
||||
Task<string> SendEmailAsync(string username, string email, string subject, string message);
|
||||
Task<EmailSentViewModel> SendEmailAsync(string username, string email, string subject, string message);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue