Massacres Posted November 23, 2006 Share Posted November 23, 2006 Is it possible to send emails to people using PHP? I can go through the database of members email addresses, I just don't know how to mail people using it.Find User ID# in database0Send User Email [body][attachement]Thats basically all I need to do; and I can do the first part. I just don't know how to send the email. Link to comment https://forums.phpfreaks.com/topic/28275-might-seem-strange/ Share on other sites More sharing options...
Stooney Posted November 23, 2006 Share Posted November 23, 2006 mail($email, $subject, $message);[url=http://us3.php.net/manual/en/function.mail.php]http://us3.php.net/manual/en/function.mail.php[/url] Link to comment https://forums.phpfreaks.com/topic/28275-might-seem-strange/#findComment-129288 Share on other sites More sharing options...
Massacres Posted November 23, 2006 Author Share Posted November 23, 2006 Thank you very much. Link to comment https://forums.phpfreaks.com/topic/28275-might-seem-strange/#findComment-129290 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.