- Mastering Symfony
- Sohail Salehi
- 331字
- 2021-07-16 11:29:02
Simple Email Service
Amazon Simple Email Service (SES) is an SMTP server to send limited amounts of e-mails per day. At the time of writing this book, it is about 200 e-mails per day, which is more than enough. To set up SES, follow these steps:
- On the console page, click on SES under App Services:
- On the next page, click on SMTP Settings, and copy the server name and port number to a file as you will need them for the next step:
- Click on the Create My SMTP Credentials button and wait until you are redirected to the IAM service (another Amazon service to manage credentials). Click on the Create button:
- Copy and paste the username and password fields in the following page because you will need them for the next topic as well:
Configuring Jenkins
Now that we have the mail server and Jenkins plugins in place, it is time to configure Jenkins itself, by preforming the following steps:
- Navigate to Manage Jenkins | Configure System and, leaving all other settings as default, scroll down to Jenkins Location. As you can see, it is already set to our EC2 instance. Set the e-mail address that you want all notifications sent from:
- Under SSH Server, disable SSHD port.
- Scroll further down to the E-mail Notification section and click on the Advanced button. Check Use SMTP Authentication and Use SSL. Now fill in this form with SMTP server settings that you did from the previous section:
If you'd rather use your own SMTP settings instead of SES, feel free to replace this form with your settings.
- Click on the Test configuration button, and if everything is set up correctly, you will see a success message and receive an e-mail shortly.
- Finally, click on the Save button at the bottom of this page.
推薦閱讀
- WildFly:New Features
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Instant Apache Stanbol
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- 組態(tài)軟件技術(shù)與應(yīng)用
- 精通Python自動(dòng)化編程
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- 移動(dòng)互聯(lián)網(wǎng)軟件開發(fā)實(shí)驗(yàn)指導(dǎo)
- MySQL程序員面試筆試寶典
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 從零開始:C語言快速入門教程
- Learning Shiny