Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I send an HTML e-mail from the console using AWS-SES gem?

Edit:

From the console or code.

share|improve this question
I think you should rename the title to the particular error you are seeing. And also post the code you have now. – lulalala Nov 8 '12 at 4:05

1 Answer

You can try

https://github.com/drewblas/aws-ses

Try using:

:html_body => "<html>...</html>"
share|improve this answer
I am using aws-ses, howevever, I don't know how to send HTML e-mails – donald Apr 17 '11 at 10:14
Sorry I didn't read that correctly, my bad – macarthy Apr 17 '11 at 10:50
Added an answer actually reading the question :-) Figured it out reading github.com/drewblas/aws-ses/blob/master/lib/aws/ses/… – macarthy Apr 17 '11 at 10:57
AWS::SES::ResponseError: AWS::SES Response Error: InvalidParameterValueIllegal header 'html-body'. When passing: :html_body => "<html><body><p> Helllooo </p></body></html>" – donald Apr 17 '11 at 11:00
@donald Try removing the html and body tags - just with <p>Hellooo</p> – kikito Apr 17 '11 at 13:58
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.