Skip to content

Investigate strange behavior with single quotes in SMTP credentials #3225

@sodic

Description

@sodic

Version: 0.18.0
I discovered this while testing Open Saas in build mode (wasp-lang/open-saas#524).

SMTP credentials in waspc/todoApp look like this:

SMTP_HOST='smtp.mailgun.org'
SMTP_USERNAME='todoapp@mg.wasp.sh'
SMTP_PASSWORD='<redacted>'
SMTP_PORT=587

And I believe this works fine. But when I use the same credentials with Open Saas, it reports an error on signup and doesn't send an email:

Image

To get it to work, I had to remove the single quotes.

Metadata

Metadata

Assignees

Labels

ciContinuous integrationf: authfaster wasp devImprovements that make developing Wasp itself faster and easier.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions