public override void OnRequestSentFailed(MailSend.MessageWrapper mail, MailSend.MailState mailState) { throw new NotImplementedException(); }
public override void OnSendMailEnds(MailSend.MailState sendMailEndsStatus) { throw new NotImplementedException(); }
public override void OnBeforeMailSent(MailSend.MessageWrapper mail, MailSend.MailState mailState) { throw new NotImplementedException(); }
public override void OnMaxMailsToSend(MailSend.MailState mailState) { throw new NotImplementedException(); }