Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can i get phpBB to use gmail?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
nin_freak_
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2003
Posts: 110

PostPosted: Mon Dec 13, 2004 9:59 pm    Post subject: can i get phpBB to use gmail? Reply with quote

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
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Mon Dec 13, 2004 10:09 pm    Post subject: Reply with quote

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
View user's profile Send private message
nin_freak_
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2003
Posts: 110

PostPosted: Mon Dec 13, 2004 10:32 pm    Post subject: Reply with quote

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
View user's profile Send private message
Gatta
n00b
n00b


Joined: 28 Mar 2004
Posts: 53

PostPosted: Mon Dec 20, 2004 3:46 pm    Post subject: Reply with quote

It's a problem with GMail needing to use SMTP/TLS. See if there's a "secure connection" option in phpBB.
Back to top
View user's profile Send private message
xgregx
Apprentice
Apprentice


Joined: 17 Dec 2004
Posts: 181
Location: Cheshire, CT

PostPosted: Mon Dec 20, 2004 6:24 pm    Post subject: Reply with quote

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
View user's profile Send private message
nobspangle
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1318
Location: Manchester, UK

PostPosted: Mon Dec 20, 2004 6:46 pm    Post subject: Reply with quote

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
View user's profile Send private message
Fitzsimmons
Guru
Guru


Joined: 01 Jan 2003
Posts: 415
Location: Waterloo, Ontario, Canada

PostPosted: Mon Dec 20, 2004 7:43 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum