all repos — caroster @ 023ece6b1795904bfe86c87c7d6fb9135203ad67

[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});