1
EtherBunny
XOOPS 2.0.17 SMTP/ATT port 465
  • 2007/10/7 23:39

  • EtherBunny

  • Just popping in

  • Posts: 3

  • Since: 2007/10/7


I am trying to set up my XOOPS mail for registration and my ISP (ATT) uses SSL for SMTP on port 465, but when I go to the mail settings in XOOPS I cannot get it configured. Does anyone know a work around for this? I would LOVE to get this working soon. It is going to be a family website.

Thanks in advance for your help!
Warren

2
hervet
Re: XOOPS 2.0.17 SMTP/ATT port 465
  • 2007/10/8 7:57

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Here is what I have made for XOOPS 2.0.16.

find this line :
var $SMTP_PORT 25;


and replace it with :
var $SMTP_PORT 465;


find this line :
$this->smtp_conn fsockopen($host,    # the host of the server


And just before, insert :
$port 465;


And use the smtpAuth option.

3
EtherBunny
Re: XOOPS 2.0.17 SMTP/ATT port 465
  • 2007/10/9 20:44

  • EtherBunny

  • Just popping in

  • Posts: 3

  • Since: 2007/10/7


Which form do i need to edit for this?

4
christian
Re: XOOPS 2.0.17 SMTP/ATT port 465
  • 2007/10/9 21:54

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


You must edit the file \class\mail\phpmailer\class.smtp.php and find the strings write by Hervet.

After in admin system menu, select mail setup for choose smtpAuth in Mail delivery method.

5
EtherBunny
Re: XOOPS 2.0.17 SMTP/ATT port 465
  • 2007/10/9 23:34

  • EtherBunny

  • Just popping in

  • Posts: 3

  • Since: 2007/10/7


I made the changes below. Uploaded the new file via filezilla and I still cannot get this working... I am using 2.0.17. Any other suggestions?

At line 30 i put:
var $SMTP_PORT = 465;






added at line 101:
$port = 465;
$this->smtp_conn = fsockopen($host, # the host of the server
$port, # the port to use
$errno, # error number if any
$errstr, # error message if any
$tval); # give up after ? secs

Login

Who's Online

162 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits