5
有没有人告诉我如何使用wordpress的wp_mail
函数发送附件邮件? 我使用下面的代码,但它不工作如何使用wp_mail邮件发送附件邮件
$attachments = array(ABSPATH . '/uploads/abc.png');
wp_mail($email, 'Testing Attachment' , 'This is subscription',$attachments);
感谢
Thnx很多男人@swapnesh现在的工作,m感觉真的很开心:) –
@ user1732209确定:) – swapnesh