drewblas / aws-ses

Provides an easy ruby DSL & interface to AWS SES
MIT License
549 stars 108 forks source link

ruby aws-ses gem pdf attachment send error #33

Open ajahongir opened 12 years ago

ajahongir commented 12 years ago

amanzon-ses - support pdf attachment, when i send a litte size file(12kb) everything is ok, when i send larger file(200kb) one of the two recipients doesnt deliver, error while sending. when i send file about 700kb nothing is delivered :( error code: "Errno::EPIPE (Broken pipe):" but every time differnt error codes. it seems error fires when time out expired and returns connection brokes that fires error. is amazon ses service have any time out to send eamil?

thanks.

rozhok commented 7 years ago

Same issue here, I'm trying to send email with attachment, but I'm getting error Header section too long

mfalgorepublic commented 2 years ago

HOw you are sending can you please share code snipt. ?