dbown Posted June 8, 2015 Share Posted June 8, 2015 I was wondering if their was a code out their that could automatically generate email addresses for users? Link to comment https://forums.phpfreaks.com/topic/296706-php-automated-email-address-generator/ Share on other sites More sharing options...
Ch0cu3r Posted June 8, 2015 Share Posted June 8, 2015 Yes anything is possible with PHP. What have you tried? Link to comment https://forums.phpfreaks.com/topic/296706-php-automated-email-address-generator/#findComment-1513467 Share on other sites More sharing options...
dbown Posted June 8, 2015 Author Share Posted June 8, 2015 I am completely new to php so I didn't know where to start, I was browsing google for a while and it didn't produce much related to this. Link to comment https://forums.phpfreaks.com/topic/296706-php-automated-email-address-generator/#findComment-1513476 Share on other sites More sharing options...
grissom Posted June 8, 2015 Share Posted June 8, 2015 Just to clarify your question .. are you looking for some code which will generate a hotmail or gmail type address, or are you looking to generate an e-mail address belonging to the server which your code is sitting on? The former, I would imagine, would be nearly impossible, as there are several hoops to jump through along the way involving captcha codes etc etc. As for the latter, well, it's still not a walk in the park for somebody completely new to PHP, but this might help http://stackoverflow.com/questions/17870117/create-emails-accounts-using-php Link to comment https://forums.phpfreaks.com/topic/296706-php-automated-email-address-generator/#findComment-1513482 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.