Creating an email account
Configure an email account to determine the email server and account details for receiving and sending email in your application. These accounts are used in the email listener and email channel to read emails and create or update cases, send automatic replies and notifications, and more.
- In the navigation pane of App Studio, click .
- On the Email accounts page, click New.
- On the Email account settings form, in the Account ID field, enter an account ID for the email account to which you want to connect.
- In the Account Name field, enter a name that identifies the email account.
- In the Account provider section, in the Email provider list, select an email provider.
- In the Sender section, in the Send
using field, select and configure an email protocol:
Choices Actions SMTP - Select SMTP.
- In the Identity subsection, in the Email address field, enter the email address that is associated with outgoing email.
- In the Display name field, enter the name to display for this sender.
- In the User ID field, enter the SMTP user ID that sends email from this host.
- In the Password field, enter the sender password.
- In the Reply to field, enter the
email address to which the recipients of outgoing emails can
reply.Use a working, valid email address that a person reviews or that the system processes.
- Optional: In the Connection subsection, edit the
information in the SMTP host and
Port fields.You can use the following default outgoing email connection options:
- 25 (unsecured)
- 587 (STARTTLS)
- 465 (SMTPS)
- Optional: To use SSL to send email messages through this server,
select Use SMTPS, and then configure
the connection:Do not select this option if the email server uses STARTTLS.
- In the Lowest allowable SSL/TLS
version field, select the lowest version of
the protocol that you want to allow to communicate with an
external server. The default value is TLS version 1.2.
- In the Truststore field, press the
Down arrow key, and then select the keystore that holds your
truststore certificates. If the keystore does not exist, you can create a new keystore by entering a name and then clicking the rule opener. For more information, see Keystores.
Microsoft Graph - In the Identity subsection, in the
User principal name field, enter
the user principal name associated with the inbox from which
you want to send email.For more information, see your Microsoft Office 365 documentation.
- In the ReplyTo field, enter the
email address to which the recipients of outgoing emails can
reply.Use a working, valid email address that a person reviews or that the system processes.
- In the Connection subsection, in the
Authentication profile field,
press the Down arrow key, and then select the authentication
profile that you want to use for your email account.
- In the Receiver section, in the Receive
using list, select an email protocol:
Choices Actions POP3 and IMAP - Optional: To populate the User ID and Password fields with the user ID and password from the Sender section, in the Identity subsection, select Use sender's ID and password.
- To enter an email address and password manually, complete the User ID and Password fields.
- In the Connection subsection, in the Host field, enter the POP3 or IMAP mail server host name or IP address to use for incoming email.
- In the Port field, enter the POP3 or
IMAP mail server port number for email connections.You can use the following port numbers:
- For IMAP servers, ports 143 (unsecured) or 993 (secured with SSL).
- For POP3 servers, ports 110 (unsecured) or 995 (secured with SSL).
- Optional: To avoid using SSL/TLS for connections to your IMAP/POP3 server, clear the Use SSL/TLS check box.
Microsoft Graph - In the Identity subsection, in the User principal name field, enter the account ID of the inbox to which you want to connect.
- In the Connection subsection, in the
Authentication profile field,
press the Down arrow key, and then select the authentication
profile for your email account.
- Click Submit.
Previous topic Creating an email integration Next topic Creating an email account in Dev Studio