Kitura / Swift-SMTP

Swift SMTP client
Apache License 2.0
260 stars 60 forks source link

Error with xouath2 #108

Open shapkar opened 4 years ago

shapkar commented 4 years ago

Hello, I want to use Swift SMTP with my g suite gmail account, I created service account, created key in pkcs (p12) format, added it as chainFile and got Error: "bad response" when authenticating with xOuath2. If I create certificate and private key from p12 file I'm getting, pkcs12 is not specified. I don't know which certificate to use, which key, can you please provide an example of Swift SMTP with TLS ?

Thank you