encountering an “AUTHRELAY limit exceeded” when using SMTP to send emails to large numbers of email addresses on the communicate page in the CP. it seems that rather than connecting to the SMTP server, sending the emails one after the other and then disconnecting from the server, it is instead connecting, sending once, disconnecting, reconnecting, sending the next email, disconnecting, etc.
is this simply how the email class in Codeigniter is set up to work and is there any way of sending multiple emails in a single SMTP server connection?
thanks!