Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Sendgrid Plugin not working after appery upgrade.

Ok, thank you. I will do.

Have you also used email address as username?

I will revert back shortly.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Sendgrid Plugin not working after appery upgrade.

Hi

It is working with modified server code.

The issue is following line in both server code scripts. I am not sure why you are encoding the username because it causes chaos if your username is an email address or contains special characters.

Replace this
"where": '{"username": "' + encodeURIComponent(username) + '"}'
with this
"where": '{"username": "' + username + '"}'

and all works perfect

Thank you.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Sendgrid Plugin not working after appery upgrade.

Thank you for update and shared solution, glad it works.

Return to “Issues”