Incoming E-Mail Provider Properties
An Incoming E-Mail Provider allows adTempus to connect to e-mail inboxes for E-Mail Triggers and E-Mail Processing Tasks. Each Provider represents a connection to a POP3 or IMAP server, using a particular set of login credentials.
If you need to monitor more than one mailbox (i.e., log on using more than one user account), you must create a separate Provider for each account.
Property Pages
Provider
Provider Name
Enter a unique, descriptive name for this provider. For example, "Automation Trigger IMAP account."
Server Name or Address
Enter the name or IP address for the mail server.
Server Port
Enter the port number, or leave blank to use the default port for the server type.
If you are using a mail server such as Gmail that requires a secure connection, you must specify the correct port number:
- Secure POP3 (SSL-POP): 995
- Secure IMAP (IMAP4-SSL): 585
- IMAP4 over SSL (IMAPS): 993
Server Type
Select the type of server: POP3 or IMAP.
Authentication
Select the type of authentication required by your mail server.
- None. Choose this option if the mail server does not require authentication, which is unlikely. Note that if your mail server ordinarily authenticates you automatically based on your Windows login identity, this will not work with adTempus, because the connection to the mail server will not be made under your identity. You will need to specify credentials.
- User ID and Password. Choose this option to authenticate using a user ID and password. Generally the User ID will be your complete e-mail address (e.g., "[email protected]").
- OAuth2. Choose this option to authenticate using OAuth2, if supported for your email provider. See below for more information.
Authentication using OAuth2
Version Compatibility: Server version 4.9 or later Console version 4.9 or later.
For some mail providers adTempus supports authentication using the OAuth2 protocol. When you authorize using OAuth2, your login credentials are not stored (or entered) in adTempus. Instead, you authorize adTempus to access your account, and adTempus stores an access token. You can revoke access at any time through your mail account.
To use OAuth2, select your mail provider from the list and click the Authorize button. adTempus will launch your Web browser and take you to the login or authorization page for your mail provider. Here you must authorize adTempus to access your email account.
OAuth2 is supported for the following providers:
- Microsoft (Microsoft 365, Office 365, Outlook.com, Exchange Online, etc.)
Support for Google (G Suite and Gmail) will be added soon. Please contact us if you need support for other mail providers.
Test
Click the Test... button to verify that adTempus can connect to the server using the settings you have provided. If adTempus is unable to connect it will display an error message with the reason.
Security
The Security page contains a standard Security Editor that allows authorized users to manage the security for this Provider. Permission to create new providers is controlled through the Notification Recipient Security options.
Related Topics