Skip to content

superlinkx/quickmailer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

#Simple SMTP client written in Go

Usage: quickmailer -server smtp.gmail.com -passwd password -port 587 -from myemail@gmail.com -to theiremail@example.com -attachDir "/home/user/someDir"

Or: quickmailer.exe -server smtp.gmail.com -passwd password -port 587 -from myemail@gmail.com -to theiremail@example.com -attachDir "C:\Users\Me\someDir"

Additonal parameters:

-body -subject -attachFile

About

Quick and Simple SMTP Sender Written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages