0

This question was discussed about 2 years ago.

Do we have any feature built-in Mandrill since then to cater to the requirement mentioned in that link of displaying every email sent through Mandrill in browser by adding a "View In Browser" link? If not, then I am leaning towards implementing something similar to what @Muleskinner did (again mentioned in that link as one of the responses). Please let me know what you guys think about it?

Community
  • 1
  • 1

2 Answers2

0

Would strongly recommend using a full-featured templating service on top of mandrill (we use sendwithus. Services like that provide a templated URL that can power this sort of thing, and you won't have to worry about building and hosting the templates yourself.

bvanvugt
  • 1,212
  • 1
  • 8
  • 15
0

Finally I have managed to implement the requirement mentioned above. Explanation below for anyone else looking for help on the same subject:

Mandrill still DOES NOT have any such feature out of the box. So we need to implement this on our own. What I am doing is immediately after sending every email through Mandrill, I call its Render method which gives the resultant parsed template in HTML with all customers' information and storing it in the system for future use.