0

I want to generate email account dynamically when user register. email account will be with domain like username1@domain.com, username2@domain.com.

I want to this feature integration with PHP script.

Please kindly give solution or suggestions.

  • Does this answer your question? [Create emails accounts using PHP](https://stackoverflow.com/questions/17870117/create-emails-accounts-using-php) – vicpermir Feb 26 '20 at 07:18
  • What have you tried so far? What's the backend you use to handle these accounts? – Nico Haase Feb 26 '20 at 07:51
  • @NicoHaase Backend is Laravel. I am not sure from where to start. – JatinBhattPhp Feb 26 '20 at 08:28
  • Laravel won't handle any email account, and PHP itself will (most probably) neither do that. You must be using any mail server in the backend which needs to know all accounts, and you should start checking it for such extensions before you start to implement anything in PHP – Nico Haase Feb 26 '20 at 08:32
  • Thank you for all your comments, I found solution from cpanel by contacting them. – JatinBhattPhp Feb 10 '22 at 07:43

0 Answers0