[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] Sending emails to more than 100 recipients



On Thu, 25. May 2006, 16:32:18 +0200, thomas wrote:
> On 5/25/06, Martin Lambers <marlam@...23...> wrote:
> >Msmtp has no such limit. It is more likely that the SMTP server limits
> >this.  Which error message do you get when trying to send a mail to more
> >than 100 recipients?
> 
> msmtp: recipient address <100th_recipient>@<domain_name> not accepted by the server
> msmtp: server message: 452 4.5.3 Too many recipients y23sm8960633nfb

The SMTP server does not allow that many recipients. Its error message is 
"452 4.5.3 Too many recipients y23sm8960633nfb".
There's nothing that msmtp can do about this. 
You probably have to divide your recipients into smaller groups and send
one mail per group. 

Martin