Lasso Team -
I was having issues with Lasso 9.3.1's email queue on CentOS 7. I am not sure why, as 9.3 was handling our email volume fine on OS X. A bogged-down email queue was causing other problems, so I need an alternative. We use SendGrid for our outbound transactional email. I wrote a Lasso SendGrid Web API v3 type and posted to GitHub for anyone interested. This comes with the usual caveat that there are better coders than me, but this is working great for us. Delivers email very fast and bypasses the SQLite Lasso email queue. https://github.com/atpjd/email_sendgrid - Justin ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Yikes, I should add that this is reliant on Brad's fantastic HTTP type:
https://github.com/bfad/Lasso-HTTP - Justin On Thu, Oct 13, 2016 at 9:07 PM, Justin Dennis <[hidden email]> wrote: > Lasso Team - > > I was having issues with Lasso 9.3.1's email queue on CentOS 7. I am not > sure why, as 9.3 was handling our email volume fine on OS X. A bogged-down > email queue was causing other problems, so I need an alternative. > > We use SendGrid for our outbound transactional email. I wrote a Lasso > SendGrid Web API v3 type and posted to GitHub for anyone interested. > > This comes with the usual caveat that there are better coders than me, but > this is working great for us. Delivers email very fast and bypasses the > SQLite Lasso email queue. > > https://github.com/atpjd/email_sendgrid > > - Justin > > ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Looks cool. While on the disclosure theme. It looks to also rely on Ke Carltons Debug being there. ;-)
HDB Jolle > 14 okt. 2016 kl. 03:08 skrev Justin Dennis <[hidden email]>: > > Yikes, I should add that this is reliant on Brad's fantastic HTTP type: > > https://github.com/bfad/Lasso-HTTP > > - Justin > > On Thu, Oct 13, 2016 at 9:07 PM, Justin Dennis <[hidden email]> wrote: > >> Lasso Team - >> >> I was having issues with Lasso 9.3.1's email queue on CentOS 7. I am not >> sure why, as 9.3 was handling our email volume fine on OS X. A bogged-down >> email queue was causing other problems, so I need an alternative. >> >> We use SendGrid for our outbound transactional email. I wrote a Lasso >> SendGrid Web API v3 type and posted to GitHub for anyone interested. >> >> This comes with the usual caveat that there are better coders than me, but >> this is working great for us. Delivers email very fast and bypasses the >> SQLite Lasso email queue. >> >> https://github.com/atpjd/email_sendgrid >> >> - Justin >> >> > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Yes, I use all the good stuff developed by the pros, except I haven't yet
adopted your session handler! On Mon, Oct 17, 2016 at 10:22 AM, Jolle Carlestam <[hidden email]> wrote: > Looks cool. While on the disclosure theme. It looks to also rely on Ke > Carltons Debug being there. ;-) > > HDB > Jolle > > > 14 okt. 2016 kl. 03:08 skrev Justin Dennis <[hidden email]>: > > > > Yikes, I should add that this is reliant on Brad's fantastic HTTP type: > > > > https://github.com/bfad/Lasso-HTTP > > > > - Justin > > > > On Thu, Oct 13, 2016 at 9:07 PM, Justin Dennis <[hidden email]> > wrote: > > > >> Lasso Team - > >> > >> I was having issues with Lasso 9.3.1's email queue on CentOS 7. I am not > >> sure why, as 9.3 was handling our email volume fine on OS X. A > bogged-down > >> email queue was causing other problems, so I need an alternative. > >> > >> We use SendGrid for our outbound transactional email. I wrote a Lasso > >> SendGrid Web API v3 type and posted to GitHub for anyone interested. > >> > >> This comes with the usual caveat that there are better coders than me, > but > >> this is working great for us. Delivers email very fast and bypasses the > >> SQLite Lasso email queue. > >> > >> https://github.com/atpjd/email_sendgrid > >> > >> - Justin > >> > >> > > > > ############################################################# > > > > This message is sent to you because you are subscribed to > > the mailing list Lasso [hidden email] > > Official list archives available at http://www.lassotalk.com > > To unsubscribe, E-mail to: <[hidden email]> > > Send administrative queries to <[hidden email]> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> > ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Free forum by Nabble | Edit this page |