Drew Blas

Results 9 comments of Drew Blas

I'm definitely interested in the concept and I'm excited to try it out. You mention "This is frequently unique per-app." - Intuition tells me this is also per-endpoint. Every endpoint/job's...

This gem uses what is essentially the exact same code for send_raw_email as the aws-sdk gem for handling destinations: https://github.com/drewblas/aws-ses/blob/master/lib/aws/ses/send_email.rb#L98 https://github.com/aws/aws-sdk-ruby/blob/master/lib/aws/simple_email_service.rb#L333 Some people have reported it working while others have...

Hi Steven, I completely agree it'd be very useful. I'd be more than happy to accept a patch/PR that implements it!

I did a version bump and committed it. Rubygems is still in RO mode, so I can't release it yet. On Fri, Feb 1, 2013 at 3:11 PM, Steven Wallace...

Done! On Tue, Apr 16, 2013 at 10:06 PM, James Smith [email protected]: > Hey @drewblas https://github.com/drewblas could you release a new gem > now that rubygems is back up. >...

Looks good. Give me a day or two to do some testing and then I'll merge and release

If you want to use SMTP, then there is no need at all for the aws-ses gem, so it would be pointless to add support for it. Just use the...

I have a PR incoming that will properly error out if given an invalid input for the key (a string that is not a valid hex representation)

I should mention though that even a cursory security audit reveals several other major problems: * The keys being generated are only HALF as long as they need to be....