Features of Mandrill API -


i new mandrill , integration. can me figure out advantages of using mandrill? can done using mandrill other sending messages , tracking them?

mandrill has many uses. might have seen on website itself. mail transaporter php mailer, uses own server sending mails.

as said on website,

mandrill runs on globally distributed infrastructure can deliver emails in milliseconds.

this because when send mail through smtp or send.json (api) method, send mail possibly see fastest path algorithm deliver mail. that's why take milliseconds deliver. have ~7 different mail servers worldwide this.

major features,

  1. sending mails fastly our own server using php mailer.
  2. sending mails via pre-designed templates can reusable merge vars we're using.
  3. support multiple language platforms like, curl, json, python, php, ruby, nodejs, dart , depending frameworks.
  4. it tracks clicks mail sent. ex: each , every url link in our sent mails redirected after tracking mandrillapp site. enables mandrill track no of opens in mail , track analytics.
  5. through mandrill can construct our own mail sending application or integrate existing application.
  6. it's used transactional messages functions welcome mail, forgot password, cart details , etc.
  7. it can integrated other shopping cart web applications.
  8. their api call works on in developer environment.
  9. lesser spam.
  10. verified domain options dkim , spf settings. enables mails identified major email providers gmail, google, etc.
  11. it can used smtp version , can integrated major smtp applications.
  12. reports: demographics of email send, compare status, url in our mails has been clicked , no of counts.
  13. setup rule delivering emails.
  14. a/b testing, custom smtp headers, inbound domains , etc.

there many other features in developer perspective. if mention in platform you're trying use mandrill addditional details can provide.

hope might you.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -