How to use Env variables in main.wasp?

I want to set the email authentication
fromField.name to process.env.FROM_NAME
and fromField.email to process.env.FROM_EMAIL
Was this page helpful?