Topic: Confirmation email wrong username right address? (Read 1776 times)
Metal slug addict
Posts: 18
132 credits Members referred : 0
« on: Aug 23, 2006, 06:11:08 pm »
I am pretty sure this as addressed somewhere but I sure can't find it. The checkbox for send confirmation sends the the correct email address but has the wrong username in the body......
function send_confirmation($id) { $sql = sprintf("SELECT email FROM %s WHERE id = %d", $this->table_name, $id); $user_email = mysql_result(mysql_query($sql), 0, "email"); if ($this->send_mail($user_email, 37, 24)) { return true; } else { return false; } }
Metal slug addict
Posts: 18
132 credits Members referred : 0
Should have looked harder I found it.
« Reply #1 on: Aug 23, 2006, 06:14:18 pm »
DOH!
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
Metal slug addict
Posts: 18
132 credits Members referred : 0
« Reply #3 on: Aug 23, 2006, 07:04:39 pm »
No that was my mistake.
I am still having trouble getting the send confirmation function to work. I cannot get it to send an email confirmation at all. All of the other email functions work fine.
I am in the process of trying to see what's up with the values. Is this something you've ever heard of?
Regards, Jeff
Metal slug addict
Posts: 18
132 credits Members referred : 0
Geez I'm a dork
« Reply #4 on: Aug 23, 2006, 07:17:33 pm »
Never mind Olaf there was never a problem it's been my errors in testing.
Thanks.
Regards, Jeff
Metal slug addict
Posts: 18
132 credits Members referred : 0
« Reply #5 on: Aug 23, 2006, 07:18:44 pm »
BTW nice default profile........ James Bong?
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374