pepipost / sendy-webhook-pepipost

This is an extension for the Sendy platform which allows the user to track their mailing activity using webhooks through pepipost as Email service. 📧
GNU General Public License v2.0
0 stars 0 forks source link

Error #1

Open nvmng opened 4 years ago

nvmng commented 4 years ago

I've tried this and when I send a webhook request, i get the following error in the debug log.

== Invalid email address: '' ==

How can this be fixed?

Hiteshpandey commented 4 years ago

Hi @nvmng , Thanks. We will make some changes to the webhook code shortly to address the issue.

nvmng commented 4 years ago

Hi @Hiteshpandey ,

Thanks for the feedback. Any timeframe for this?

nvmng commented 4 years ago

Hi @Hiteshpandey, thanks for the fast response. I saw that the pepihost file has been updated. So I tested with my sendy and the bounce option is working perfectly well. However the spam option does not work, when I test it, it does not mark the email address as spam on my sendy and the email remains active, however, when I test the bounce option, it correctly marks it as bounced.

Any way out for this?

Hiteshpandey commented 4 years ago

Hey @nvmng, Can you check now?

nvmng commented 4 years ago

Hi @Hiteshpandey, I just checked, the problem is still. When I send a test webhook request, it detects the email address of the complaint but does not remove it from the list. Here is an output from debugging. "Email reported as spam: sampleuser@gmail.com"

However, the email which I added to my list for the testing still remained valid on my list and does not get blocked or moved to the mark as spam segment unlike the bounce event that blocks the email address and moves it to the bounced segment.