Ejemplo n.º 1
0
        private static void SendConsole()
        {
            var notifier = new ConsoleNotifier()
            {
                Message             = "This is a message via email. It got the job done...",
                Subject             = "Email Message",
                NotificationAddress = "*****@*****.**"
            };

            notifier.SendNotification();
        }
Ejemplo n.º 2
0
        private static void SendConsole()
        {
            var notifier = new ConsoleNotifier()
            {
                Message = "This is a message via email. It got the job done...",
                Subject = "Email Message",
                NotificationAddress = "*****@*****.**"
            };

            notifier.SendNotification();
        }