- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 47 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Email works, but not with Nuke 6.0?? [ ]
Author
Message
neggs
Guest
Posted:
Mon Feb 24, 2003 11:21 pm
Hi,
Email doesnt seem to be working with my phpnuke 6.0 install. I have coded my own simple mail php file and this works fine! See code below:-
<?php
$to = "my@email.com";
$subject = "PHPmail Test";
$message = "I just want to see if this really works";
$mailheader = "my@email.com";
mail($to, $subject, $message, $mailheader);
$result = "<h2>It worked!</h2>";
?>
<html> <head> <title>Mail test</title> </head>
<body>
<? echo "$result"; ?> </body> </html>
Does phpnuke use the mail() function in PHP?
Any ideas?
Thanks!!
Neggs.
P.S I am registered with the site, but ive forgotten my password. I requested the password via the "lost your password", but nothing was sent.
Neggs
Guest
Posted:
Tue Feb 25, 2003 4:33 am
Feedback works on phpnuke, but Lost Password / user reg email doesnt.
Any ideas?
Neggs
Guest
Posted:
Tue Feb 25, 2003 4:51 am
Ive located the mail() function within the your_account module:-
mail($email, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());
I think the problem lie with the last part i.e "From: $from\nX-Mailer: PHP/" . phpversion());
as the feedback module doesnt use this.
Anyone know what this part is?
Thanks,
Neggs
Phoenix_NF
Guest
Posted:
Mon Apr 28, 2003 7:49 pm
Eu usei o Tweak 600 230g of nukescripts, and no email is been sended for new users or lost pass...
what i do ?
You can post new topics in this forum You can 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