RE: [PHP-DB] Re: Mail question

2005-02-19 Thread Bastien Koert
also have a look at phpmailer class. on http://sourceforge.net bastien From: Manuel Lemos <[EMAIL PROTECTED]> To: ReClMaples <[EMAIL PROTECTED]> CC: PHP Subject: [PHP-DB] Re: Mail question Date: Sat, 19 Feb 2005 16:48:44 -0200 Hello, on 02/14/2005 04:12 PM ReClMaples said the followi

[PHP-DB] Re: Mail question

2005-02-19 Thread Manuel Lemos
Hello, on 02/14/2005 04:12 PM ReClMaples said the following: I have a quick, probably easy to answer question. I am trying to add the ability to email from like a quest book or a calendar event and get an authentication error in my error log. I can only believe that this is due to my smtp server

[PHP-DB] Re: Mail & Header Redirect

2004-10-05 Thread Amit Arora
Please note that HTTP headers are case sensitive. You should use: http://www.justustwo.com/vals/thankyou.html";); exit(); } ?> The 'L' of location should be in upper case. Amit www.digitalamit.com Valerie wrote: I have an email that is sent upon submission of a form. I need to redirect to a c

[PHP-DB] Re: MAIL() help needed :-(

2004-08-09 Thread Manuel Lemos
Hello, On 08/09/2004 01:25 AM, Chris Payne wrote: I'm having a major problem. I'm trying to send a message FROM Windows XP Pro, now this is where it get weird - in some mail packages it WORKS, and in some it doesn't. Basically it's an HTML email which is sent when a form is completed, the results

[PHP-DB] Re: MAIL() help needed :-(

2004-08-09 Thread Guus der Kinderen
Chris, Instead of: > mail($to_email, $subject, '', $headers); Try this: > mail($to_email, $subject, $body_html, $headers); Get the $body_html out of $headers too. Regards, Guus der Kinderen Chris Payne wrote: Hi there everyone, I'm having a major problem. I'm trying to send a message F

[PHP-DB] Re: mail() function and AOL users

2004-05-19 Thread Justin Patrin
Matt Perry wrote: I use the following php mail function in an online applicaiton program: mail($email, "application submitted", $message, "From: [EMAIL PROTECTED]"); This function does not always work when I modify $message. I have checked for null values for $message already but this does not

Re: [PHP-DB] Re: mail() function and AOL users

2004-05-19 Thread J-Michael Roberts
ing: 8bnoit\n\n"; $header .= "$text\n"; mail($To, $subject, "", $header); I alwasy like working with strings Dan -Original Message----- From: RJameson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 9:12 AM To: php-db Subject: RE: [PHP-DB] Re: mail() func

RE: [PHP-DB] Re: mail() function and AOL users

2004-05-19 Thread Daniel . Brunner
uot;$text\n"; mail($To, $subject, "", $header); I alwasy like working with strings Dan -Original Message- From: RJameson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 9:12 AM To: php-db Subject: RE: [PHP-DB] Re: mail() function and AOL users I'm quite

RE: [PHP-DB] Re: mail() function and AOL users

2004-05-19 Thread Ryan Jameson (USA)
://www.dnsstuff.com/tools/ptr.ch?ip=YOURIPADDRESS To check the revers dns resolution. You may be surprised. <>< Ryan -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 10:28 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: mail() function

[PHP-DB] Re: mail() function and AOL users

2004-05-18 Thread Manuel Lemos
Hello, On 12/12/2003 04:34 AM, Matt Perry wrote: I use the following php mail function in an online applicaiton program: mail($email, "application submitted", $message, "From: [EMAIL PROTECTED]"); This function does not always work when I modify $message. I have checked for null values for $mes

[PHP-DB] Re: Mail() - Preposterous Accusation

2004-04-07 Thread Justin Patrin
Ryan Jameson wrote: I know this isn't technically DB related but this is the list that I use. I'd just like to know if anyone else thinks the below statement is accurate. If it is, why hasn't the mail function been modified in the more recent builds? I've been using PHP since it was invented & nev

[PHP-DB] Re: mail() and sendmail configuration

2004-02-24 Thread Justin Patrin
[EMAIL PROTECTED] wrote: Good Morning, This post is somewhat OT -- please forgive me. I've spent over 3 days trying to get sendmail configured and I've lost some patience and reasoning ability in the process. I have a Linux (RH9), Apache 2.0.48, PHP 4.3.4, MySQL GUI that creates a PDF documen

[PHP-DB] Re: mail() and sendmail configuration

2004-02-23 Thread Manuel Lemos
Hello, On 02/23/2004 01:18 PM, [EMAIL PROTECTED] wrote: This post is somewhat OT -- please forgive me. I've spent over 3 days trying to get sendmail configured and I've lost some patience and reasoning ability in the process. I have a Linux (RH9), Apache 2.0.48, PHP 4.3.4, MySQL GUI that create

[PHP-DB] Re: Mail Function

2004-02-02 Thread Denzo
see www.php.net/imap "Graeme McLaren" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Evening all, I've written a script which sends emails, there is no problem > with that. I was wondering how I can check for email bounces, anyone know > how to do that? > > Cheers, > > G :) --

[PHP-DB] Re: Mail Function

2004-02-02 Thread suomi hasler
Graeme McLaren wrote: Evening all, I've written a script which sends emails, there is no problem with that. I was wondering how I can check for email bounces, anyone know how to do that? Cheers, G :) using php 4.3.3 i did the following observation: using the php mail function i created multi-bod

[PHP-DB] Re: Mail problem

2003-11-24 Thread Kim Steinhaug
Well, i've developed such a system, MarketMAX. And ill just give you a little tip here : 1. Dont use BCC field, it look bad and your not able to populate the emails from your database, eg. Dear %username% Ofcourse if your bulksend the same message, always, then BCC could spare your fr

[PHP-DB] Re: mail function

2003-10-30 Thread Manuel Lemos
Hello, On 10/30/2003 05:50 AM, Ng Hwee Hwee wrote: i need to use a mail() function to send a job application to my inbox when an applicant goes online and complete the application form. However, when the contents of a certain field is very long, the message i get in my inbox is truncated! can anyo

[PHP-DB] Re: mail function

2003-10-30 Thread Manuel Lemos
Hello, On 10/30/2003 05:50 AM, Ng Hwee Hwee wrote: i need to use a mail() function to send a job application to my inbox when an applicant goes online and complete the application form. However, when the contents of a certain field is very long, the message i get in my inbox is truncated! can anyo

[PHP-DB] Re: Mail problem

2003-08-01 Thread Craig Roberts
It might be a good idea to set a cron job to send say, 100 at a time over the space of a few hours, to avoild killing the mail server or the server blocking connections from you. Also - use the BCC field to send the mail, this means only one connection will need to be made to the mail server per b

Re: [PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Manuel Lemos
Hello, On 06/02/2003 02:27 AM, Tony S . Wu wrote: thanks. but unfortunately, i still get errors: Warning: Failed opening '/Library/WebServer/Documents/mime/test.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0 the include path is somehow wrong... I would need to see

Re: [PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Tony S . Wu
thanks. but unfortunately, i still get errors: Warning: Failed opening '/Library/WebServer/Documents/mime/test.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0 the include path is somehow wrong... Tony S. Wu [EMAIL PROTECTED] "The world doesn't give us hope - it giv

Re: [PHP-DB] Re: Mail() on OS X [follow up]

2003-06-02 Thread Manuel Lemos
Hello, On 06/02/2003 12:17 AM, Tony Wu wrote: ok, i've installed a mail server on my machine (CommuniGate). But it still doesn't work. I've specified SMTP server in php.ini. a frind of mine got it to work with the same configure (CommuniGate) and he said he just put his SMTP in php.ini. and now w

Re: [PHP-DB] Re: Mail() on OS X [follow up]

2003-06-02 Thread Tony Wu
ok, i've installed a mail server on my machine (CommuniGate). But it still doesn't work. I've specified SMTP server in php.ini. a frind of mine got it to work with the same configure (CommuniGate) and he said he just put his SMTP in php.ini. and now we both have tried to get it to work on two loca

[PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Manuel Lemos
Hello, On 06/01/2003 11:55 PM, Tony Wu wrote: thanks for the link, unfortunately, i have trouble getting it to work. and i can't find anything document for it. some instructions, please? There is not big deal. Just include("smtp_mail.php") in your script and replace your calls to mail() by smtp_m

[PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Tony Wu
thanks for the link, unfortunately, i have trouble getting it to work. and i can't find anything document for it. some instructions, please? also, someone told me before that it's impossible to use mail() on OS X without sendmail. is it true? On Sunday, June 01, 2003, at 07:05PM, Manuel Lemos

[PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Manuel Lemos
Hello, On 06/01/2003 10:37 PM, Tony S. Wu wrote: hi all, i am trying to use mail() on Mac OS X 10.2 WITHOUT sendmail. I have php.ini file in my usr/local/lib directory, with SMTP set to my desire smtp server. But it just doesn't work. Does anyone here know how to use mail() on OS X? No, the mail(

[PHP-DB] Re: MAIL()

2002-10-31 Thread Tony72284
If your sending it from your Server/Computer and then to another server/www . YOu probally don't have permissions to send the mail.

RE: [PHP-DB] Re: Mail problem

2002-10-03 Thread Snijders, Mark
: Mak [mailto:[EMAIL PROTECTED]] Sent: woensdag 2 oktober 2002 16:48 To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Mail problem Beware though...if there are too many addresses in the db, you may encounter timeouts, or your browser may crash (very likely). Increase the timeout before you do such a

[PHP-DB] Re: Mail problem

2002-10-03 Thread Mak
Beware though...if there are too many addresses in the db, you may encounter timeouts, or your browser may crash (very likely). Increase the timeout before you do such a mass-mail job. Also, my comment: If you do not want your receivers to find out who else you sent the mail to, don't use the CC

[PHP-DB] Re: Mail problem

2002-08-11 Thread JJ Harrison\\
> maybe use a for loop and mail command. > should work Or put all the addresses in a CC/BCC field maybe sending every 100 emails to prevent a mail overload/blockage due to to many recipients etc. Hint: look here: http://www.php.net/manual/en/language.variables.php and you can find a way to appe

[PHP-DB] Re: Mail problem

2002-08-04 Thread Georgie Casey
maybe use a for loop and mail command. should work "Unknown Sender" <[EMAIL PROTECTED]> wrote in message 002701c23924$da9b1e40$539f4dd5@administrator">news:002701c23924$da9b1e40$539f4dd5@administrator... Sorry to be a little bit off topic. I need a tool or script in PHP, that will automaticaly s

[PHP-DB] Re: mail()

2002-07-08 Thread Marcel Schindler
>does anyone knows how to configure the mail in PHP/Linux ? >i am triing to use the mail function but it does not work, perhaps lacks some php.in configuration ... Is "SENDMAIL" configured properly? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP-DB] Re: Mail Again

2002-04-23 Thread Alex Francis
Got it at Last Thank you -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised recipients are re

Re: [PHP-DB] Re: Mail Again

2002-04-23 Thread Lisi
You can also add the following line to your code: $header = "From: Your Name <[EMAIL PROTECTED]>\n"; and write your mail statement like this: mail($email, $title, $comments, $header); You can just stick the variable $emailaddress into whichever variable is relevant - what was that for if not t

[PHP-DB] Re: Mail Again

2002-04-23 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Problem is!!! PHP.INI is at my ISP. Is there a way to make it think it > has been changed. > > -- > Alex Francis > Cameron Design > 35, Drumillan Hill > Greenock PA16 0XD > > Tel 01475 798106 > [EMAIL PROTECTED] > http://www.camero

[PHP-DB] Re: Mail Again

2002-04-23 Thread Alex Francis
Problem is!!! PHP.INI is at my ISP. Is there a way to make it think it has been changed. -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may co

[PHP-DB] Re: Mail Again

2002-04-22 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Got almost everything to work. Thank you all for your input. Code as > follows: > > > > // setup SQL statement to retrieve link > > $SQL = " SELECT * FROM $tablename1 "; > $SQL = $SQL . " WHERE id = $id "; > > // execute SQL statem

[PHP-DB] Re: mail function help

2002-04-08 Thread Marij Bellen
Here is an example how to use the mail-function right. Hope it helps. #mailtje versturen naar $m_adres = "$klant_email"; $m_subject = "$onderwerp"; $m_body = "Onderwerp: $onderwerp\r\n\r\nUw link is: $link\r\nUw categorie is: $categorie\r\n\r\nU moet uw link bla

[PHP-DB] RE: Mail() Not working

2001-12-12 Thread Kevin J. Maynard
It should look like: $email = "/bin/sendmail"; $to = "[EMAIL PROTECTED]"; $subj = "A test message"; $body = "This is the body of the message"; $hdr = "Reply-to: [EMAIL PROTECTED]"; mail ($email, $to, $subj, $body, $hdr); -- Still no dice. I ran a search on my HD and found that my sendmai