Pages: [1]   Go Down
Send this topic | Print
Author Topic: SMTP not working for phpBB2 [RESOLVED, IF THIS IS YOUR PROBLEM LOOK HERE!]  (Read 2964 times)
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« on: December 06, 2006, 11:53:33 AM »

Ok i have read the other posts about this, i know i need an external SMTP host or send my ID to 110mb to get sendmail turned on. I have tried my ISPs SMTP server (smtp.MY_ISP.com) and it worked, then stopped, i uploaded SMTP.php and tried to connect to my ISPs SMTP server via outlook (i can connect via out look) So i tried yahoo.com.au but thats not working. I also tried smtp.hotpop.com but same thing, nothing. I checked and yes the port is 25 for all 3 i tried, I am using a username and password. I still cant get it working any ideas?


EDIT: RESOLVED, just use smtp.google.com NO USER OR PASS!
« Last Edit: December 08, 2006, 06:25:57 AM by h-nation » Logged
shadow
Active Member
**
Offline Offline

Posts: 56


« Reply #1 on: December 06, 2006, 01:26:17 PM »

u need to verify ur account.
Logged

http://www.proxyize.com - free CGI/PHP Proxy
Http://www.proxyize.net - Proxy discussion/lists

of course-hosted on 110mb.com =)
hhsweb
Watching
Advanced Authority Member
*****
Offline Offline

Posts: 1461

16 year old Adv. Authority Member! (triple yay!)


« Reply #2 on: December 06, 2006, 01:38:09 PM »

u need to verify ur account.
Shadow, shhhhhhhhhh

h-nation when you tried yahoo.com.au did you fill in details correctly?
host: smtp.mail.yahoo.com.au
username: ACCOUNTNAME (without yahoo.com.au)
password: pass used to get in to yahoo.com.au
port: 25

also did you check the box that said use smtp for sendmail
Logged

eh...................it's a signature
shadow
Active Member
**
Offline Offline

Posts: 56


« Reply #3 on: December 06, 2006, 01:42:05 PM »

it may be a new version of phpBB, but I didnt know u can fill in ur SMTP details.
Or is it just me being ignorant.

i think he wants to mass mail a group of people, but cant because he didnt verify  his account :/
Logged

http://www.proxyize.com - free CGI/PHP Proxy
Http://www.proxyize.net - Proxy discussion/lists

of course-hosted on 110mb.com =)
hhsweb
Watching
Advanced Authority Member
*****
Offline Offline

Posts: 1461

16 year old Adv. Authority Member! (triple yay!)


« Reply #4 on: December 06, 2006, 01:47:28 PM »

smtp is completely apart from phpsendmail anyways yes newer versions of phpbb do let you put login details for smtp i should know i beta tested phpbb3 olympus.

btw shadow you are not ignorant just need to pay attention to the rest of the forum
« Last Edit: December 06, 2006, 01:52:25 PM by bhmsweb » Logged

eh...................it's a signature
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #5 on: December 07, 2006, 04:52:52 AM »

u need to verify ur account.
Shadow, shhhhhhhhhh

h-nation when you tried yahoo.com.au did you fill in details correctly?
host: smtp.mail.yahoo.com.au
username: ACCOUNTNAME (without yahoo.com.au)
password: pass used to get in to yahoo.com.au
port: 25

also did you check the box that said use smtp for sendmail

I am using phpbb 2.0.21 i have the following settings for my SMTP config on phpbb:

HOST: smtp.mailyahoo.com.au
Username: www.hnation
Password: Wouldnt you like to know Smiley

I HAVE verified my e-mail and have been using it for about 3 weeks now

Here is the error i get:
Code:
Could not connect to smtp host : 111 : Connection refused

DEBUG MODE

Line : 112
File : smtp.php
« Last Edit: December 07, 2006, 04:55:15 AM by h-nation » Logged
andre
Administrator
Loyal 110MB Member
*****
Offline Offline

Posts: 3121


« Reply #6 on: December 07, 2006, 04:56:24 AM »

See this for correct way to use Yahoo's SMTP:
http://www.110mb.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=24
Logged

NOTE: ALL PM'S WILL BE IGNORED. UNLESS I ASKED YOU TO PRIVATE MESSAGE ME.

-- Use the "Search" on top-right before posting.
-- If your topic is resolved, put [Resolved] at end of subject.
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #7 on: December 07, 2006, 04:58:12 AM »

i just check yahoo.com.au and i think this may help lol:

Server Settings
Incoming Mail Server (POP3):    pop.mail.yahoo.com.au
Outgoing Mail Server (SMTP):    smtp.mail.yahoo.com.au

using SMTP port 587
Account Name/Username:    www.hnation
Email address:    www.hnation[ @ ] yahoo.com.au
Password:    Your Yahoo!7 Mail password
Logged
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #8 on: December 07, 2006, 05:05:04 AM »

ok now im getting this:

Code:
Could not connect to smtp host : 110 : Connection timed out

DEBUG MODE

Line : 112
File : smtp.php

Any ideas?
Logged
andre
Administrator
Loyal 110MB Member
*****
Offline Offline

Posts: 3121


« Reply #9 on: December 07, 2006, 05:12:17 AM »

Ok hold on. I'm getting that too...
Logged

