|
Hello, fax2mail, here is the script I use : #!/bin/sh FAXFILE=$1 RECIPIENT=$2 FAXSENDER=$3 sleep 10 /usr/local/bin/tiff2pdf -p letter $FAXFILE | /usr/bin/mime-construct --header "From: Fax System <[EMAIL PROTECTED]>" --to $RECIPIENT --subject "Fax from $FAXSENDER" --attachment fax.pdf --type application/pdf --file - email2fax is a bit more sophisticated, you have to redirect the Email to the script. see : http://wpkg.org/email2fax/ You will have to modify the script for your needs. I use postfix as Mta VB Daniel Melnechuk a écrit : Dear voipbuster, |
_______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
