Abp.Tests.Net.Mail.SmtpEmailSender_Tests.Test_Send_Email C# (CSharp) 메소드

Test_Send_Email() 공개 메소드

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