>
> Hi,
>
> Just as I am exploring some of my alternatives for using the mail() in PHP,
> I came across a web page that one of the users on the list has provided me:
> http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm.
> Does anyone know what the Mail.php i
http://www.php.net/manual/en/ini.core.php#ini.include-path
Tyrael
On Mon, Apr 12, 2010 at 10:06 PM, Alice Wei wrote:
>
> Hi,
>
> Just as I am exploring some of my alternatives for using the mail() in
> PHP, I came across a web page that one of the users on the list has provided
> me:
> http://
Hi,
Just as I am exploring some of my alternatives for using the mail() in PHP, I
came across a web page that one of the users on the list has provided me:
http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm.
Does anyone know what the Mail.php is referring to
> Date: Mon, 12 Apr 2010 09:22:53 -0500
> From: keithda...@pridedallas.com
> To: harlequ...@gmx.de; aj...@alumni.iu.edu; php-windows@lists.php.net
> Subject: RE: [PHP-WIN] Mail Function Not Working
>
> Where is your site being hosted? Does the hosting server have SMTP available?
> That is the e
Where is your site being hosted? Does the hosting server have SMTP available?
That is the easiest method and what I use for 99% of my sites.
Keith Davis (214) 906-5183
-Original Message-
From: Sascha Meyer [mailto:harlequ...@gmx.de]
Sent: Monday, April 12, 2010 9:19 AM
To: Alice Wei; p
Hi Alice,
Alice wrote:
> I have an issue here where I see no PHP errors on my mail
> function usage, and yet I am not getting the mail in the desired
> account. Here is what I have for my PHP code:
>
> $headers = "From: aj...@alumni.iu.edu" ;
> $to = $email;
> $subject =
> "Comments Regarding
> From: rquadl...@googlemail.com
> Date: Mon, 12 Apr 2010 14:54:24 +0100
> To: keithda...@pridedallas.com
> CC: aj...@alumni.iu.edu; php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Mail Function Not Working
>
> On 12 April 2010 14:47, Keith Davis wrote:
> > Why are you using Live's SMTP serve
On 12 April 2010 14:47, Keith Davis wrote:
> Why are you using Live's SMTP servers? Is this hosted on live.com? If it
> is not, I am sure they will require authentication, if thy allow for
> this at all. If it is hosted there, probably needs to be localhost as
> the smtp server.
>
> Keith Davis (2
Why are you using Live's SMTP servers? Is this hosted on live.com? If it
is not, I am sure they will require authentication, if thy allow for
this at all. If it is hosted there, probably needs to be localhost as
the smtp server.
Keith Davis (214) 906-5183
-Original Message-
From: Alice We
Hi,
I have an issue here where I see no PHP errors on my mail
function usage, and yet I am not getting the mail in the desired
account. Here is what I have for my PHP code:
$headers = "From: aj...@alumni.iu.edu" ;
$to = $email;
$subject =
"Comments Regarding My Site";
$body = "From: $y
10 matches
Mail list logo