I previously had a test mailer working (based on the RailsGuides tutorial). When I integrate PostageApp gem and inherit from PostageApp, I get this:
@message="Message layout Provided Message Template is not found., Content can't be blank"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems that you’re not sending any content over. You are also specifying a
postageapp_templatethat doesn’t exists in your PostageApp project for some reason.Try figuring out what exactly is being sent. In your test (you have tests, right?) have something like this:
You’ll see the actual payload. That should give you a pretty good idea what’s missing.