[Techtalk] auto email with attachments

gossamer axe gsmraxe at gmail.com
Thu Jul 5 18:09:58 UTC 2007


I was curious if anyone has done this.  I want to auto email with
attachments (pictures) using the mail app.  So say I have a directory with 5
pictures

mustang1.jpg
mustang2.jpg
mycar.jpg
mydog.jpg
mycat.jpg

and I want to auto email these to an email address without having to send
each one by hand.  I was thinking of a script with a pause in it with sleep.
I have to send these one at a time for yahoos file size limit.

for file in *
do
...
sleep 60
...

I've looked at the mail man page but didn't see anything about adding file
attachments with mail.

thank you!

-- 
Gossamer Axe
gsmraxe at gmail.com
http://gypsy.sytes.net/


More information about the Techtalk mailing list