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
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
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
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
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
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
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
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
://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
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
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
[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
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
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 :)
--
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
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
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
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
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
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
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
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
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
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
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
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(
If your sending it from your Server/Computer and then to another
server/www .
YOu probally don't have permissions to send the mail.
: 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
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
> 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
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
>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/
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
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
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
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
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
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
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
39 matches
Mail list logo