-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug? #7
Comments
@narthur difficult to tell without knowing how you've set it up, have you followed SES/SNS guide here? If you are familiar with PHP and development in general I can suggest points where to look to figure out what is going on. But perhaps it would be better to give a try/use the aws extension, better documented, has a UI to create Identities and Subscriptions from within Civi, and also supports click/open tracking through SNS. |
Thanks for the tips! Just found this repeated over and over in my logs, probably since this hook is getting hit a lot right now since I'm sending a large mailing:
Line 152 is the foreach in this function:
|
Discovered that I needed to turn on "Include Original Headers" for domains and emails in AWS SES settings, and it seems to have fixed the issue. Could this be added to the setup instructions? |
I'm trying to get this set up and am having trouble. Amazon says my SNS HTTPS subscription was confirmed successfully, and my CloudWatch logs say that notifications are being delivered. But no new contacts are showing up as on hold, and no new bounces are showing up in CiviCRM.
What do I need to check to figure this out?
The text was updated successfully, but these errors were encountered: