sendgrid icon indicating copy to clipboard operation
sendgrid copied to clipboard

Added sendgrid ip pool capability

Open vladshub opened this issue 9 years ago • 2 comments

This is a rebased PR #20

vladshub avatar Apr 06 '17 06:04 vladshub

+1 (I could use this)

a17levine avatar Jan 16 '18 18:01 a17levine

UPDATE: Nevermind this didn't work. I ended up just forking your repo!

I ended up using this code in the meantime in the mailer method

    headers['X-SMTPAPI'] = { 
      ip_pool: "not_trusted_mail" 
    }.to_json

a17levine avatar Jan 16 '18 20:01 a17levine