| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Tue Aug 29, 2006 7:55 am Post subject: Still no mail sent ... |
|
Ok I know this is another mail about mailing problems but trust me I read them ALL ! (I have IIS)
Here are my settings in e-mail preference admin page :
authorize html in e-mail : Yes
Use SMTP instead of Php : Yes
SMTP Hosting address : localhost
Server Authorization : No
no login nor password
I tested ok my SMTP server (I put a test mail in the pickup directory and I receive it in my yahoo mail). I changed to SMTP port from 25 to another, because I was always Hijacked by spammers who were using my computer as a sending platform.
Anonymous access on my SMTP server, All IP recognized as virtual SMTP server ...
I just can't see what's wrong !
Thank you for the help
Sebmex
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Tue Aug 29, 2006 8:45 am Post subject: Re: Still no mail sent ... |
|
First we should need the actually error that you get when you try to send an email...
but i can already see your problem
| sebmex wrote: |
| I changed to SMTP port from 25 to another |
Did you let the php script know about the changes? Check includes/classes/smtp.php for the connection port number
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Tue Aug 29, 2006 11:23 am Post subject: Re: Still no mail sent ... |
|
hum interesting indeed !!
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
SaintPeter Heavy poster


Offline Joined: Apr 13, 2005 Posts: 162 Location: Roseville, CA
|
Posted: Tue Aug 29, 2006 4:18 pm Post subject: Re: Still no mail sent ... |
|
Also make sure you have your Server Domain set in Main Settings:General.
I just had this problem and that was my fix.
_________________

SaintPeter's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9/Apache 1.3.36/MySQL 4.1.18/PHP 5.1.4/CPG Nuke 9.1.0.8 (Modified)
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Wed Aug 30, 2006 10:20 am Post subject: Re: Still no mail sent ... |
|
ok, I modified the smtp.php file with the correct port, but still the same. My test mails via smtp server are still working (drop in pickup directory).
I still get this error on page :
Member mail: Message could not be sent.
Mailer Error: SMTP Erreur: Impossible de connecter le serveur SMTP .Admin mail: Message could not be sent.
Mailer Error: SMTP Erreur: Impossible de connecter le serveur SMTP .
------------------
Here is my Site Domain setting :
sebanezo.zapto.org
and my website address (from outside) is sebanezo.zapto.org
is it correct ?
Thanks for helping me on this one !
Sebmex
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Wed Aug 30, 2006 10:45 am Post subject: Re: Still no mail sent ... |
|
use localhost as SMTP host address in Admin -> Main Settings -> Mail
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
pretzy 500+ Posts Club


Offline Joined: Sep 09, 2005 Posts: 519 Location: Australia
|
Posted: Wed Aug 30, 2006 1:05 pm Post subject: Re: Still no mail sent ... |
|
for some reason in my settings i had to use
| Code:: |
www.website_address.com |
, not
| Code:: |
http://website_address.com |
, then it worked
_________________ Pretzy's Place Pertzel Family Tree History Genealogy
Riverlife Church Henty
pretzy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP_Apache 2.2.2_MySQL 5.0.21_PHP 5.1.4_CPGNuke 9.1.1
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Thu Aug 31, 2006 9:00 pm Post subject: Re: Still no mail sent ... |
|
that's what I did !
I have only : sebanezo.zapto.org
in mail settings I have "localhost".
Sebmex
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Thu Aug 31, 2006 10:08 pm Post subject: Re: Still no mail sent ... |
|
then use "localhost" within you SMTP settings in php.ini as well.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Fri Sep 08, 2006 8:24 am Post subject: Re: Still no mail sent ... |
|
Hi, sorry for the delay, I was away.
I went into php.ini and it was already set up to localhost.
BUT the SMTP port number was still 25, so I changed it to the new port (same as smtp.php file).
Still the same problem !! (even after full restart)
I have a doubt about the way to configure SMTP port in IIS though.
Correct me if I am wrong, but I have to go to Default SMTP Virtual Server Properties, in General tab and click Advanced and change TCP port from 25 to the new one.
Am I correct or wrong ? Missing another thing in IIS ? I still can send test mails when dropiing a mail in text file in the pickup directory ...
Thank you, I think I am going to get mad soon !
Sebmex
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
pretzy 500+ Posts Club


Offline Joined: Sep 09, 2005 Posts: 519 Location: Australia
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Fri Sep 08, 2006 3:24 pm Post subject: Re: Still no mail sent ... |
|
I have put www.sebanezo.zapto.org
even if my website address is (http://sebanezo.zapto.org), wierd because it is still accessible, even with the www. ...
damn it, still the same problem !
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Wed Sep 13, 2006 8:54 am Post subject: Re: Still no mail sent ... |
|
up !
any other idea guys ? I'am stuck ...
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Wed Sep 13, 2006 3:55 pm Post subject: Re: Still no mail sent ... |
|
I noticed that you are using WinXP SP2. Is this IIS with SMTP supported Installed? Just wondering. Because, if you did not install mail relay for SMTP it will not work.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
sebmex Nice poster


Offline Joined: Mar 21, 2006 Posts: 142
|
Posted: Wed Sep 13, 2006 4:26 pm Post subject: Re: Still no mail sent ... |
|
Hi,
thank you for participating to my thread !
I do have SMTP installed and running. As I said, I tested the SMTP in IIS and it works since my test mails are received by people ... actually it used to work before I changed of SMTP port ...
sebmex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) XP SP2 / IIS 5 / MySQL 4.1 / PHP 5 / Dragonfly 9.0.6.1 fr
|
|
| Back to top |
|
 |
|
|