Can you send e-mails to Korean e-mail servers?

What email services allow a high level of customizability for the content of the emails being sent out?

  • More than just first_name/last_name/email, I need the content to be either pre-rendered through my Rails app per user, or in some other way calculated for each individual user; i.e. there is some content that user_a sees but user_b does not, and some content they both see, and some neither see. Except this is for multiple blocks so I'd rather not have to set up 2^n lists for n blocks, one for each possible permutation. This is a follow-up question to .

  • Answer:

    http://Sendgrid.com is one of them. It doesn't deal with how your content is prepared since it only handles actual transition of email through SMTP. also mentions couple more. The services that also handle the rendering with that much complexity in an easy way are fairly expensive. Responsys, Epsilon, E-dialog and YesMail are some of them.

Erbil Karaman at Quora Visit the source

Was this solution helpful to you?

Other answers

MessageGears is a hosted email delivery service that will allow you to send highly personalized email messages (disclaimer – I work there so I think it is extra cool). The way it works is that you supply your email template plus a list of recipients structured as XML. The only required field in the XML is an EmailAddress tag per recipient – aside from this you can include any of your data named anyway you want. The template and the recipient XML is then merged and delivered to the recipient denoted via the above mentioned EmailAddress tag.     Currently there is template support for FreeMarker and Apache Velocity – both powerful open source templating languages. During the template merge process all of the data that you supplied in the XML is available for dynamic content creation.     Checkout the section here:      http://www.messagegears.com/technology/dynamic-content-engine/   and here:     http://www.messagegears.com/docs/templates/   for all the details.

Michael Robinson

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.