>Hello
>
>I'm doing this way, i run an script from cron. Sending several 
>attachments to several addresses with a text in the email's body.
>
>In the script called by cron put:
>
>EDITOR=touch mutt -s "Here the subject" -F /home/user/.muttrc -i 
>/usr/local/bin/body_text.txt -a /tmp/attachment1 -a /tmp/attachement2 -b 
>addre...@someplace.com addre...@someserver.com 
>addre...@anyserver.com</dev/null
>
>And .muttrc:
>
>set from=sender_em...@somesite.com
>set envelope_from=yes
>set realname="Sender's Name"
>
>Hope this helps you
>Best
Hi,
That's similar to what I am doing, but "user" has a local mailbox, correct?
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to