Email Confirmation problem [message #20200] |
Fri, 01 October 2004 15:18 |
BlackFlag
Messages: 7 Registered: September 2004
Karma: 0
|
Junior Member |
|
|
I am not webmaster and I don't have enough exprience.I installed fudforum to my website but I have sending confirmation problem. The problem is when a new user register to my forum the user can not take confirmation e-mail except same have same domain e-mail. For example my web site is www.myforum.com/forum/ if user have x-person(at)myforum(dot)com and this user want to register my forum there is no problem. x-person(at)myforum(dot)com is taking email confirmation. But if a person have x-person(at)yahoo(dot)com is not taking e-mail confirmation. What can I do at this point.
P.S 1 : Sorry my engilish is not good.I am Turkish.
P.S 2 : I am using FudForum 2.6.6
Thank you for helping.
[Updated on: Fri, 01 October 2004 15:21] Report message to a moderator
|
|
|
Re: Email Confirmation problem [message #20236 is a reply to message #20200] |
Mon, 04 October 2004 13:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It sounds like your mail server is failing to send e-mail to remote domains. You can test this by writing a simple PHP script like this:
<?php mail("someuser(at)yahoo(dot)com", "Testing E-mail", "Test body"); ?>
and see if the e-mail arrives.
FUDforum Core Developer
|
|
|
|
|