Contents Index Notifier properties UDP gateway properties

MobiLink Synchronization User's Guide
  Server-Initiated Synchronization
    Set up the Notifier
      Configure the Notifier

SMTP gateway properties

SMTP gateway configuration is required only if you are using an SMTP gateway.

SMTP gateways can be used to send e-mail messages. They can also send SMS messages to SMS listeners via a wireless carrier's e-mail-to-SMS service.

The following properties can be set in the Notifier properties file. The enable and server properties are required. The user and password properties may be required, depending on your SMTP server setup. All other SMTP gateway properties are optional.

You can have multiple SMTP gateways. To set up additional SMTP gateways, copy the properties for one gateway and provide a different gateway name and property values.

enable 

Specify enable=yes to use an SMTP gateway. You can define and use multiple SMTP gateways in one file.

For example, an SMTP gateway called Gate2 is enabled with the following line:

SMTP(Gate2).enable = yes
server 

This is the IP address of the SMTP server for sending the message to the Listener.

For example,

SMTP(Gate2).server = mail.mycorp.com
user 

This is the user name for your SMTP service. Your SMTP service may not require a user name.

For example,

SMTP(Gate2).user = smtp_username
password 

This is the password for your SMTP service. Your SMTP service may not require a password.

For example,

SMTP(Gate2).password = smtp_password
sender 

This is the sender address of the e-mails (SMTP requests).

The sender may or may not be available as an action variable to the Listener.

For example,

SMTP(Gate2).sender = SimpleNotifier@mycorp.com

Contents Index Notifier properties UDP gateway properties