mail send error ORA-29279: SMTP permanent error: 550 5.7.1 Unable to relay
orasiyaJul 24 2009 — edited Jul 27 2009when MY APEX processes the PL/SQL process contains the code
APEX_MAIL.SEND(
p_to => :P159_EMAIL ,
p_from => 'xxx@yahoo.com' ,
p_body => 'Your pass is yyyyyyy',
p_body_html => '<html> and <body>',
p_subj => 'Password recovery' );
APEX_MAIL.PUSH_QUEUE('localhost',25);
I get the error (see in apex_mail_queue view)
ORA-29279: SMTP permanent error: 550 5.7.1 Unable to relay for :P159_EMAIL
regards
siyavuş
Edited by: Siyavus on Jul 25, 2009 10:26 AM