Ask a Question related to PHP Development, Design and Development.
-
X-Istence #1
Re: PHP Mail Problems
BillyJoe wrote:
I believe the From: needs a real existing email adress.> I have a quick (hopefully) question about using the mail() function. I
> am taking info from an html form, but the problem lies in the headers
> section of the mail.
> I want the email coming through to show that they came from the
> site....
>
> $xHeaders = "From: Web Site";
>
> but I also want to set up the reply to with the email address that is
> filled in by the customer.....
>
> $xHeaders .= "\nReply-To: ".$_POST['email'];
>
> These both work nicely on there own, but together the 'Reply To' will
> always overide the 'From' field, so in the emails I receive the from
> field gives the reply to email address, and not the 'Web Site' string,
> as it should.
>
> Can these two not work together?
>
> Any thoughts gratefully received.
>
> BJOE
X-Istence Guest
-
CFMX 6 Mail Problems
We have been experiencing a number of issues related to CFMX 6's mail handling. Several applications have experienced issues with mail messages... -
e-Mail Problems
A .pdf document was created using InDesign CS. When the .pdf document was e-mailed to two individuals one was able to open and print the document but... -
problems with Mail::Mailer
I need to fix a script that sends out emails from my site using Mail::Mailer and send using the smtp method (which involkes Net::SMTP). The sender... -
Two problems...e-mail sending and DSN
It's been a while since I posted here, but here goes. Our server is a Windows 2000 Server with Service Pack 3, IIS 5 with Lockdown Wizard... -
Problems with mail()
Im having a formatting issue with mail(). My simple script looks like: $key = blah@blah.com; $subject = "My membership"; $message_to_send =...



Reply With Quote

