SMTP in 2.5.5

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
jscavarda
Posts: 16
Joined: Tue Dec 29, 2009 9:59 am
Contact:

SMTP in 2.5.5

Post by jscavarda »

I have an installation of 2.5.5 running on IIS 6. Does 2.5.5 have support for SMTP authentication? If so, what changes are needed to get this functionality?
Thorsten
Posts: 15565
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: SMTP in 2.5.5

Post by Thorsten »

Hi,

we do not have SMTP Auth support yet.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
jscavarda
Posts: 16
Joined: Tue Dec 29, 2009 9:59 am
Contact:

Re: SMTP in 2.5.5

Post by jscavarda »

I also have an option to use my hosts gateway server host name to relay the smtp request without authentication. Will 2.5.5 allow for this type of configuration?
Thorsten
Posts: 15565
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: SMTP in 2.5.5

Post by Thorsten »

Hi,

this is more a PHP configuration. It should work.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
jscavarda
Posts: 16
Joined: Tue Dec 29, 2009 9:59 am
Contact:

Re: SMTP in 2.5.5

Post by jscavarda »

Is there a way integrate this into the php mail functions without having to rework it entirely. I am sure this has been asked before but can you point me in the direction of which file(s) need to be modified to accomplish this? Your help is very much appreciated.

Thanks
Thorsten
Posts: 15565
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: SMTP in 2.5.5

Post by Thorsten »

Hi,

this is all done in inc/Mail.php and the folder inc/PMF_Mail/

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply