CSMTP allow you to send email via command line and save message to sent folder
#Features
- Support TLS/SSL ( OpenSSL v1.0.2h )
- Support multi receiver email address with ; token
- Support HTML body
- Support multi attachment with ; token
- Support authentication LOGIN - PLAIN - MD5-CRAM - DIGEST-MD5
- Support urgent flag
- Support read notification
- Support password encoding for command line
- Support save message to specific folder
- Support UTF-8
#Supported OS
- Win7 x86/x64 - Win8 x86/x64 - Win8.1 x86/x64 - Win10 x64
#Command Line 1. -server : SMTP server (mandatory) 2. -port : Port (default: 25) 3. -security : 0 -> Nothing / 1 -> TLS / 2 -> SSL (default: 0) 4. -auth : 0 -> No / 1 -> Yes (default: 0) 5. -user : user 6. -pwd : password (encoded) 7. -from : sender (mandatory) 8. -to : receiver (mandatory) 9. -cc : CC 10. -bcc : BCC 11. -subject : Subject (mandatory) 12. -body : Body 13. -attachment : Attachment path 14. -urgent : 0 -> No / 1 -> Yes 15. -read : read notify 0 -> No / 1 -> Yes 16. -IMAPserver : IMAP server (mandatory) 17. -IMAPport : Port (default: 143) (mandatory) 18. -IMAPsecurity : 0 -> Nothing / 1 -> TLS / 2 -> SSL (default: 0) (mandatory) 19. -IMAPuser : user (mandatory) 20. -IMAPpwd : password (encoded) (mandatory) 21. -IMAPsentfolder : sent folder tosave message (mandatory)
#Encode user password: 1. -encode : user password (mandatory)
#Thanks to
- Jakub Piwowarczyk
- John_Tang
- David Johns