Created
October 23, 2012 03:19
-
-
Save satococoa/3936445 to your computer and use it in GitHub Desktop.
Google Appsのメールサーバをmonitのアラート送信に使う
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 "user@example.com" password "password" | |
| using tlsv1 | |
| with timeout 30 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment