thanks, but the usual:
Code:
! user@somewhere.edu
simply doesn't work. I think its due to sendmail command also not working.
These command send emails with no problem from CLI, to given SMTP server: mail, mutt, swaks.
But I don't know how to use them with procmail to forward email.
edit: I've made some pathetic progress with this:
Code:
| uudeview -p $HOME/tmp/attachments - | swaks -4 --to email2@null.com --from email1@null.com --body "${BODY_}" --server smtp.server.com -ao --auth-user=luzer --attach $HOME/tmp/attachments/test.msg
hope someone could provide better solution.
thanks.