Skip to content
#

email

Here are 4,536 public repositories matching this topic...

tsager
tsager commented Oct 26, 2021

Is your feature request related to a problem? Please describe.
The colors of addresses of recepients/senders that are in the address book are hard to read in dark mode: they are shown blue on black. It works fine for non-addressbook addresses as they are shown grey on black. Also fine in light theme (blue on white).

Describe the solution you'd like
Use grey on black. Showing the real

tutanota
lasalesi
lasalesi commented Jan 30, 2018

Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app) will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>

Expected behaviour:
bench uninstall-app should also remove print formats that

notifire
scopsy
scopsy commented Jan 5, 2022

Why?

Currently, the lerna build is quite slow locally and on GitHub actions during CI. Additionally, we can use nx to run diffs on changed services and other features.

How?

Integrate using the nx guide for adding nx to an existing monorepo.
To set up the project for development run npm run setup:dev in the root directory for insta

malimccalla
malimccalla commented May 20, 2020

I have the following file that handles my sendgrid set up.

import sgMail from '@sendgrid/mail';

const sendGridApiKey = process.env.SENDGRID_API_KEY;

if (!sendGridApiKey) {
  throw new Error('The sendgrid api key has not been set in the environment variables');
}

sgMail.setApiKey(sendGridApiKey);

export { sgMail };

After setting my api key I need to be able to do som

Improve this page

Add a description, image, and links to the email topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the email topic, visit your repo's landing page and select "manage topics."

Learn more