Пример #1
0
        public void SendConfirmationEmail()
        {
            AutomaticEmail ae = new AutomaticEmail();
            bool           r  = ae.SendEmail("*****@*****.**", "Test", "This is an automated test");

            Assert.IsTrue(r);
        }