In the Sybase Adaptive Server Anywhere help, I've found the following example of sending e-mails (altered):
CALL xp_sendmail(
recipient='Manager Group',
subject='The server is running',
include_file = 'C:\\SERVER\\RUNNING.DOC'
)
This works when recipient is a real e-mail address, but it does not work, when I set an User ID as recipient (as shown in the example).
In Sybase Central, where can I alter users e-mail addresses? And how to make the sending to User ID recipient work?
CALL xp_sendmail(
recipient='Manager Group',
subject='The server is running',
include_file = 'C:\\SERVER\\RUNNING.DOC'
)
This works when recipient is a real e-mail address, but it does not work, when I set an User ID as recipient (as shown in the example).
In Sybase Central, where can I alter users e-mail addresses? And how to make the sending to User ID recipient work?