gmail_on_linux_with_msmtp
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gmail_on_linux_with_msmtp [2012/04/22 13:49] – created juckins | gmail_on_linux_with_msmtp [2025/03/20 19:56] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Sending email via Gmail with MSMTP ==== | ||
+ | |||
+ | [[http:// | ||
+ | |||
[[https:// | [[https:// | ||
+ | |||
+ | Kept getting an error: | ||
+ | < | ||
+ | # cd / | ||
+ | # make check | ||
+ | Making check in src | ||
+ | make[1]: Entering directory `/ | ||
+ | CCLD msmtp | ||
+ | tls.o: In function `tls_init': | ||
+ | / | ||
+ | collect2: ld returned 1 exit status | ||
+ | make[1]: *** [msmtp] Error 1 | ||
+ | make[1]: Leaving directory `/ | ||
+ | make: *** [check-recursive] Error 1 | ||
+ | </ | ||
+ | |||
+ | The solution is simple: | ||
+ | < | ||
+ | # ./configure --with-ssl=openssl | ||
+ | # ./make check | ||
+ | # ./make install | ||
+ | </ | ||
+ | |||
+ | Hint page: [[http:// |
gmail_on_linux_with_msmtp.1335116961.txt.gz · Last modified: 2012/04/22 13:49 by juckins