Hi team,
I'm trying to find out what to configure to allow novu to send 'system' emails - eg the email invite for new users.
Checking the logs, i've seen log lines of "API key does not start with "SG." which I assume are relating to sendgrid API keys.
I've found reference to SENDGRID_API_KEY with the description 'The api key of the Sendgrid account used to send various emails' in the run novu locally documentation, and i've set an API key up in the environment and added it to my docker-compose however this hasn't fixed the issue.
When clicking re-send for invites, i'm seeing a 401 logged as per attached screenshot.
I've confirmed the API key works manually, is there any way to get further logging enabled to see what's going on / am i even setting the right config?
Bonus question - assuming this is the right config, how do i set a from address for system emails? Obviously in this day and age we need to make sure that everything is coming from an expected address with SPF/DKIM/etc setup.