Did you try AWS's SES?Looks like using Sparkpost to send mail on Xenforo will stop working next monday, 9. What are the alternatives now? Is there any way to comply with the new their TLSv1.1/1.2 requirement?
AWS SES cost is 1usd for 10,000 email sent. So pretty cheap and very reliableI'm looking for a free solution too...
We sent out an email to our entire member base, think it was approx 15k emails sent, with Amazon SES recently.AWS SES cost is 1usd for 10,000 email sent. So pretty cheap and very reliable
Exactly. That would be great.Elastic Email pricing looks good. What is needed is API integration.
return stream_socket_enable_crypto($this->_stream, true, STREAM_CRYPTO_METHOD_TLS_CLIENT);
return stream_socket_enable_crypto($this->_stream, true, STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
We use essential cookies to make this site work, and optional cookies to enhance your experience.