I just know how to email sent success or faild throug code? In kentico
EmailSender.SendEmail(SiteContext.CurrentSiteName, msg,true);
method did not any return any status like mail sent fail or success.
example : I have insert wrong smtp in setting so How identify the mail sent or fail through code.
In C# return the true or false for success and fail mail so..In kentico How I implement ?