FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Mailing List- Using a Reply-able email sending account
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
could it be this easy? [message #25327 is a reply to message #25304] Mon, 06 June 2005 19:56 Go to previous messageGo to previous message
jhogue is currently offline  jhogue   United States
Messages: 28
Registered: April 2005
Location: at the computer
Karma:
Junior Member
replace:

send_email($GLOBALS['NOTIFY_FROM'], $to, $subj, $body_email, $headers);
}
?>

with:

send_email($r[0], $to, $subj, $body_email, $headers);
}
?>

OR do I need to do this?

$variable_sender = db_saq('SELECT name FROM {SQL_TABLE_PREFIX}mlist WHERE id='.$mtf->mlist_id);
send_email($variable_sender, $to, $subj, $body_email, $headers);
}
?>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Make a field in the registration form required
Next Topic: fud_read table huge
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Nov 06 06:26:43 GMT 2024

Total time taken to generate the page: 0.03189 seconds