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.

Table 1. Connection Information
Item Settings
Server ess-smtp.cloud.nifty.com
Port

587 (STARTTLS)

465 (TLS Wrapper)

Authentication User authentication using SMTP-AUTH
Destination Email Address
  • Local part: 64 bytes or less
  • 255 bytes or less in total (including the local part)

REST API

You can use REST API to send email.

For details, refer to Email delivery service in the IaaS API Reference.