Mail channel settings for a typical NexJ CRM deployment
You must set up a mail channel if you want to enable
the synchronization of meeting notifications.
Attribute | Value | Notes |
---|---|---|
Channel | ||
Type | MailConnection | |
Email Account | user.name@example.com | User name used to connect to the mail server. In the XML, this attribute is named user. |
Password | Email_Password | The password corresponding to the Email Account. |
Folder | INBOX | The incoming messages folder. In XML, this folder is named inFolder. |
Receiver Protocol | pop3 | The protocol to use for incoming messages. In XML, this attribute is named inProtocol. |
Receiver Host | mailserver.example.com | The mail server host for incoming messages. In XML, this attribute is named inHost. |
Receiver Encryption | SSL | The type of channel encryption to use. In XML, this attribute is named inEncryption. |
Sender Email | outmail@example.com | The default email address for the sender. In XML, this attribute is named from. |
Sender Protocol | smtp | The protocol to use for outgoing messages. In XML, this attribute is named outProtocol. |
Sender Host | outmailserver.example.com | The mail server host for outgoing messages. In XML, this attribute is named outHost. |