I am developing a PHP web application and would like to provide a web mailer feature to my users in my application. For this, I want to create for every user an email account automatically with my domain from my backend.
Do you know any providers who allow me to create email account with php? I probably have to connect to the providers cPanel with PHP right? Any php libraries?
Thank you so much!