same here, we are using Postal with Mailgun, no issues so far

On Mon, Feb 24, 2014 at 1:42 PM, Dave Della Costa <ddellaco...@gmail.com>wrote:

> I'm sending authenticated emails via Mandrill with Postal and not having
> any trouble, and setting it up was pretty much a "smooth workable
> out-of-the-gate solution."  If you describe the errors or issues you're
> experiencing someone may be able to help, but it's absolutely not the
> case that these libraries don't work.
>
> (2014/02/24 19:33), The Dude (Abides) wrote:
> > Hi, I'm new to clojure and have got a productive handle on CRUD,
> > sessions, routing, writing functions. Last couple things are email
> > delivery, image processing (resizing).
> >
> > So I looked on the clojure-toolbox site for email delivery libs with
> > smtp authentication for a Mandrill acct fo transactional emails. I've
> > used Mandrill in other langs right away zero glitch. Here's the results
> > thus far in Clojure as a frame of reference for web domain use 2014:
> >
> > POSTAL
> > https://github.com/drewr/postal#encryption-gmail-example
> >
> > Doesn't deliver. Tried number of examples in the docs.
> >
> > MAILER
> > https://github.com/clojurewerkz/mailer
> >
> > Worked briefly, but not via Mandrill, no emails reached there.
> > Authentication settings have no impact, uses Postal above lib for
> > delivery. Tried number of examples in the docs.
> >
> > CLJ MAIL
> > https://github.com/MayDaniel/clj-mail
> >
> > Out of date syntax.
> >
> > I googled and found a couple more in the quest to avoid having to do
> > this via java heaven forbid:
> >
> > MMEmail
> >
> http://blog.8thlight.com/micah-martin/2010/04/21/mmemail-my-first-clojure-open-source-contribution.html
> >
> > Says cannot connect to port 25 although my settings specify port 587 for
> > Mandrill
> >
> > POSTMARK
> > http://sjl.bitbucket.org/clojure-postmark/
> >
> > Transactional email delivery service with a clojure lib. Will create an
> > acct in morning and try it out.
> >
> > Doe anyone know of any other smooth workable out the gate solutions for
> > email delivery?
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to clojure@googlegroups.com
> > Note that posts from new members are moderated - please be patient with
> > your first post.
> > To unsubscribe from this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/clojure?hl=en
> > ---
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> > an email to clojure+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
László Török

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to