peachrg Posted May 9, 2008 Share Posted May 9, 2008 If I bought a hosting account with unlimited email domains, for example [email protected] - Would I be able to code a system where people could receive emails and send them, like yahoo email or ggmail? Link to comment https://forums.phpfreaks.com/topic/104790-emailing-system/ Share on other sites More sharing options...
Cory94bailly Posted May 9, 2008 Share Posted May 9, 2008 That is ofc possible.. Will take a bit of time to make but is possible.. For sending emails, I strongly suggest the php mail() function. Link to comment https://forums.phpfreaks.com/topic/104790-emailing-system/#findComment-536436 Share on other sites More sharing options...
radar Posted May 9, 2008 Share Posted May 9, 2008 Yeah you could definately do that, though if you opt to do it make sure you get your hosting through me Link to comment https://forums.phpfreaks.com/topic/104790-emailing-system/#findComment-536458 Share on other sites More sharing options...
schme16 Posted May 9, 2008 Share Posted May 9, 2008 I have to disagree with Cory94bailly, I'd say do NOT use php's mail() function... its very limited.. Sockets are much more secure, and can do more functions at once... While mail() is very limited in what it can do easily. I'd also caution you against POP connections in favour for imap functions; http://au2.php.net/manual/en/book.imap.php Link to comment https://forums.phpfreaks.com/topic/104790-emailing-system/#findComment-536478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.