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...
I've managed to use the xp_startsmtp, xp_sendmail and xp_stopsmtp functions properly to send an e-mail from SQL query.
The problem is, it's in ASA 9 only. ASA 7 does not support xp_startsmtp and xp_stopsmtp...
If you know at least some sort of solution, please reply to this thread. Thank you...
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.