Questions tagged [ssmtp]

sSMTP is a simple MTA to deliver mail to a SMTP server NOTE deprecated in Buster

7 questions
5
votes
1 answer

Cannot send mail from Buster

I have installed Raspbian Buster with desktop on my Pi3B+ and am processing to install my apps. This is proceeding, most work allowing for newer versions, however I can't seem to send mail using ssmtp. I installed ssmtp mailutils and configured…
Milliways
  • 62,573
  • 32
  • 113
  • 225
2
votes
1 answer

Ssmtp won't work

So i'm trying to get ssmtp with mailutils running for unattended upgrades, but it won't work. I was following this guide: https://raspberry-projects.com/pi/software_utilities/email/ssmtp-to-send-emails But it didn't work so i edited the revaliases…
frieren
  • 55
  • 1
  • 4
1
vote
1 answer

Raspberry 4, send Email from commandline

I have created a crontab for automatic backups of a SQL database and WWW data. Now I would like to have the result of the crontab automatically sent to me by email. Result of the crontab are created succesfull I have installed two packages sudo…
Sama
  • 13
  • 1
  • 3
1
vote
1 answer

Raspbian: Send email in a read-only file system

I'm a beginner in linux and Raspberry Pi but I have some experiences with files systems and embedded systems in general. I would like to achieve a read-only file system with Raspbian (Buster) and from there I would like to send some e-mails. First…
Pascal
  • 121
  • 4
1
vote
2 answers

How to send email from Pi using python without smtplib?

I am new in Raspberry Pi and I am trying to send mails without using SMTP. I had used SMTP before and it worked perfectly fine. But recently the same code is not working, though it compiles without any error. I have added the error message below. I…
opu 웃
  • 429
  • 1
  • 3
  • 11
1
vote
0 answers

mail to gmail does not work with "SSL connection using ECDHE_RSA_AES_256_GCM_SHA384"

I have a Raspberry Pi 3 model B+ that sends mail to gmail perfectly and in /var/log/syslog I see SSL connection using RSA_AES_128_CBC_SHA1 My new PiZero can NOT send mail to gmail, and in /var/log/syslog I see SSL connection using…
0
votes
1 answer

Send via gmail using SSMTP this message does not meet IPv6 sending guidelines

I've configured SSMTP on my Raspberry Pi (Pi 4 with latest Raspbian), it appears to mostly be configured correctly however when I run the command echo -n 'Subject: test\n\nTesting ssmtp' | sendmail -v tousername@example.com to send verify the…