Questions tagged [msmtp]

an open-source SMTP client

In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which takes care of further delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail.

Features include:

  • Sendmail compatible interface (command line options and exit codes)
  • Support for multiple accounts
  • TLS/SSL support including client certificates
  • Many authentication methods
  • Support for Internationalized Domain Names (IDN)
  • Fast SMTP implementation using command pipelining
  • DSN (Delivery Status Notification) support
  • SOCKS proxy support

msmtp is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. https://marlam.de/msmtp/

49 questions
0
votes
1 answer

Get recipient's email address from a json file in MUTT

So I am using MUTT on my Ubuntu server where I want to email a particular file to the user once he enters his email address in a webpage (hosted on the server). I am storing his response as a .json file in the server but now I want to send email to…
harshithdwivedi
  • 1,411
  • 16
  • 37
0
votes
0 answers

Slow email sending from php-fpm

I am using msmtp for sending emails from my sites, so i have set variable sendmail_path to /usr/bin/msmtp in php config file. It works, but... I found a significant time difference between sending emails using php function mail() and sending from…
Alex B
  • 23
  • 4
0
votes
2 answers

Sendmail path error?

I just switched to using Msmpt, but I am unable to send using the mail() function. I can send via SSH command line perfectly but var_dump shows that mail returns a false value. sendmail_path = /usr/bin/msmtp -t -i Is the path, but manually…
James
  • 5,942
  • 15
  • 48
  • 72
-1
votes
1 answer

Sending a mail with smtp on localhost in ubuntu?

root@sourav-HP-Pavilion-dv6500-Notebook-PC:/var/log# echo -e "Subject: Test Mail\r\n\r\n This is my first test email." | msmtp --debug --from=default -t souravsachdeva13@gmail.com loaded system configuration file /etc/msmtprc ignoring user…
ssDON_JOE
  • 33
  • 6
1 2 3
4