I have some code in my asp.net which sends an email:
public void SendEmail(string message) { var body = message; var email = new MailMessage(Configurati
Can't you place this within a module and call it from a test and set the recipient to say you're email address. if you get the email then i'd say it's working.