Email Functions
An interface for sending email is provided. You can use SMTP or REST API to send email.
SMTP Interface
You can connect from your email server to the SMTP server for this service to send email.
Item | Settings |
---|---|
Server | ess-smtp.cloud.nifty.com |
Port |
587 (STARTTLS) 465 (TLS Wrapper) |
Authentication | User authentication using SMTP-AUTH |
Destination Email Address |
|
REST API
You can use REST API to send email.
For details, refer to Email delivery service in the IaaS API Reference.