最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

mailing list - Batch Emails with wp_mail()

programmeradmin14浏览0评论

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?

Share Improve this question edited Mar 28, 2019 at 12:55 butlerblog 5,1313 gold badges28 silver badges44 bronze badges asked Jan 19, 2011 at 15:24 PippinPippin 4,8966 gold badges34 silver badges47 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

While 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.

发布评论

评论列表(0)

  1. 暂无评论