Web Hosting Talk







View Full Version : The "FROM" Address from a FrontPage Form


AbbasJaffarali
09-06-2001, 04:39 AM
Hi,

Any ideas on how you could change the "From" Address when somone submits a form in Front Page and it's emailed to a user? Currently, it shows as "nobody@www.domain.com" as the address the mail is sent from.

Thanks
Abbas

swissmonk
09-06-2001, 07:01 AM
You should have a file named www.domain.com:80.cnf in /usr/local/frontpage (for each domain with fp ext. a file)

just add:
MailSender:emailaddress@domain.com

AbbasJaffarali
09-07-2001, 12:04 PM
Thanks!

I'm gonna try this out

-Abbas