Manage Jenkins -> Configure Systemを開き, E-mail Notification欄に以下のように記述する.
SMTP server: smtp.gmail.com
Default user e-mail suffix: 空白
Advanced...
をクリックして, 詳細設定を表示し,use SMTP Authentication
にチェックを入れて,
User Name: [USERNAME]@gmail.com
Password: 上のパスワード
Use SSL: チェックを入れる
SMTP Port: 465
Reply-To Address: [USERNAME]@gmail.com
Charset: UTF-8
終わったらTest configuration by sending test e-mail
にチェックを入れて, Test e-mail recipient
に送信先アドレスを入力し, Test configuration
をクリックしてテスト送信を行う. Email was successfully sent
を表示されたら成功.
Save
もしくはApply
をクリックして設定を保存しておくのを忘れずに.