Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Sending mail from Oracle On Solaris
You can definitely send email from Solaris via SMTP. It works just the same.
One area you might run into trouble, however, is if your mail server happens
to be QMAIL. If it is, you'll want to setup sendmail on your Solaris box and
have it auto-forward to QMAIL. Send your email to the Solaris box (or
localhost) instead of the SMTP server. The reason for this work-around is
QMAIL is incompatible with dbms_smtp--you'll get an error about bare LF's,
despite installing the patch intended to fix this bug.
>"Yann CAUCHARD" <yann.cauchard_at_spcconsultants.com> wrote in message
>news:a61ste$b12$1_at_news2.isdnet.net...
>> Hi everybody,
>>
>> I need to send mail from Oracle (8.1.6) on Solaris (7).
>> I known how to use package dbms_smtp with Windows, but will it work with
>> Solaris ?
>> Does SMTP work with Solaris ?
>> Is there an other way ?
>>
>> Any help is appreciated .
>>
>> Yann
Received on Wed Mar 06 2002 - 07:25:02 CST
![]() |
![]() |