Simple commandline utility for sending email written in C#
$> mailer.exe -help
$> mailer.exe -to "recipient@email.domain" -from "my@email.domain" -subject "Hello World!" -body "Hello World message" -user "my@email.domain" -password "pa$$word" -server "smtp.mail.server" -port 25
(C) Martin Kukolos
This application using Command Line Parser
- This application GNU GPLv3
- Command Line Parser GNU GPLv2