Skip to main content

Sendgrid API and Two Factor Authentication

Comments

2 comments

  • BillyS
    Some additional trial and error, finally got this one. If this is wrong please let me know, but it does work. sendgrid_login: driver = plaintext public_name = LOGIN client_send = : apikey : TheActualKeyItself What's interesting is I found a post elsewhere that said substitute your userID for apikey (which is what I tried), I also tried using the ApiKeyID, which didnt work either. Just simply "apikey" as the user did the trick. The only question I do have is around security of this approach. I also noticed "export" was not permanent as an environmental variable - which I found is normal after much reading.
    0
  • cPanelJohn
    Hello,
    Some additional trial and error, finally got this one. If this is wrong please let me know, but it does work. sendgrid_login: driver = plaintext public_name = LOGIN client_send = : apikey : TheActualKeyItself

    I'm glad you were able to get this working. We suggest the same configuration here:
    0

Please sign in to leave a comment.