Re: [PHP] php mailer part 2

2006-10-13 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-10-13 09:22:26 +0100: > > Thanks Richard but now. You would benefit from basic knowledge of the SMTP protocol and its relation to the format of the message. Both are very short and very understandable even to someone who just tries to send email with a

Re: [PHP] php mailer part 2

2006-10-13 Thread Chris
Ross wrote: Thanks Richard but now. This script send out a few hundred email addresses but I do not seem to be getting any returned to from failed email addresses eg. [EMAIL PROTECTED] First thing - ask the phpmailer forum/mailing list how to set the bounce path properly (or read the d

RE: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-12 Thread Peter Lauri
Thanks, that was very clear :) -Original Message- From: Roman Neuhauser [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 6:32 AM To: Richard Lynch Cc: Peter Lauri; php-general@lists.php.net Subject: Re: [PHP] PHP Mailer and SMTP = SPAM? # [EMAIL PROTECTED] / 2006-10-12 11:23:52

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-10-12 11:23:52 -0500: > On Wed, October 11, 2006 11:28 pm, Peter Lauri wrote: > > [snip] > > Unless the email is coming "from" somebody the recipient knows/trusts, > > then you're going to get marked by them as a spammer -- which will > > report back to some of the lists

RE: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-12 Thread Peter Lauri
@lists.php.net Subject: RE: [PHP] PHP Mailer and SMTP = SPAM? On Wed, October 11, 2006 11:28 pm, Peter Lauri wrote: > [snip] > Unless the email is coming "from" somebody the recipient knows/trusts, > then you're going to get marked by them as a spammer -- which will > repor

RE: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-12 Thread Richard Lynch
On Wed, October 11, 2006 11:28 pm, Peter Lauri wrote: > [snip] > Unless the email is coming "from" somebody the recipient knows/trusts, > then you're going to get marked by them as a spammer -- which will > report back to some of the lists marking you as a spammer. > [/snip] > > But is it not a pro

Re: [PHP] php mailer problem

2006-10-12 Thread Richard Lynch
Move the ->Send outside the loop? And fix your indentation to something sane, so you know what's going on in your script. [Apologies if mail transport messed it up...] On Thu, October 12, 2006 8:30 am, Ross wrote: > Why does this send multiple times. I want it to loop through and send > it > once

[PHP] php mailer problem

2006-10-12 Thread Ross
Why does this send multiple times. I want it to loop through and send it once. - Mailer = "mail"; // telling the class to use SMTP $mail->IsHTML(true); $mail->Host = "mail.scottishsocialnetworks.org"; // SMT

RE: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-11 Thread Peter Lauri
[snip] Unless the email is coming "from" somebody the recipient knows/trusts, then you're going to get marked by them as a spammer -- which will report back to some of the lists marking you as a spammer. [/snip] But is it not a problem sending from the SMTP server thedomain.com using something els

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-11 Thread Google Kreme
On 10 Oct 2006, at 12:37 , Richard Lynch wrote: Very simple to code/implement/maintain. Oh? How simple is it? (yes, this is an oblique request for code :) -- Nothing like grilling a kosher dog over human hair to bring out the subtle flavors. -- PHP General Mailing List (http://www.php.

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-11 Thread tedd
At 5:30 PM + 10/10/06, Roman Neuhauser wrote: How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. Troll. tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing Lis

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-10 Thread David Giragosian
-- Forwarded message -- From: Roman Neuhauser <[EMAIL PROTECTED]> Date: Oct 10, 2006 5:11 PM Subject: Re: [PHP] PHP Mailer and SMTP = SPAM? To: David Giragosian <[EMAIL PROTECTED]> # [EMAIL PROTECTED] / 2006-10-10 12:49:11 -0500: Do you realize how many Vietnam

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-10 Thread Richard Lynch
On Tue, October 10, 2006 7:06 am, Peter Lauri wrote: > 1.We have setup an email that do have an inbox and is REAL. We have > an > mailbox connected to it and can send and read emails from it via > webmail and > pop > 2.We have an SMTP server that requires authentication > 3.We are going

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-10 Thread David Giragosian
How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991 How many Boomer wannabes does it take to pollute a mailing list? Just one, <[EMAIL PROTECTED]>, MAN! David

Re: [PHP] PHP Mailer and SMTP = SPAM?

2006-10-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-10-10 19:06:53 +0700: > I am developing a "tell-a-friend" application for one of my customers. We > are going to have it all located on their server, and want to make sure we > take the right decisions on the road so that we don't spam mark our server > and don't end up i

[PHP] PHP Mailer and SMTP = SPAM?

2006-10-10 Thread Peter Lauri
Hi, I am developing a "tell-a-friend" application for one of my customers. We are going to have it all located on their server, and want to make sure we take the right decisions on the road so that we don't spam mark our server and don't end up in the SPAM inbox of the recipients. This is how I

Re: [PHP] Php mailer

2004-03-19 Thread Evan Nemerson
IMP and SquirrelMail are both nice. http://www.horde.org/imp/ http://www.squirrelmail.org On Friday 19 March 2004 03:40 pm, Mrs. Geeta Thanu wrote: > Hi all, > > I am new to php and want to use php for our mailing program. > At present we have servlet program what the users access it thru web >

[PHP] Php mailer

2004-03-19 Thread Mrs. Geeta Thanu
Hi all, I am new to php and want to use php for our mailing program. At present we have servlet program what the users access it thru web interface and use for sending,receiving and composing mails. But it is giving lot of problem and hence I want to shift the entrie system to PHP . Please give