Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: double line spacing in smtp
MikeS wrote:
> Hi,
>
> I'm trying to email print formatted files using utl_smtp. Message is
> received ok but attachment has a double line spacing.
>
> What's the best way to handle this type of file?
>
> Thanks,
>
> Mike.
>
IMHO it's best not to use an RDBMS as a mail client. Yes, I know it can be done and that Oracle includes the SMTP packages, but why bother with them when a standard mail client is so much simpler to use?
Query the database, save the output to a file, and use a command line mail client to send it.
What O/S are you using?
-- To reply by email remove "_nospam"Received on Fri Sep 23 2005 - 11:01:25 CDT