Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can't email using utl_smtp
"Paul Dixon" <antispam_at_bt.com> pí¹e v diskusním pøíspìvku
news:bbi3je$lv1$1_at_pheidippides.axion.bt.co.uk...
>
> "Pavel Vetesnik" <Pavel.Vet_at_volny.cz> wrote in message
> news:bbhk60$m7g$1_at_ns.felk.cvut.cz...
> > Hello,
> >
> > I tried to send emails using utl_smtp package (on Oracle 8i), but I was
> not
> > succesfull.
>
> Pavel,
>
> I've had trouble getting this to work myself.
>
> I didn't see anything wrong with your code, however I've taken values from
> your code and put them into a test package that definitely works on my
> server (Oracle 8.1.7.4). Try running my code with dbms_output switched on
> and check the responses you get. It's possible your mailserver just
doesn't
> like the values your sending it and the replies it gives could point you
in
> the right direction.
>
>
> Paul Dixon
> ===================================================
> CREATE OR REPLACE PACKAGE BODY pkg_email AS
> PROCEDURE send (p_sender_name IN VARCHAR2,
> (....)
Hi Paul,
thank you for your quick answer and for your code. It is interesting to
watch the inter-server communication.
But the result is in my case strange a bit:
I forget to say, that we use firewall. But I have doubts, that it blocks the email communication.
Pavel Received on Tue Jun 03 2003 - 08:51:45 CDT
![]() |
![]() |