Hi - I have a strange error at the moment - I have a basic Sinatra app set up and working. I'm trying to get it to send emails through the pony gem. Unfortunately I'm getting a Broken Pipe error. I've traced it down to the Mail gem which is throwing this error in my nginx error log:
I've stripped out the pony gem and tried to create a mail directly with the Mail gem and I'm getting the same error. The odd thing is, I can send an email directly using something like:
Anyone have any ideas? Thanks asked 25 May '12, 03:59 slapthelownote |
Our Rails apps work with a Hope that helps! answered 25 May '12, 16:46 seanf thanks - took a while to get back to this, but the TMPDIR seems to have done the trick
(26 Jun '12, 02:50)
slapthelownote
|