Re: [PHP] phpMailer Problem!

2009-01-19 Thread Eric Butera
On Mon, Jan 19, 2009 at 12:28 AM, shahrzad khorrami wrote: > I tested with port 25, but it didn't work. > I confuse, I don't know what problem is > it works well with gmail... > > thanks for reply :) > http://mail.google.com/support/bin/answer.py?hl=en&answer=13287 -- PHP General Mailing L

Re: [PHP] phpMailer Problem!

2009-01-18 Thread shahrzad khorrami
thanks chris :)

Re: [PHP] phpMailer Problem!

2009-01-18 Thread Chris
shahrzad khorrami wrote: I tested with port 25, but it didn't work. I confuse, I don't know what problem is it works well with gmail... http://phpmailer.codeworxtech.com/index.php?pg=sf&p=ml The phpmailer users/developers will be able to help you debug this better. -- Postgresql & php tu

[PHP] phpMailer Problem!

2009-01-18 Thread shahrzad khorrami
I tested with port 25, but it didn't work. I confuse, I don't know what problem is it works well with gmail... thanks for reply :)

Re: [PHP] phpMailer Problem!

2009-01-18 Thread Richard Heyes
>> $mail->Port = 80; > > Invalid mail port Further to that, the normal port for SMTP is 25. -- Richard Heyes HTML5 Graphing for Firefox, Chrome, Opera and Safari: http://www.rgraph.org (Updated January 17th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] phpMailer Problem!

2009-01-18 Thread Dmitrii Varvashenia
2009/1/18 shahrzad khorrami : > $mail->Port = 80; Invalid mail port -- WBR, Dmitrii +375 29 40-LINUX +375 29 60-LINUX icq: 193-74-771 www.varvashenia.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpMailer Problem!

2009-01-18 Thread shahrzad khorrami
hi all, I want to send email using SMTP Authentication with PHPMailer, I searched more and more but I can't find anything of my problem /// include_once('class.phpmailer.php'); include("class.smtp.php"); // optional, gets called

Re: [PHP] phpmailer problem with spam score

2006-04-25 Thread Sameer N Ingole
Stut wrote: Merlin wrote: X-Spam: high X-Spam-score: 4.2 X-Spam-hits: BAYES_50, EXTRA_MPART_TYPE, FORGED_RCVD_HELO, HTML_MESSAGE, HTML_TAG_BALANCE_BODY, MIME_HTML_MOSTLY, SARE_OBFU_PART_ING Is there something I can do about this? [snip] As of Spamassassin version 3.1.X it is BAYES_50: Ba

Re: [PHP] phpmailer problem with spam score

2006-04-25 Thread Richard Lynch
On Tue, April 25, 2006 4:43 am, Merlin wrote: > I am operating page where user receive a message which they do > have to confirm. The message does have about 5 links inside to give > the user > administration to his postings. This has NOTHING to do with PHP... > Now recently I discovered that the

Re: [PHP] phpmailer problem with spam score

2006-04-25 Thread Stut
Merlin wrote: X-Spam: high X-Spam-score: 4.2 X-Spam-hits: BAYES_50, EXTRA_MPART_TYPE, FORGED_RCVD_HELO, HTML_MESSAGE, HTML_TAG_BALANCE_BODY, MIME_HTML_MOSTLY, SARE_OBFU_PART_ING Is there something I can do about this? These headers are coming from SpamAssassin. I suggest you look at their d

[PHP] phpmailer problem with spam score

2006-04-25 Thread Merlin
Hi there, I am operating page where user receive a message which they do have to confirm. The message does have about 5 links inside to give the user administration to his postings. Now recently I discovered that the message does not go through to everybody since the spam score is 4.2! This i