Forum Moderators: coopster & phranque

Message Too Old, No Replies

NMS script question

         

Dan_C

9:16 am on Aug 19, 2003 (gmt 0)

10+ Year Member



Using NMS on our unix/apache server.

Our customers are using NMS to submit their web forms but ALL NMS website forms sent from our server have the from line as:

nobody@www.ourserver.com

CGI scripts normally run as the special user 'nobody'.
So nobody@domain.tld becomes the default From address.

Is there a way to specify the from adddress in the NMS script?

Our customers want their webforms to show as coming 'From' their own webistes. ie: webform@xxx.com.
and not from us! at: nobody@www.ourserver.com

Any thoughts?

jatar_k

5:15 pm on Aug 19, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you need to format the mail headers, that is where those values are set.

From, Return-Path, Reply-To etc.

someone else will have to help with the actual code.