du5114 2017-07-21 01: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 01: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条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部