specify the sender's e-mail address for sendmail program
Posted: Fri Sep 27, 2002 3:06 am
Has anyone worked with the sendmail program before? I'm using a perl script which I got from http://www.pobox.com/~cgires/web2mail/, where you submit everything on an html form to this perlscript and the sendmail program then sends an e-mail to the specified recipient. This recipient's e-mail address is specified using a hidden input tag named ".email_target". The problem is that the "From" address is http@mydomain. I would like to know how to specify my own "From" address. This is critical, because we are using another program here that uses the e-mail address of the sender in the "From" field.
Thanks in advance.
Thanks in advance.