5

I am developing ruby on rails application and using sendy with amazon ses for marketing campaign.

Is it possible that I will integrate this sendy server as my transactional emails which I am using in my ruby on rails development for welcome email, forgot password and some other emails?

If it is possible then provide me some useful steps for configuration of sendy with ruby on rails for transactional emails.

Would anybody know of a solution?

Sachin Gevariya
  • 1,167
  • 11
  • 25

1 Answers1

2

Sendy has an API that allows you to create a campaign programmatically. You could call it from your rails app. However, the API is restricted to sending a campaign to a whole list and subscribing/unsubscribing to an existing list. I'm afraid that with these limitations in mind you cannot really do transactional emails.

Matthieu
  • 1,149
  • 7
  • 11
  • Welcome to Stack Overflow! Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Rory McCrossan Sep 14 '15 at 07:31
  • Hello ! Sure, I'm aware of the best practice to copy the relevant material here, but since I'm saying that the function Sachin is asking for doesn't exist, I don't quite know what to copy here. Any guidance appreciated – Matthieu Sep 15 '15 at 09:12
  • 1
    @Matthieu Yes. Agree with you. Its not exist. – Sachin Gevariya Sep 21 '15 at 14:14
  • @SachinGevariya feel free to accept it as correct answer then if you want – Matthieu Sep 21 '15 at 18:39