Send email: Difference between revisions

Content added Content deleted
Line 1,488: Line 1,488:
With SQL PL:
With SQL PL:
You must first set the SMTP server in the database from which you want to send the message.
You must first set the SMTP server in the database from which you want to send the message.
<lang SQL PL>
<lang sql pl>
UPDATE DB CFG FOR myDb USING SMTP_SERVER 'smtp.ibm.com';
UPDATE DB CFG FOR myDb USING SMTP_SERVER 'smtp.ibm.com';