SMTP transient error
119840Nov 20 2003 — edited Nov 20 2003
On sending email I get this error back from my mail server.
ORA-29278: SMTP transient error: 451 See http://pobox.com/~djb/docs/smtplf.html.
There were a bunch of mail messages stuck in the queue so i used:
BEGIN
wwv_flow_mail.push_queue ('mx. m y domain .com', 25);
END;
/
Any ideas?
Also the documentation says:
To create an internal preference, click on the "Internal Administration" link from the homepage.
(C:/Ora92/htmldb/doc/administratorguide.html#PREF)
But i don't see this 'Internal Admin Link'.
I'm using 1.4.0.00.21c
TIA