> OK, will do, that sounds like just what I need as each month  the 
> system will have to send about 6 emails, each with about 90 bcc in 
> order to send an email with a 1 Mb attachment to around 550 people 
> max without falling foul of gmails limits.

One reason I wrote the mailer in the first place was so I could send
individually addressed emails in bulk, rather than using BCC mailing lists.
Takes longer if the body is large, but our bandwidths are now vast.  

Not sure if Gmail is happier with single or multiple addresses, I have my own
public mail server so can do what I like. 

Your application only requires the addition of domain lookup code to find the
MX host, and you can send directly to their mail server avoiding Gmail. 

I intend to add that to the Mail Queue component, but have not got around to it
yet.  When combined with the SMTP server I wrote last year, that would give us
a forwarding email server. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to