Skip to content

Commit

Permalink
Fixed formatting of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superlinkx committed May 4, 2016
1 parent 1c3cd54 commit 089fcf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Simple SMTP client written in Go

Usage: quickmailer -server smtp.gmail.com -passwd password -port 587 -from [email protected] -to [email protected] -attachDir "/home/user/someDir"
Usage: `quickmailer -server smtp.gmail.com -passwd password -port 587 -from [email protected] -to [email protected] -attachDir "/home/user/someDir"`

Or: quickmailer.exe -server smtp.gmail.com -passwd password -port 587 -from [email protected] -to [email protected] -attachDir "C:\Users\Me\someDir"
Or: `quickmailer.exe -server smtp.gmail.com -passwd password -port 587 -from [email protected] -to [email protected] -attachDir "C:\Users\Me\someDir"`

Additonal parameters:

-body
-subject
-attachFile
`-body`
`-subject`
`-attachFile`

0 comments on commit 089fcf0

Please sign in to comment.