最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

mailing list - Batch Emails with wp_mail()

matteradmin6PV0评论

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.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far