Using wp_mail() instead of mail() in Wordpress does not work

前端 未结 4 761
清歌不尽
清歌不尽 2021-01-23 08:00

Since PHP mail has been disabled on my server it has stopped a theme integrated contact form from working.

The theme is called Boldy and it has its own sendmail.php file

4条回答
  •  隐瞒了意图╮
    2021-01-23 08:34

    It makes sense, because wp_mail() also has similair server requirements, which can be found here: http://codex.wordpress.org/Function_Reference/wp_mail

提交回复
热议问题