du5114 2017-07-21 09:00
浏览 31
已采纳

使用php邮件功能发送电子邮件 - 变慢[关闭]

I have set up a php function to send email when a button is clicked using isset($_POST['id']).

I am receiving the mail correctly but its takes approximately 8 sec to navigate to the next page.

I know it will take a bit of time to login into mail server and sending the mail.
Is there any way to avoid the latency, e.g. by doing it as a background process?

  • 写回答

3条回答 默认 最新

  • dousi5501 2017-07-21 09:05
    关注

    when button is clicked that time you can call the AJAX, you can set the loader on the page when mail sent that time you can hide the that loader

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?