Send email: Difference between revisions

m (SQL PL misplaced)
Line 1,491:
UPDATE DB CFG FOR myDb USING SMTP_SERVER 'smtp.ibm.com';
 
CALL UTL_MAIL.SEND ('senderAccount@myDomain.com','recipientAccount@yourDomain.com', NULL'copy@anotherDomain.com', NULL, 'The subject of the message', 'The content of the message');
</lang>
Output:
Anonymous user