Email Account Manager

This is the default view of the EmailService. It displays a table of all the OutgoingAccounts and IncomingAccounts.
Image
Column Value Description
Name text Displays the name of the account.
Hostname mail.name.com, where name varies depending on the host. The name specified by the email provider.
Account text This is the name of a specific account that is authorized to access the mail server identified by Hostname. For example, if you are using an email account named "joejones@acme.com" on the host described above, the account name is simply "joejones". The Hostname in this case could be "mail.acme.com".
Pollrate hours: minutes: seconds Specifies how often the account executes a send action. Increasing the pollrate value increases the time between polls. During the time between polls, emails may be queued (up to the max queue size) until the next poll time. At the next poll time all queued emails are sent.
Status text Read-only field. Indicates the condition of the component at last polling.
  • {ok} indicates that the component is polling successfully.
  • {down} indicates that polling is unsuccessful, perhaps because of an incorrect property.
  • {disabled} indicates that the Enable property is set to false.
  • fault indicates another problem.