Welcome Guest, Not a member yet? Register   Sign In
not able to send email
#11

[eluser]mikeyhell[/eluser]
I was thinking the same thing as pygon... Almost drove me mad trying to figure out why my changes to increase the php memory limit weren't being recognized.

Try sending mail with this:
Code:
mail("[email protected]", "testsubject", "test message abc123\nasd\n", "From: [email][email protected][/email]\nX-Mailer: PHPTEST", "[email protected]");
#12

[eluser]bevans[/eluser]
[quote author="mikeyhell" date="1204717632"]I was thinking the same thing as pygon... Almost drove me mad trying to figure out why my changes to increase the php memory limit weren't being recognized.

Try sending mail with this:
Code:
mail("[email protected]", "testsubject", "test message abc123\nasd\n", "From: [email][email protected][/email]\nX-Mailer: PHPTEST", "[email protected]");
[/quote]


Nope, that did not work either.
When I submit the registration form, I get a small pop-up window with a status bar which shows that something happens, but the window does not say anything on it to indicate what it is and what its doing. I do NOT get an email. So, it looks as if something is happening, but in fact no emails are sent or received.

Still puzzled about it...




Theme © iAndrew 2016 - Forum software by © MyBB