Configuring server-side email delivery service for IIS MailEnable and SendGrid
Complete the following steps to configure your server to use IBM Cloud® email delivery service as a Smart Host. These examples are for standard Windows 2008 or 2012 server with MailEnable or IIS configured as your SMTP service.
Configuring IIS
- Open IIS Manager in Windows.
- Click your site.
- Double-click the SMTP email icon.
- In the email address field, enter the email address of the sender.
- Click Deliver email to SMTP server radio.
- In the SMTP server field, enter
smtp.sendgrid.net
. - In the Port field, enter
587
. - Under Authentication settings, choose Specify credentials and click Set.
- Add your SendGrid username and password. Click Save.
Enabling a smart host
- Open the MailEnableAdmin application.
- Expand the Servers tab in the navigation pane.
- Click localhost > System, then right-click SMTP.
- In the SMTP properties box, click Smart host.
- Enable the box next to Smart host enabled.
- Under IP/Domain, enter
smtp.sendgrid.net
. - In the Port field, enter
587
. - Check the box that says "The remote server requires authentication".
- Enter your SendGrid username and password. Click Apply.
- Go to Windows services and restart MailEnable.