1
lanemon
Email doesn´t work
  • 2007/10/10 4:39

  • lanemon

  • Just popping in

  • Posts: 15

  • Since: 2007/10/10


Hi, i installed a fresh xoops-2.0.17 on byethost13.com. Evrything works fine, excepting that i can´t send mails.
no even the autentification mail.
I ve tried on differents accounts(yahoo, gmail, hotmail), but none of them seems to work.
With the phpmail() option it says that evrything went ok, but the mail never arrives.
With sendmail i get this error "Could not execute: /usr/sbin/sendmail".Sendmail is supossed to be activated in this server.
With smtpauth, when i try to connect to a gmail account i get this error "SMTP Error: Could not connect to SMTP host." Gmail says that i m supposed to select 465 or 587 ports, but i can´t find anywhere to config this.


If someone has any idea of what should i do, i will be deeply thankfull.

2
Sublime
Re: Email doesn´t work
  • 2007/10/10 13:03

  • Sublime

  • Just popping in

  • Posts: 99

  • Since: 2006/5/23


well with smtpauth XOOPS defaults the port to 25...SO:

go to /class/mail/phpmailer/class.smtp.php

find
var $SMTP_PORT 25;


change it to
var $SMTP_PORT 587;

(I use 587 to connect to gmail)

then find
#connect to the smtp server

and on the blank line directly above it put
$port 587;

And try again


OR if you wanna try sendmail again....try changing the sendmail path in your admin panel to
/usr/lib/sendmail


and see if that works....if not, ask your host where sendmail is located

3
lanemon
Re: Email doesn´t work
  • 2007/10/10 15:20

  • lanemon

  • Just popping in

  • Posts: 15

  • Since: 2007/10/10


I tried the smtp modifications but got still the same error message.

On gmail help I found taht i should have this activated:

Use STARTTLS: Yes (some clients call this SSL)

I couldn´t find any option about starttls nor ssl, could this be somehow related??

Tnx

4
lanemon
Re: Email doesn´t work
  • 2007/10/10 15:35

  • lanemon

  • Just popping in

  • Posts: 15

  • Since: 2007/10/10


about sendmail I ve asked for the path and they sended me this
/usr/sbin/sendmail -f mail@estudedu.byethost13.com

estudedu.byethost13.com---> it´s my page.

I used this (the full thing) and im still getting the same error.

5
lanemon
Re: Email doesn´t work
  • 2007/11/1 14:01

  • lanemon

  • Just popping in

  • Posts: 15

  • Since: 2007/10/10


Ok, just wanted to tell how things went.
My page is fully working now. on www.estudedu.net.tc
The thing is that byethehost only allows paid users to use smpt, so its imposible to use.
the phpmail() function works, but not for hotmail. your mails wont even get to the spam can.
Sendmail also works, but mails arrival can take a while, like a few days to a week.
so... that´s all.

Login

Who's Online

219 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 219


more...

Donat-O-Meter

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

Latest GitHub Commits