Created
December 13, 2010 14:35
-
-
Save arikfr/739039 to your computer and use it in GitHub Desktop.
Setting Monit to work with Gmail as mail server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set mailserver smtp.gmail.com port 587 username "[email protected]" password "password" using tlsv1 with timeout 30 seconds |
If you are using gmail as mailserver then you'll have to do a couple of things before you can successfully send mails http://serverfault.com/questions/635139/how-to-fix-send-mail-authorization-failed-534-5-7-14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to setup with office 365 email account?
I tried following way but it does not work. I m getting error "Sendmail error: 504 5.7.4 Unrecognized authentication type"
set mailserver smtp.office365.com port 587
username "MYEMAIL"
password "MYPASSWORD"
using tlsv1
with timeout 30 seconds