I am planning to provide a service for general users in the case I am currently in charge of, and it is necessary to send an email to the user when registering as a user, so how to procure an email sending server It became an issue. It was said that there is no mail sending server that can be prepared by the customer, so as a result of investigating whether there is a service that can be used in IBM Cloud, it seems that the following services can be used, so whether it can actually be used or not I actually registered the service and tried to use it, so I summarized it in this article. https://cloud.ibm.com/docs/email-delivery?locale=ja
About email delivery SendGrid's IBM Cloud Email Delivery Service is a mail relay service. This service allows you to relay outbound mail services using smart hosts. Smart hosts relay SMTP traffic from SMTP servers, mail clients, or any service or program language that can handle SMTP. The service also generates metrics, tracks email lists, and tracks email activity (email bounces, clicks, drops, open, etc.). The service also provides other features such as newsletter support and authentication.
Go to https://cloud.ibm.com/classic/services/emaildelivery and click the ** Order Email Delivery Service ** button
Select ** Account Type **, set ** Email Address **, ** Username **, ** Password ** and click the ** Continue ** button. ** * Username and Password are used as your SendGrid account username and password. ** **
Once registered and displayed in the list, select ** Access Vendor Portal ** from ** Actions ** to access the SendGrid portal.
Confirm that you can log in with the Username and Password set in step 3.
Open the Setup Guide from the SendGrid portal
Select ** Start ** next to ** Integrated using our Web API or SMTP Relay **
Select ** Choose ** below ** Web API **
Select ** Choose ** next to your language
Enter the API key name under ** My First API Key Name ** and click the ** Create Key ** button.
After that, take over the procedure displayed on the screen, implement the corresponding code, execute it, and an email will be sent
Recommended Posts