Mail queue issue in Oracle Apex
hi,
I am using the following server to send mails in apex. But mails are not going.
can anybody plz say the reason?
HTMLDB_MAIL.SEND(
P_TO => 'john@remote-dba.net',
P_FROM => 'info@remote-dba.net',
P_BODY =>'test',
P_SUBJ =>'test'
);
0