Your software
My Mautic version is:5.0.3
My PHP version is:8.1
My Database type and version is: Mysql 8.0.36
Hi Mauitc Aws Sns endpoint is showing pending confirmation. What is the correct endpoint URL.
Please provide a solution how to handle bounce and complaint rate without SNS.
2 Likes
joeyk
March 19, 2024, 7:09am
2
Hi,
One of the solutions:
Remember: Google is your friend
1 Like
The other solution, using implementation from above: GitHub - mzagmajster/mautic-ses-plugin
Callback url is: /mailer/callback
For amazon ses? you are talking about right.
I have tried it but still its showing pending verification. can you tell me the exact format of the URL.
Hi, we have tried this method. Still, its showing pending verification in aws sns. Please provide a solution. Or else create a guide for this
joeyk
March 19, 2024, 9:33am
6
Yes, this also works for me as well.
shishir:
For
No email transport that could process this callback was found
this is whats its showing
joeyk
March 19, 2024, 10:24am
8
Hi,
Did you set up AWS already in Mautic?
Where is the error shown?
Its success.
I have downloaded the ses plugin from the git and renamed it.
I have created the sns subscription also as follows
https://domain/mailer/callback
https://domain/mailer/amazon/callback
https://domain/amazon_api/callback
I have tried all of them.
Please provide solution.
joeyk
March 19, 2024, 10:57am
10
Where is this error shown:
“No email transport that could process this callback was found”
sns subscription is pending in aws. No confirming. what to do ?
joeyk
March 19, 2024, 11:07am
12
Can you answer the previous question please?
Where do you see the error above?
In the web browser when i search the https://domain/mailer/callback
I get an error saying this.
joeyk
March 19, 2024, 11:13am
14
Of course, that is normal.
Since you are opening that link and not posting a valid payload it will show that.
At least we cleared, it’s not relevant.
But I have tried the steps you have given, Still, the sns subscription is pending.
joeyk
March 19, 2024, 11:57am
16
Hi!
Make sure you are not using the main branch, but M5!!!
Then use:
https://yourmautic.com/mailer/callback
If you go with my plugin
The callback is:
https://yourmautic.com/mailer/amazon/callback
We have done it in Cpanel, downloaded the file renamed it, and set the endpoint in the sns. still no response. Do we have to do anything terminal? if yes, Please let me know what are the things need to be done.
joeyk
March 19, 2024, 12:45pm
18
Did you clear the cache?
Are the permissions okay?
Did you reload the plugins?
Thank you for your quick response.
Can you help with reloading plugins?
joeyk
March 19, 2024, 12:50pm
20
Hi,
php %yourpath% bin/console cache:clear
php %yourpath% bin/console mautic:plugins:reload
php %yourpath% bin/console mautic:plugins:install
where %yourpath% is your mautic path
You need to execute these in SSH console, hopefully as a web user
1 Like