Skip to content

📧 Simple commandline utility for sending email written in C#

License

Notifications You must be signed in to change notification settings

SnowflakeWhispers/Mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailer

Simple commandline utility for sending email written in C#

List available parameters

$> mailer.exe -help

Sending emal

$> 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

Credits

(C) Martin Kukolos

This application using Command Line Parser

License

  • This application GNU GPLv3
  • Command Line Parser GNU GPLv2

About

📧 Simple commandline utility for sending email written in C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages