I have a site that uses the signups module along with SMTP Authentication Support to send through gmail. Client has sent hundreds of broadcast emails, but occasionally will get the following errors.

	* warning: fputs() [function.fputs]: SSL: Broken pipe in /var/www/vhosts/sitename.org/httpdocs/sites/all/modules/smtp/phpmailer/class.smtp.php on line 494.
	* warning: fputs() [function.fputs]: SSL operation failed with code 1. OpenSSL Error messages: error:1409F07F:SSL routines:SSL3_WRITE_PENDING:bad write retry in /var/www/vhosts/sitename.org/httpdocs/sites/all/modules/smtp/phpmailer/class.smtp.php on line 212.
	* Unable to send e-mail. Please contact the site administrator if the problem persists.

Today successfully sent broadcasts with 3, 22 and 85 emails, and several hundred emails, but had broadcasts with 35 and 15 emails fail. It doesn't seem to be related to the number of emails sent. Also doesn't seem to be related to message size, as they are all quite short with not attachments.

Does this ring any bells for anyone ?

Comments

wundo’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)