NOTE: ALL PM'S WILL BE IGNORED. UNLESS I ASKED YOU TO PRIVATE MESSAGE ME.

-- Use the "Search" on top-right before posting.
-- If your topic is resolved, put [Resolved] at end of subject.
andre
Administrator
Loyal 110MB Member
*****
Offline Offline

Posts: 3121


« Reply #10 on: December 07, 2006, 05:23:17 AM »

Damn. Looks like yahoo's SMTP service can no longer be used on phpBB forum because it's using port 587, while phpBB is assuming it's port 25. So unless someone seems on phpBB forum on how to change the port via coding, that'll be great.

www.hotpop.com also doesn't work with phpBB2 forum. Ok let me do a little more testing on other services...
Logged

NOTE: ALL PM'S WILL BE IGNORED. UNLESS I ASKED YOU TO PRIVATE MESSAGE ME.

-- Use the "Search" on top-right before posting.
-- If your topic is resolved, put [Resolved] at end of subject.
Maller
Super Authority member
******
Offline Offline

Posts: 1551



WWW
« Reply #11 on: December 07, 2006, 06:27:55 AM »

There is a phpbb mod that allows you to define another smtp port.

http://www.phpbb.com/phpBB/viewtopic.php?t=396661
Logged


Intel Core i7 920 (2.66GHz), 6GB DDR3 Ram, 1TB HDD, Geforce GT 230 GTO (1,5 GB Ram (dedicated))
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #12 on: December 07, 2006, 07:37:28 AM »

Damn. Looks like yahoo's SMTP service can no longer be used on phpBB forum because it's using port 587, while phpBB is assuming it's port 25. So unless someone seems on phpBB forum on how to change the port via coding, that'll be great.

www.hotpop.com also doesn't work with phpBB2 forum. Ok let me do a little more testing on other services...

kk, hope you can find a service that lets us use SMTP (WITHOUT pay extra, seriously why would i pay to access SMTP and POP3 remotely?)
Logged
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #13 on: December 07, 2006, 07:44:14 AM »

There is a phpbb mod that allows you to define another smtp port.

http://www.phpbb.com/phpBB/viewtopic.php?t=396661

As for this mode, its easy to install, but sadly doesnt work on phpbb2.0.21 undecided
Logged
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #14 on: December 07, 2006, 12:12:12 PM »

I have contacted phpBB and they said that if you edit line 110 in smtp.php and change the 25 to PORT then it will work (i have tried this to no avail) they also said that using this syntax: "SMTP.HOST.COM:PORT" but i have tried this to an avail :/
Logged
purpl3star
Active Member
**
Offline Offline

Posts: 59


« Reply #15 on: December 07, 2006, 12:31:08 PM »

i just completed setup my phpBB2

i put the admin email : XXXX@gmail.com
wanna use smtp as sender? : yes
smtp server : smtp.google.com
username : blank
password : blank

then it should be done

better use gmail as your smtp server..
coz it was really great and fast..just try it...
if you need the invitation..i can sent it for you..just pm to my ur email add
« Last Edit: December 07, 2006, 12:33:09 PM by purpl3star » Logged
funuser
Member
*
Offline Offline

Posts: 47


« Reply #16 on: December 07, 2006, 02:01:00 PM »

hey andre, not sure if this is related but you mentioned that phpbb2 can't use yahoo smtp server because it uses port 25.
well i'm using the smf forum on mine. and i've got port set to 587 and i'm sure i've used the correct account details. this is the error i get.

Quote
Could not connect to SMTP host: 110 : Connection timed out
2: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to smtp.mail.yahoo.com.au:587 (Connection timed out)
File: /www/110mb.com/l/e/v/i/t/a/m/u/levitamus/htdocs/forum/Sources/Subs-Post.php
Line: 956

hope it helps for the team in diagnosing the problem.
Thanks
Logged
Dark Raito
Dark Templar
Loyal 110MB Member
*******
Offline Offline

Posts: 2280


i seems to prefer to read more than to post more..


WWW
« Reply #17 on: December 07, 2006, 04:43:26 PM »

phpBB2 also suffer the same problem... operation timed out

edit:
look what i found : http://www.unlimitedmail.net/

brief data you want to know:

1. smtp username : your account name with the prefixes
2. smtp password : your account pass
3. smtp host/server : smtp.unlimitedmail.org

the steps is as follows
register an account > login > create a "new" mail address .. then adjust your phpBB2 forum.. and walla ~
« Last Edit: December 07, 2006, 05:58:03 PM by DarkRaito » Logged


110MB.com Help!
NubsPixel.com
Quote from: 'A Wise person'
have you ever faced failures?

never. because there is no such thing as failure.
Only lessons that make you a more better person.
h-nation
Member
*
Offline Offline

Posts: 11

Attention deficite? What are..... LOOK OVER THERE!


« Reply #18 on: December 08, 2006, 06:25:40 AM »

i just completed setup my phpBB2

i put the admin email : XXXX@gmail.com
wanna use smtp as sender? : yes
smtp server : smtp.google.com
username : blank
password : blank

then it should be done

better use gmail as your smtp server..
coz it was really great and fast..just try it...
if you need the invitation..i can sent it for you..just pm to my ur email add

This worked, thanks Cheesy
Logged
Pages: [1]   Go Up
Send this topic | Print
Jump to: