I figured it out. I upgraded to the newest version and added this to the mail_options:
FromLineStyle=QuotedNameRouteAddr
All better!
Emily
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Greetings!
I've tried every combination of settings but have not been able to get the from email address to show as <Name "somebody@somewhere.com">. It happens if I exclude or don't exclude the realname field. The site is on HostMonster, if that makes a difference.
It will only show the email address, or the default hosting account name, depending on the settings I choose. My client needs it to show the name in the from address.
Here are my current settings:
And the form code:Code:$FROM_USER = ""; define("SENDMAIL_F_OPTION",true); define("SENDMAIL_F_OPTION_LINE",__LINE__-1); $FIXED_SENDER = ""; define("SET_SENDER_FROM_EMAIL",true); define("INI_SET_FROM",false);
Any ideas?Code:<input name="derive_fields" value="email = EmailAddress, realname = FirstName + LastName" type="hidden"> <input type=hidden name="mail_options" value="Exclude=email;realname;CoverLetter;Submit, NoEmpty=1, KeepLines=1"> <input TYPE="hidden" NAME="required" VALUE="FirstName, LastName, Address1, City, State, ZIP, EmailAddress, WorkPhone, HomePhone"> <input type="hidden" name="filter" value="csv" /> <input type="hidden" name="filter_fields" value="Site,FirstName,LastName,Address1,City,State,ZIP,EmailAddress,WorkPhone,HomePhone,Education,CurrentPosition,CurrentSalary,SearchReason,LeadSource,LeadDate,Term,Comments, Resume" /> <input type="hidden" name="filter_options" value="Attach=FormSubmission.txt,CSVHeading,CSVIntSep=:,CSVEscPolicy=double,CSVRaw" />
Thanks!
Emily
Last edited by Emily; 26-May-2009 at 02:52 PM. Reason: To provide additional info
I figured it out. I upgraded to the newest version and added this to the mail_options:
FromLineStyle=QuotedNameRouteAddr
All better!
Emily
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks