Coder Social home page Coder Social logo

csmtp's Introduction

CSMTP

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

csmtp's People

Contributors

duduyoyo avatar r00t88 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.