all repos — caroster @ e9c732f6628feb42d5ba39eabc8c48a4bb716530

[Octree] Group carpool to your event https://caroster.io

backend/config/plugins.js (view raw)

 1module.exports = ({env}) => ({
 2  email: {
 3    provider: 'sendgrid',
 4    providerOptions: {
 5      apiKey: env('SENDGRID_API_KEY'),
 6    },
 7    settings: {
 8      defaultFrom: env('SENDGRID_DEFAULT_FROM', 'sysadmin@octree.ch'),
 9      defaultReplyTo: env('SENDGRID_DEFAULT_REPLYTO', 'sysadmin@octree.ch'),
10    },
11  },
12});