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...
Greetings,
I'm using Sybase ASA 7.0.4; I know about the xp_startmail(), xp_sendmail() and xp_stopmail() procedures, but as I am aware, they are using MAPI; I want to send a SMTP e-mail.
I am creating a simple EVENT that checks if the disk space is below 10% and if yes, it e-mails the admin.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.