XF 1.1 Amazon SES With Xenforo

TheBigK

Well-known member
Yesterday, I stumbled upon Amazon SES which now has SMTP gateway. I'm planning to use it with Xenforo to handle all the emails; so that the delivery is always right. I, however have basic questions -
  • To the best of my knowledge, I only need to enter the SMTP settings provided by Amazon in 'Email Options' in XF ACP. Is that enough?
  • Can I use it to send notifications or monthly newsletter to all the members who have opted to receive emails from administrator? Would that be spamming? We've over 90k members who've opted to receive emails from admins; but my estimate is that 10-20k of them aren't active. We didn't have 'email' verification enabled in our earlier days.
Thank you for your time in advance :)
 
Google smtp providers and don't tell them you're cleaning your list, as no provider wants that through their service.

You can also split your list into smaller chunks and do it that way through such providers.
 
Google smtp providers and don't tell them you're cleaning your list, as no provider wants that through their service.

You can also split your list into smaller chunks and do it that way through such providers.
I was going to try that but I assumed it would get halfway and I'd get suspended again.

How can I split into smaller chunks? Thanks.
 
Export your list, split it up, enter into an smtp provider and run that list, then repeat and rinse.
If I go that route, the automatic bounce handler won't change the user state then because then it's not going through Xenforo? That is what I'm relying on to clean the list atm, or that is what I assumed.
 
Most smtp's allow you to enter their details from your smtp settings in XF, thus this negates this issue, as all bounces will return correctly. Use their details for your clean, then go back to SES.
 
If you have to provide a reason to an smtp provider to join, then tell them that you want to use their service to run your double opt-in list through to get higher inbox delivery. All forum registrations with email confirmation are double opt-in, so it is truthful.
 
Most smtp's allow you to enter their details from your smtp settings in XF, thus this negates this issue, as all bounces will return correctly. Use their details for your clean, then go back to SES.
Correct, but you suggested exporting the list, which removes the connection from XF, right? Can you describe a bit more about how to segment the list as you suggested? I'm curious how that works.
 
In XF, you can segment your list by breaking up your member base into usergroups and sending to just that user group. You can export to an external system and segment your list as needed to send to smaller quantities.

There are lots of ways to do this stuff... you need to Google email newsletter sending and start reading all the different ways. Google cleaning email lists and such, read what lots of people have done to get ideas.
 
In XF, you can segment your list by breaking up your member base into usergroups and sending to just that user group. You can export to an external system and segment your list as needed to send to smaller quantities.

There are lots of ways to do this stuff... you need to Google email newsletter sending and start reading all the different ways. Google cleaning email lists and such, read what lots of people have done to get ideas.
Thanks a lot for the recommendations. Also, is there a faster way to send out all the email? Before it took several hours to send to 25k users. It was processing a few at a time. Can I speed that up? Thanks.
 
So I've done an email shoot to the 30k members via smtpserver (reapplied and got accepted). They then suspended my account. No worries, it should have served its purpose.

I want to ensure the list is clean and the bounc removal system worked out, how can I verify this? Now that I'm back on SES I don't want to get suspended again if I do another email shoot.

Secondly, I want to setup Sendy so I can monitor and handle email better. What's the best way of connecting it to Xenforo for all email from Xenforo (including notifications and whatnot)?
 
I use Sendy on my server to send everything via SES, with all handling done automatically back to Sendy via SNS. It simply syncs with XF accounts appropriately.
Could you expand a little further?
XF SMTP is set to Sendy, so that even transactional emails (eg. thread notification, etc.) also go through Sendy? And thus you get open's reporting etc.?
For the bounce handling, Sendy auto updates XF user records, setting their user state to invalid (bounced)?
 
Yes, that will integrate them both.

Could you expand a little further?
XF SMTP is set to Sendy, so that even transactional emails (eg. thread notification, etc.) also go through Sendy? And thus you get open's reporting etc.?
For the bounce handling, Sendy auto updates XF user records, setting their user state to invalid (bounced)?
I'm also curious. Can I track open rates of thread notifications? It doesn't show in the resource page as far as I can tell.
 
Top Bottom