Send email: Difference between revisions

No change in size ,  6 years ago
Line 1,488:
With SQL PL:
You must first set the SMTP server in the database from which you want to send the message.
<lang SQLsql PLpl>
UPDATE DB CFG FOR myDb USING SMTP_SERVER 'smtp.ibm.com';
 
Anonymous user