Click to See Complete Forum and Search --> : Sendmail with attachment


tomate
04-05-2001, 09:23 AM
Hello gurus
i use the package utl_smtp for sending mails if there is a risc ín the database. Now i want more. Can i send an email with an attachment to me.
Is it possible and if it is possible. How will I do it.
If there is one in the world who work with this.
Can i get a small example.

Our system runs under linux with the oracle enterprice edition 8.1.7

You can send me a mail to thomas_schmidt@eplus-online.de

Thanks for your effords
Regards
Thomas Schmidt

[Edited by tomate on 04-05-2001 at 10:33 AM]

browned
04-06-2001, 04:17 AM
don't know if this helps, but here is how u send attachments in unix...

uuencode filename filename_you_want_see_at_remote_site | mailx -s "Title" user@com

hope this helps.

tarun
01-08-2008, 09:17 AM
HI I am using the given command but it is comming into Junk folde of Recipients.

uuencode filename filename_you_want_see_at_remote_site | mailx -s "Title" user@com

Please let me know if there is any other way.

What about sendmail command?

Thank you

joe6996
02-02-2009, 02:28 PM
Guys,
This script work fine but I need to send a message body. I tried > $msg_body at end of the script but it did not attached the filename? removing the > $msg_body, it send the attachement?
Any help
Joe