RosettaCodeData/Task/Send-email/SQL-PL/send-email.sql
2023-07-01 13:44:08 -04:00

3 lines
235 B
SQL

UPDATE DB CFG FOR myDb USING SMTP_SERVER 'smtp.ibm.com';
CALL UTL_MAIL.SEND ('senderAccount@myDomain.com','recipientAccount@yourDomain.com', 'copy@anotherDomain.com', NULL, 'The subject of the message', 'The content of the message');