0
I have a user registration system, and after the user has registered it is necessary to confirm the account in the email, the problem is that the page takes a little to load and this can generate a little concern or even confuse the user (by the delay may think that something is wrong), of some languages I knew that some things were run in the background, but I never knew anything by php, is there any way to send emails through the background with php? I’m using Phpmailer and a local WAMP server, and Linux on the web host.
relacionados: http://answall.com/questions/170109/phpmailer-muito-lento-para- enviar emails
– Daniel Omine
You can do it with Ajax + php. Put a gif of loading and you’re done with the magic.
– Seu Madruga