Re: [PHP] Sending mail with php-

2006-01-12 Thread Jochem Maas
Richard Heyes wrote: and phpmailer - thats also be known to help me from myself (when it comes to make a pig's ear of using the mail() function) - 3 cheers for Richard Heyes (you just know a class rocks when you can actually name the author by heart! :-). Actually it's HTMLMimeMail - phpmail

Re: [PHP] Sending mail with php-

2006-01-11 Thread Dotan Cohen
gt; mail($toAddress,$subject,$message,$headers); > > good luck > > > Scott Duffy > > -Original Message- > From: Dotan Cohen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 2:49 PM > To: Sameer N Ingole > Cc: php-general@lists.php.net > Subjec

RE: [PHP] Sending mail with php-

2006-01-11 Thread Duffy, Scott E
;From: \"".$fromname."\" <".$fromaddress.">\n"; //return mail($toaddress, $subject, $message, $headers); $toAddress='[EMAIL PROTECTED]'; mail($toAddress,$subject,$message,$headers); good luck Scott Duffy -Original Message----- From: Dotan Cohen [ma

Re: [PHP] Sending mail with php-

2006-01-11 Thread Dotan Cohen
On 1/11/06, Jochem Maas <[EMAIL PROTECTED]> wrote: > actually I don't mind it - especially as I'm not on the apache or > fedora lists ;-) > > and with regard to sending out emails I find using a connection with > an SMTP server (local or not) is alot less hassle with regard to bounces > and stuff (

Re: [PHP] Sending mail with php-

2006-01-11 Thread Dotan Cohen
On 1/10/06, Sameer N Ingole <[EMAIL PROTECTED]> wrote: > Dear Dotan, > Dotan Cohen wrote: > > >On my home Fedora Core 4 box I run Apache 2.0. Sometimes when sending > >mail with php no mail is delivered, and I find this in the logs: > > > ><<< 550-Verification failed for <[EMAIL PROTECTED]> > ><<<

Re: [PHP] Sending mail with php-

2006-01-11 Thread Richard Heyes
and phpmailer - thats also be known to help me from myself (when it comes to make a pig's ear of using the mail() function) - 3 cheers for Richard Heyes (you just know a class rocks when you can actually name the author by heart! :-). Actually it's HTMLMimeMail - phpmailer is someone elses. :-

Re: [PHP] Sending mail with php-

2006-01-11 Thread Jochem Maas
Dotan Cohen wrote: On 1/10/06, Sameer N Ingole <[EMAIL PROTECTED]> wrote: Dear Dotan, You know cross-posting is bad..? ... actually I don't mind it - especially as I'm not on the apache or fedora lists ;-) and with regard to sending out emails I find using a connection with an SMTP server

Re: [PHP] Sending mail with php-

2006-01-10 Thread Dotan Cohen
t; > > > > Original Message > > > >>Date: Tuesday, January 10, 2006 07:03:17 PM +0530 > >>From: Sameer N Ingole <[EMAIL PROTECTED]> > >>To: php-general@lists.php.net > >>Subject: Re: [PHP] Sending mail with php- > >

Re: [PHP] Sending mail with php-

2006-01-10 Thread Sameer N Ingole
gt; To: php-general@lists.php.net Subject: Re: [PHP] Sending mail with php- Dear Dotan, Dotan Cohen wrote: On my home Fedora Core 4 box I run Apache 2.0. Sometimes when sending mail with php no mail is delivered, and I find this in the logs: <<< 550-Verification failed for <[EM

RE: [PHP] Sending mail with php-

2006-01-10 Thread Albert
Dotan Cohen wrote: > That most certainly is how I do it- just like TFM says! Actually, the > last field is a variable that is defined earlier, but I have outputed > it's contents to the screen to verify that it contains what it should. Have a look at PHPMailer (http://www.phpclasses.org/browse/pa

Re: [PHP] Sending mail with php-

2006-01-10 Thread Dotan Cohen
On 1/10/06, Albert <[EMAIL PROTECTED]> wrote: > Dotan Cohen wrote: > > But I still get the error! I did restart apache and even went so far as to > > reboot the machine. If I cannot modify the parameter within apache, > > then where should I modify it? Within php? Within sendmail? > > Look for the

Re: [PHP] Sending mail with php-

2006-01-10 Thread Sameer N Ingole
Dear Dotan, Dotan Cohen wrote: On my home Fedora Core 4 box I run Apache 2.0. Sometimes when sending mail with php no mail is delivered, and I find this in the logs: <<< 550-Verification failed for <[EMAIL PROTECTED]> <<< 550-unrouteable mail domain "localhost.localdomain" <<< 550 Sender verify

RE: [PHP] Sending mail with php-

2006-01-10 Thread Albert
Dotan Cohen wrote: > But I still get the error! I did restart apache and even went so far as to > reboot the machine. If I cannot modify the parameter within apache, > then where should I modify it? Within php? Within sendmail? Look for the "sendmail_from" parameter in the "mail function" section

[PHP] Sending mail with php-

2006-01-10 Thread Dotan Cohen
On my home Fedora Core 4 box I run Apache 2.0. Sometimes when sending mail with php no mail is delivered, and I find this in the logs: <<< 550-Verification failed for <[EMAIL PROTECTED]> <<< 550-unrouteable mail domain "localhost.localdomain" <<< 550 Sender verify failed So I changed the only ema

[PHP] Sending Mail with PHP

2004-10-26 Thread Wiesiek
Hi I try to send mail (like http://www.php.net/mail) and it works fine. I define my own headers. But my question is about "wrong mail delivery". I use exim4.34. When I send mail via PHP script, then I see in my logs: 2004-10-26 11:04:36 1CMNFs-00046O-T9 <= [EMAIL PROTECTED] U=www-data P=local S

Re: [PHP] Sending Mail with PHP

2004-05-06 Thread Jordi Canals
Justin @ Dreaming in TO wrote: However, the page it redirects to is blank, except for the background image that is referenced in the CSS stylesheet. Feel free to test it as many times as you would like. mail($mailto, $subject, $messageproper, "From: \"$name\" <$email>\nReply-To: \"$name\" <

Re: [PHP] Sending Mail with PHP

2004-05-06 Thread John W. Holmes
From: "Justin @ Dreaming in TO" <[EMAIL PROTECTED]> > If you go to http://www.functionjunkie.org/contactform/contactform.php > and fill out the form, it sends the email ok, but its supposed to > redirect to a preset page, which it does. > > However, the page it redirects to is blank, except for the

[PHP] Sending Mail with PHP

2004-05-06 Thread Justin @ Dreaming in TO
Hey Everyone, I've got a problem with a mail program I'm using. If you go to http://www.functionjunkie.org/contactform/contactform.php and fill out the form, it sends the email ok, but its supposed to redirect to a preset page, which it does. However, the page it redirects to is blank, except fo

Re: [PHP] sending mail with php on a linux box

2004-04-16 Thread John W. Holmes
From: "Chris W" <[EMAIL PROTECTED]> > I'm not sure if this is a PHP, Apache, Network, or sendmail > configuration but hopefully someone here will know. > > When I send email with PHP the from header is > > [EMAIL PROTECTED] > > I can't run a real mail server on my machine, so I want to change that

Re: [PHP] sending mail with php on a linux box

2004-04-16 Thread John Nichel
Chris W wrote: I'm not sure if this is a PHP, Apache, Network, or sendmail configuration but hopefully someone here will know. When I send email with PHP the from header is [EMAIL PROTECTED] I can't run a real mail server on my machine, so I want to change that email address to something else.

[PHP] sending mail with php on a linux box

2004-04-16 Thread Chris W
I'm not sure if this is a PHP, Apache, Network, or sendmail configuration but hopefully someone here will know. When I send email with PHP the from header is [EMAIL PROTECTED] I can't run a real mail server on my machine, so I want to change that email address to something else. What config f

Re: [PHP] sending mail with PHP from web

2001-02-07 Thread Yamin Prabudy
ot;; - Original Message - From: Jon Haworth <[EMAIL PROTECTED]> To: 'Yamin Prabudy' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 5:24 PM Subject: RE: [PHP] sending mail with PHP from web > Can we see some code? I run a very

RE: [PHP] sending mail with PHP from web

2001-02-07 Thread Jon Haworth
2001 02:58 To: PHP List Subject: [PHP] sending mail with PHP from web Hi there,... i had make a web interface to send announcement mail to my customers,..rite now i had about 500 once I send mail to my customers my server hang ( i guess to much open file)...i complie by kernel again to get a big

Re: [PHP] sending mail with PHP from web

2001-02-06 Thread Steve Werby
"Yamin Prabudy" <[EMAIL PROTECTED]> wrote: > i had make a web interface to send announcement mail to my customers,..rite > now i had about 500 > once I send mail to my customers my server hang ( i guess to much open > file)...i complie by kernel again to get a big descriptor, but still worried > a

[PHP] sending mail with PHP from web

2001-02-06 Thread Yamin Prabudy
Hi there,... i had make a web interface to send announcement mail to my customers,..rite now i had about 500 once I send mail to my customers my server hang ( i guess to much open file)...i complie by kernel again to get a big descriptor, but still worried about the hang problemi put a delay i