Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro
Author Message
zerclon
New Member
New Member



Joined: Jun 19, 2006
Posts: 14

PostPosted: Sat Jul 15, 2006 2:23 am Reply with quote

Well it's not really a fix, but I think I've lockated the problem and it's well... the most stupid thing ever, really.
There is nothing wrong with the script, but it seems to me that the problem only arises when you set a hotmail adres as reply adres (aka the administrator email located under Preferences in the Admin menu, and the email on your board configuration)

I could narrow the problem down to the "From: blabla" part in the mailfunction code (BE SURE TO KNOW THAT YOUR MAILFUNCTION IS WORKING, if you're not sure use the test script below) so I first just deleted the From part and everything worked, but it was showing the email from the apache server from the provider, and that's not what it should be so then set a fake email like blabla@noreplybla.com and I got the email on hotmail!

So in short: don't use hotmail as administrator email adresses

(don't know if this issue was directed before but on my previous post about this problem I got almost no reply, hope this helps some guys out)

grtz
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Sat Jul 15, 2006 5:10 am Reply with quote

Which previous post?

Is it that hotmail won't receive email from the same address?

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
zerclon







PostPosted: Sat Jul 15, 2006 5:52 am Reply with quote

kguske wrote:
Which previous post?

Is it that hotmail won't receive email from the same address?


that might be also true, but no one that was registering with a hotmail adress received any mail, and others using their provider mail, or just any non hotmail mail did receive mails

the previous post I am referring to is, and you did reply(where for thanks):
[ Only registered users can see links on this board! Get registered or login! ]

went dead quite quickly, and no solution came out of it, so that's why I make this post, so everyone knows that it's not the script, but just the admin mail that's the problem Wink and no one else has to have the trouble of manually activating every user that signed up with hotmail

I just can't imagine I'm the first to find out what causes this trouble Confused however I thought to share it with all others, I've seen alot of posts in my search to find the solution from others that had this problem, and didn't find any solutions (keep in mind that I can't read the whole Ravens board lol so srry if I missed the solution somewhere)


Grtz
 
zerclon







PostPosted: Sat Jul 15, 2006 5:54 am Reply with quote

btw: this was the code I used to check if the mail function was working:

Code:
<? 

   $to = 'mail@domain.com';
   $subject = 'test email';
   $msg = 'If you are reading this, it appears that your mail setup is functioning correctly!';
   mail($to, $subject, $msg) or die('MAIL ERROR');
   die('Mailed - This just means that the PHP mail() function is working.<br />If you do not receive the email, then there is probably something wrong with your SMTP setup.');
?>


I didn't make it, and shame on me but I forgot who did, it was someone on this forum, Confused so if it's yours feel free to claim is Razz
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sat Jul 15, 2006 6:05 am Reply with quote

Something you may want to try is setting up the SMTP options in forum config.
I think the underlying issue is the server configuration is sending php mail as 'anonymous' and hotmail is blocking it because of that.
 
View user's profile Send private message Send e-mail
zerclon







PostPosted: Sat Jul 15, 2006 6:32 am Reply with quote

tnx for your reply guardian, but that isn't the case, I could send a test mail through the code I posted above, and I received it on both hotmail and my provider email, so the setup from the server isn't wrong, hotmail just blocks emails that carry a hotmail adress that's stated under the "From" part

smpt server didn't work either, no clue why not but guess it also had to do with the same problem as I just described about hotmail blocking hotmail adresses that aren't really send by the hotmail website or outlook...

got to go now, but if it isn't clear what I just posted I'll try to clean up my english and clarify it Wink
 
kguske







PostPosted: Sat Jul 15, 2006 8:27 am Reply with quote

I wonder if your hotmail address is being treated as a spam email. Have you tried another hotmail address as the from address?
 
zerclon







PostPosted: Sat Jul 15, 2006 1:29 pm Reply with quote

kguske wrote:
I wonder if your hotmail address is being treated as a spam email. Have you tried another hotmail address as the from address?


it would really surprise me if it was on a spam list... because I never used that email adres before, and just created it for having my personal and webstuff seperate, haven't tried another account, because I just know it will turn out the same way

If any of you doubt this, feel free to test it and enter any hotmail adres, I'm sure you won't get any mails delivered to other hotmail accounts, it's not even that surprising I think... I'm pretty sure hotmail can detect if a mail was send using hotmail or another server that's just putting hotmail as reply adres, hotmail is most likely running a system preventing their own services being used for spamming, OR at least making sure that webservers can't be used for spamming in such way that it seems like it's comming from hotmail (srry for my bad english, got more to say then I can express)

basically: I think hotmail will only allow their own servers to send from hotmail to hotmail, and will not allow a webserver carrying a hotmail adress as stated under "From:..." sending messages to other hotmail adresses

Can you make up anything out of what I just tried to explain lol? I just don't think it's a code error, I'm very sure that it isn't actually, the code is working just fine, and the webserver is also setup the right way, it's just hotmail fighting spam and this is well "collateral damage" so to say

edit: oh well I'll try another hotmail adres anyway tonight when I don't bother any ppl on the website, will post results tomorrow, but trust me it will turn out the same way
 
kguske







PostPosted: Sat Jul 15, 2006 2:06 pm Reply with quote

If what you're saying is true about hotmail detecting where the server is sent, you won't be able to make any changes to that (other than switching to a non-hotmail address).

Why not use one for your domain?
 
zerclon







PostPosted: Sat Jul 15, 2006 4:13 pm Reply with quote

kguske wrote:
If what you're saying is true about hotmail detecting where the server is sent, you won't be able to make any changes to that (other than switching to a non-hotmail address).

Why not use one for your domain?


yep, that's what I have done now, and it works Wink , all we need now is some more ppl to check if I'm right, but everything I looked after (and that is ALOT indicates that way)

I know this might seem a bit far fetched, but I wouldn't post it if I weren't 100% believing this is all true, or at least it would fix the problem
 
Dauthus
Worker
Worker



Joined: Oct 07, 2003
Posts: 211

PostPosted: Sat Jul 15, 2006 7:14 pm Reply with quote

This fix has solved several email problems. It may be of some help
[ Only registered users can see links on this board! Get registered or login! ]

_________________
Image
Vivere disce, cogita mori 
View user's profile Send private message Visit poster's website
zerclon







PostPosted: Sun Jul 16, 2006 1:40 am Reply with quote

Dauthus wrote:
This fix has solved several email problems. It may be of some help
[ Only registered users can see links on this board! Get registered or login! ]


Thank you very much!!! that looks very interesting I'm gonna edit the script and do a little test tonight, if this makes it possible to use a hotmail adres as admin email it would be that much better!!


As I stated above, I tried another hotmail email adres, 2 in fact just to be sure, to test if I would receive emails, both didn't return anything on other hotmail adreses, and did return on my provider email adres, in other words: the same problem
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro

View next topic
View previous topic
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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©