If you want to send mail from UA or the UAMAIL gateway in MobiLink, you must configure the ASA port and SMTP server in the configML.sql file.
Navigate to the UA installation directory and open configML.sql with a text editor.
Search for the line that says:
call ml_add_property(
'SIS', 'com.sybase.ua.gateway.SMSGateway(UASMS)',
'database_url', 'jdbc:sybase:Tds:localhost:4747?servicename=portaldatabase'
);
Replace the 4747
with
the port number your ASA is listening on.
Search for the line that says call
ml_add_property( 'SIS', 'com.sybase.ua.gateway.MailGateway(UAMAIL)',
'server', 'localhost' );
and replace localhost
with
the host name of the machine in your network that handles your SMTP
requests.
Save and close the configML.sql file.
Run configML.bat.
Restart MobiLink. See “Starting and stopping MobiLink”.