Abp.Tests.Net.Mail.SmtpEmailSender_Tests.Test_Send_Email C# (CSharp) Method

Test_Send_Email() public method

public Test_Send_Email ( ) : void
return void
        public void Test_Send_Email()
        {
            _smtpEmailSender.Send(
                "...", 
                "Test email", 
                "An email body"
                );
        }
    }