Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

mail send error ORA-29279: SMTP permanent error: 550 5.7.1 Unable to relay

orasiyaJul 24 2009 — edited Jul 27 2009
when 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
This post has been answered by Simon Gadd on Jul 26 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2009
Added on Jul 24 2009
14 comments
3,683 views