SMTP_OPTIONS
talawa-api • Docs
talawa-api / constants / SMTP_OPTIONS
Variable: SMTP_OPTIONS
> const
SMTP_OPTIONS: object
Type declaration
IS_SMTP
> IS_SMTP: boolean
SMTP_HOST
> SMTP_HOST: undefined
| string
= process.env.SMTP_HOST
SMTP_PASSWORD
> SMTP_PASSWORD: undefined
| string
= process.env.SMTP_PASSWORD
SMTP_PORT
> SMTP_PORT: undefined
| string
= process.env.SMTP_PORT
SMTP_SSL_TLS
> SMTP_SSL_TLS: boolean
SMTP_USERNAME
> SMTP_USERNAME: undefined
| string
= process.env.SMTP_USERNAME