nuxt-mail
nuxt-mail copied to clipboard
Use the useRuntimeConfig() composable instead of static options
Using nuxt.options.runtimeConfig returns static options from nuxt.config.ts. If you use the results of useRuntimeConfig() then those values are updated by environment variables.