Jiraiya Posted December 9, 2008 Share Posted December 9, 2008 i was wondering how would i set up a mail function to allow players in my game to send messages to each other Link to comment https://forums.phpfreaks.com/topic/136152-php-mysql-mail/ Share on other sites More sharing options...
gevans Posted December 9, 2008 Share Posted December 9, 2008 Do you know how the mail() function works? If yes you need to pass it the email to send to (being a chosen user) a subject (set by user in a form input maybe) the sending users email (from database) Link to comment https://forums.phpfreaks.com/topic/136152-php-mysql-mail/#findComment-710135 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.