admin管理员组文章数量:1435848
I've searched all over Google with no luck. Can someone point me in the right direction for learning how to send out batch emails with the wp_mail()
function?
I've searched all over Google with no luck. Can someone point me in the right direction for learning how to send out batch emails with the wp_mail()
function?
1 Answer
Reset to default 1While according to wp_mail()
docs you can pass array of emails addressees it would be bad email tone since it will expose addresses between them.
There is no explicit bcc (blind copy) argument from quick look at source it does seems to be processed if passed in headers.
Note that many hosting providers are very nervous about mass outgoing emails and can react... poorly. :) It's better to check in advance how many and how often emails you are allowed to send.
本文标签: mailing listBatch Emails with wpmail()
版权声明:本文标题:mailing list - Batch Emails with wp_mail() 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745649803a2668358.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论