Page 2 of 5

Sending 2 page HTML email with SendGrid

Posted: Mon Dec 15, 2014 2:44 am
by Yurii Orishchuk

Hi Bruce,

Good news, that bug was fixed on the our development version.

After release we will update you here and provide solution how to send email through sendgrid using POST data(instead of query string).

ETA: Aprox 27 dec

Regards.


Sending 2 page HTML email with SendGrid

Posted: Thu Dec 18, 2014 6:03 am
by Bruce Stuart

Yurii,

Thanks. So - there's still work to be done on my side once 12/27/2014 rolls around then?

Any homework I need to do in advance? I have to release my application to the client in BETA mode this week - without that functionality - and the first question they asked of course was - "are you sure you know exactly how to get the email functionality working quickly after your vendor fixes their issue?" ....

thus .... my question here :-)

thanks much for everything you do !
Bruce


Sending 2 page HTML email with SendGrid

Posted: Thu Dec 18, 2014 10:30 pm
by Yurii Orishchuk

Hi Bruce,

You don't need do anything before release.

Changes will affect just a service to send request parameters via POST body.

Regards.


Sending 2 page HTML email with SendGrid

Posted: Thu Dec 18, 2014 10:42 pm
by Bruce Stuart

Yurii, thanks ... So you'll let me know when it's in ... And perhaps suggest a way to code my end result ? Thanks !


Sending 2 page HTML email with SendGrid

Posted: Fri Dec 19, 2014 4:13 am
by Yurii Orishchuk

Bruce,

Yes.. We will update you here as soon as we will have a result on production.

Regards.


Sending 2 page HTML email with SendGrid

Posted: Wed Dec 24, 2014 1:22 am
by Bruce Stuart

Thanks Yurii..... So - it looks like the updates are going in Christmas day then?


Sending 2 page HTML email with SendGrid

Posted: Wed Dec 24, 2014 4:37 am
by Yurii Orishchuk

Hi Struart,

Unfortunatly i don't know exactly when.. But near this day.. We will update you here when the update will be done.

Regards.


Sending 2 page HTML email with SendGrid

Posted: Wed Dec 24, 2014 8:15 am
by Alena Prykhodko

Hi Bruce,

Please check our blog post about upcoming Maintenance Window http://blog.appery.io/2014/12/mainten...


Sending 2 page HTML email with SendGrid

Posted: Wed Dec 24, 2014 4:03 pm
by Bruce Stuart

Alena, thanks much .... I'll look forward to the update after that then ! Hope you all have a great holiday ...


Sending 2 page HTML email with SendGrid

Posted: Sat Dec 27, 2014 1:24 am
by Bruce Stuart

Update after the Christmas update by Appery.

  1. Using the 'old' proxy implementation - but changing to 'post' yields:

    {"code":"PTCT022","description":"Error while sending request: org.apache.http.client.ClientProtocolException"}

  2. Using the 'new' proxy implementation (unchecking the box on a different proxy service channel) --- yields the following error: (which is set as 'use default proxy') yields this error when sending my 4522 length html email.

    400 Bad request
    Your browser sent an invalid request.

    Please advise on next steps to implement the solution to sending a formatted HTML email using appery.io - via sendgrid webapi.

    Best,

    Bruce

    You can find the test which replicates this behavior as follows:

  3. Follow my public link:
    http://appery.io/app/mobile-frame?src...

  4. Login using credentials:

    email:a href="mailto:bruce.stuart@5bsinvestments.com" rel="nofollow"bruce.stuart@5bsinvestments.com/a
    password: codehead

    once logged in - click the 'Help' link at the bottom (its been wired to a sendemail page that has an email that's under 2400 characters - and then one that's over. ).

    then click "Send HTML that works" to send an email that works without error

    then click "Send HTML does not work" to debug the email that's being sent - that does not work.

    here are the visuals:

    Login:

    Image

    Select 'Help' at the bottom of the screen:

    Image

    Click the two buttons with debug on - and watch success with email test on top , and failure on the one at the bottom...

    Image