View previous topic :: View next topic |
Author |
Message |
nin_freak_ Tux's lil' helper
Joined: 03 Aug 2003 Posts: 110
|
Posted: Mon Dec 13, 2004 9:59 pm Post subject: can i get phpBB to use gmail? |
|
|
i've had my forums up for a while now, but i really need the email feature, and a lot of ISPs and other email providers seem to block messages from my ip, since it's private, and they think it's spam, so i've treid setting up the SMPT function to use an external mail source, but they all have problems with authentication no working. i'd like to get gmail working with it, but when i try it says this:
Code: | Ran into problems sending Mail. Response: 530 5.7.0 Must issue a STARTTLS command first
DEBUG MODE
Line : 125
File : /mnt/main/source/www/htdocs/phpBB/includes/smtp.php |
does anyone have any ideas on how to fix this? i'm assuming i'll have to change some code. if not, how about using some other free email service (i had authentication problems with yahoo too, but of a diferent sort). i'm not sure if i'd have the same problems with an account from my ISP (comcast) but since i've had it take up to 7 hours before for them to deliver a message, i'd rather do ANYTHING else |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Mon Dec 13, 2004 10:09 pm Post subject: |
|
|
If sending mail through your ISP takes 7 hours (hard to believe, actually) and you pay them money for your account, I would take it up with them.
Meaning kick them until they fix it.
This sort of non-service is unacceptable anywhere in the world. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
nin_freak_ Tux's lil' helper
Joined: 03 Aug 2003 Posts: 110
|
Posted: Mon Dec 13, 2004 10:32 pm Post subject: |
|
|
i don't use them for email, i use gmail, i just have the ability to get an account with them because they are my isp, i could care less about their email
edit: i know gmail uses weird ports, but i can't find where i would set this in my config, or even in the code, does anyone know? |
|
Back to top |
|
|
Gatta n00b
Joined: 28 Mar 2004 Posts: 53
|
Posted: Mon Dec 20, 2004 3:46 pm Post subject: |
|
|
It's a problem with GMail needing to use SMTP/TLS. See if there's a "secure connection" option in phpBB. |
|
Back to top |
|
|
xgregx Apprentice
Joined: 17 Dec 2004 Posts: 181 Location: Cheshire, CT
|
Posted: Mon Dec 20, 2004 6:24 pm Post subject: |
|
|
Most of the time, out going smtp is blocked on residential accounts. I couldn't send mail outside my network using Cox. That was using a sendmail server. Some mail() functions in scripts would work. But it's probably because smtp traffic on port 25 is blocked, unless you are connecting to thier mail server. |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Mon Dec 20, 2004 6:46 pm Post subject: |
|
|
The problem as Gatta has said is that gmail requires you to use tls, I'm pretty sure that there is no option in phpbb to use tls to talk to the smtp server. Your best bet would be to run a local mail system that can talk ssl and use that to forward the mail via gmail or send it directly. |
|
Back to top |
|
|
Fitzsimmons Guru
Joined: 01 Jan 2003 Posts: 415 Location: Waterloo, Ontario, Canada
|
Posted: Mon Dec 20, 2004 7:43 pm Post subject: |
|
|
If you're going to go to the trouble to run a local mail system, why not just send out the mail straight from that instead of forwarding it to gmail? |
|
Back to top |
|
|
|