smtp-cli
smtp-cli copied to clipboard
The ultimate command line SMTP client
I am trying to install smtp-cli in CI/CD pipeline in a container. I wrote following code in a bash script. ``` sudo apt-get install -y git sudo git clone https://github.com/mludvig/smtp-cli.git...
Hi, I am trying to use mailgun.com (they user mailgun.org for some email), and it seems that smpt-cli detects the server as SMTP only, because it's using always HELO instead...
Hi, how a LFCR can be added to the body-plain text field? ... --body-plain "Hi\r\n here is some text\r\n Bye" \r\n in the provided example does not work. P.S. thank...
Debian also requires the libnet-dns-perl package but this isn't listed in the installation instructions.
Hello @mludvig , The DKIM becomes wrong when i use the following signs in the subject or text « OR » Playing arround with the Charset don't help ? :/
I forked the repo and added https://github.com/matti/smtp-cli/blob/master/Dockerfile which builds mattipaksula/smtp-cli usage for example with: ``` docker run --net=host -it mattipaksula/smtp-cli:v3.10-matti --verbose --server localhost:2525 --from [email protected] --to [email protected] --subject hello --body-plain...
Hi, great script! Since username and password had to be supplied via arguments to the script they showed up in command history, process lists and such. To increase security, options...
If email send success, exit code should be 0, else 1 From this commit 3545319d1e5e0d654a2c6142be4bfdfd84a08942 , default success email return 1