martmull

Results 52 comments of martmull

Yes there is a feature flag

Issue with environment variable loading. nx is loading env file by himself, depending on the "target" of the command launched. I had to rename `.env.test` into `.env.test:e2e` in order to...

Hey @Jeong-Min-Cho thank you for your very clear explanation. Do you see any breaking changes in the playground when updating graphiql to version 3.0.10? If no I might say we...

@Jeong-Min-Cho Seen with @charlesBochet, we would be glad to get your changes in our code base. Do you feel like creating a PR linked to that issue? Best

Hello @lakshay-saini-au8, the previous PR for the webhook list has been merged -> https://github.com/twentyhq/twenty/pull/3567 Do you plan to work on the update? Cheers

@lakshay-saini-au8 I will work on this this week

Hello @i-am-chitti, have you had the chance to work on email templating yet? I'll be needing email templates for a different issue soon. If you haven't started on this, I'm...

> No, I haven't yet started on email templating. I planned it at last as it's a styling part. Currently only testing with bare minimum. You can start on this....

Hello @i-am-chitti, FYI email templating is available `packages/twenty-server/src/emails`, you can have an example of an email using the templating here `packages/twenty-server/src/workspace/cron/clean-inactive-workspaces/clean-inactive-workspaces.email.tsx` and its usage in the command `packages/twenty-server/src/workspace/cron/clean-inactive-workspaces/clean-inactive-workspace.job.ts` (look for...

Hey @i-am-chitti, you need to setup some env variables listed here: https://docs.twenty.com/start/self-hosting/environment-variables#email Set `EMAIL_DRIVER=smtp`, then set the other SMTP env variables using one of [the smtp configuration example](https://docs.twenty.com/start/self-hosting/environment-variables#email-smtp-server-configuration-examples). I suggest...