Skip to main content

FROM variable regarding Fax 2 Email

Posted by stephenkkaye on Mon, 04/16/2012

Hi Everyone.

I have a slight issue with the FROM portion of the emails sent when you receive a fax. Currently it sends out faxes and it shows that the fax is sent from the person the fax is meant for. So I see all my faxes being sent from myself. How can I change this to be from MY COMPANY for all people across the board?

Is it this line in fax2pdf.sh ???

/usr/local/sbin/sendEmail -f "$EMAILFROM" -t "$EMAILADDR" -u "fax from $FAXSENDER" -m "$BODY" -a ${FAXFILE}.pdf -o message-charset=UTF-8 -q

If it is this line, what change would I need to make?

Thanks a lot!