0

I have setup mailutils and ssmtp in my Ubuntu system. I have configured /etc/ssmtp/ssmtp.conf with proper credentials.

For testing I ran this command

echo "This is a test" | mail -s "Test" mygmailid

but I'm getting an error:

mail: cannot send message: Process exited with a non-zero status

I do have special characters in my password.

Zanna
  • 69,223
  • 56
  • 216
  • 327
darshan krishnaiah
  • 379
  • 1
  • 8
  • 24

1 Answers1

1

You can not use external applications with your normal password, you must go to https://security.google.com/settings/security/apppasswords and create a special password to use with your mail sender.