Jump to content

[PHPBB] Forum mail function not sending mails

Go to solution Solved by Vfo,

Well, in the end it was a mistake, ofcourse. Not entirely sure which of the things I did that managed to get it going now, but it works. Went crazy and kept making small adjustments and tested over and over again - paid off in the end.

 

Thanks a lot for your input guys!

 

 

Next up: see if I can trick the (U_BOARD) to use an alias instead of my domain name when supplying links in emails. Any ideas lol?

So I've been fiddling with setting up a phpbb forum for a small community.

Currently it's on a local windows 7 computer using XAMPP to explore the system and iron out most of the starter issues etc.

 

So far I've gotten everything to work, except for e-mail. (registration verification, resetting passwords and other notifications via email (forum internal message system for notifications works fine!))

 

I would like it to use the built-in mail() system if possible. (I tried using smtp over gmail from a guide I found somewhere a few days ago, also didn't work)

 

The real issue is that it doesn't show any errors while trying to send anything. If I put the smtp settings up incorrectly on purpose I do get an error of the correct type.

 

Email settings tab in ACP: http://i.imgur.com/4c8VU2I.png

Any ideas are greatly appreciated!

 

Let me know if you need any specific information for furthrer investigation.

 

Thanks!

Link to comment
https://linustechtips.com/topic/364920-phpbb-forum-mail-function-not-sending-mails/
Share on other sites

Link to post
Share on other sites

Try setting up a little PHP script that just sends an email to try and pinpoint where the issue is (if it's the servers PHP settings or not)? I always have some kind of problem when hosting on Windows. I actually have to troubleshoot an issue like this for someones WP site soon, heh. GL.

2500K @ 4.5GHz | ASRock P67 Extreme 6 | 16GB Ram | GTX 750 Ti | 250gb SSD | 1TB+2TB HDD | 720W CoolerMaster PSU | Essense STX Sound Card | Define R5

Link to post
Share on other sites

Do you have an email server running on your computer? If you don't have a mail server, then mail cannot be sent...

 

Ah so he will be sending from the gmail account? My bad, Ignore me.  :ph34r:

2500K @ 4.5GHz | ASRock P67 Extreme 6 | 16GB Ram | GTX 750 Ti | 250gb SSD | 1TB+2TB HDD | 720W CoolerMaster PSU | Essense STX Sound Card | Define R5

Link to post
Share on other sites

Ah so he will be sending from the gmail account? My bad, Ignore me.  :ph34r:

Thank you both for your replies.

 

I have tried both just to see if it was sending at all since I didn't get any error messages in the email filter (I do if I put gmail settings incorrectly on purpose)

 

I'll recheck the php.ini and mail functions just in case. Wouldn't that report an error though?

Link to post
Share on other sites

Well, in the end it was a mistake, ofcourse. Not entirely sure which of the things I did that managed to get it going now, but it works. Went crazy and kept making small adjustments and tested over and over again - paid off in the end.

 

Thanks a lot for your input guys!

 

 

Next up: see if I can trick the (U_BOARD) to use an alias instead of my domain name when supplying links in emails. Any ideas lol?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×