Skip to content

how to send the invitation email #632

Answered by michelson
VinothGox asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for the detailed explanation.
If you perform deliveries in development mode, you will need to set up your SMTP credentials.

the following are some environment variables to set up your email service:

SMTP_ADDRESS=
SMTP_PASSWORD=
SMTP_USERNAME=

SMTP_DELIVERY_METHOD=ses

you need to put those env variables in the .env file in the project. Note that in a production environment, the .env file and the methods to add env vars may vary from cloud to cloud.

ses method is relevant for some specific behavior in order to receive messages from emails threads. Of course, if you don't use ses, then you entirely lose that feature, but the other email dispatching will work just fine.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@VinothGox
Comment options

@VinothGox
Comment options

@michelson
Comment options

@VinothGox
Comment options

@VinothGox
Comment options

Answer selected by michelson
Comment options

You must be logged in to vote
4 replies
@michelson
Comment options

@f10atin9
Comment options

@michelson
Comment options

@f10atin9
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants