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 address1@someplace.com address2@someserver.com addressN@anyserver.com</dev/null
And .muttrc:
set from=sender_email@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?