Recent Topics

1 Oct 24, 2011 06:21    

My b2evolution Version: 4.1.1

Hi there!
:?:
I Have a little issue here with user registration.

1. I Had this
Sorry, the email with the link to validate and activate your password could not be sent.
Possible reason: the PHP mail() function may have been disabled on the server

[u]But not any more I edited php.ini followed this tutorial http://forums.b2evolution.net/viewtopic.php?t=13124 by editing this [/u]

[mail function]
; For Win32 only.
SMTP = **********
smtp_port = *****
pop3_username= ***********
pop3_password= ***********

; For Win32 only.
sendmail_from = **********

2. Now there is no error, but when you click [u]Register My Account Now! [/u] waiting starts.. nothing is happening page is only loading and that's is, it doesn't redirect.

Please help guys. [/url]

3 Oct 24, 2011 13:44

sam2kb wrote:

Welcome to the forums!

The changes you made do not have any effect on mail() function if it's disabled by your hosting team. The mail() is disabled on most free hostings.

If you have a paid hosting, talk to server support and they should enable the function for you. If they won't there's a list of reputable yet cheap hosting companies that support easy b2evolution installation
http://b2evolution.net/web-hosting/spam-web-hosting-low-cost-lamp.php

But the thing is i run this web on my localhost with appserv..

5 Oct 24, 2011 14:19

O got this:

Warning: mail() [function.mail]: SMTP server response: 550-"JunkMail rejected - cpc1-hawk6-0-0-cust159.aztw.cable.virginmedia.com 550-(john-c9eaebd818) [77.101.212.160] is in an RBL, see 550 http://www.spamhaus.org/query/bl?ip=77.101.212.160" in C:\AppServ\www\site\blog\blogs\test.php on line 12
bool(false)

That's mean that my provided details are wrong?

UPDATE: I just toked look at php.ini
changed

SMTP = mail.masterpc.us


to

pop3 = mail.masterpc.us

restarted appache serv didn't work, then changed back to SMTP (i didn't change nothing else) restrarted appache serv again and now it works :)

Is there is some explanation for that??

6 Oct 24, 2011 14:30

However when I trying to register new user waiting is back... , so now I need to enable mail() function??


Form is loading...