ConduitPlatform / Conduit

Batteries-included backend that works with any stack.

Home Page:https://getconduit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Error when using SMTP email provider

Grouptag-Mukil opened this issue · comments

Checklist

Conduit version

0.15.16

Describe the Bug

when sending an email with an SMTP setup (I am using Gmail), it fails with the following error code:
[ERROR]: Missing credentials for "PLAIN" Error: Missing credentials for "PLAIN"

smtp set up used is as follows:
Host: smtp.gmail.com
Port: 587
method: PLAIN

Expected Behavior

Email successfully sends

How to Reproduce

  1. configure smtp with parameters described
  2. send test email
  3. observe

Additional Information

No response

Environment

Ubuntu 20.04 (LTS)

Hello @Grouptag-Mukil here as well, you are adding username password correct?

yeah, username and password were used

New version 0.15.17 published for email and 0.15.13 for the UI, you can use the new versions to configure the SMTP correctly and be able to use it with gmail. I tested it with app password (which is the only way for 2FA accounts) and works correctly. Let me know how it goes!