The Wayback Machine - https://web.archive.org/web/20201129090354/https://github.com/topics/email
Skip to content
#

email

Here are 3,520 public repositories matching this topic...

Mailspring
DemonioCZ
DemonioCZ commented Feb 18, 2020

Hi, I found mistake in translation to czech, but I dont see it in this file. By every mail content, there is a number of "opens" (how many times it was open). Wrong czech translation is "otevřít"... it should be "otevřeno"

jirikeller
jirikeller commented Jul 26, 2018

In text editing, QWERTZ keyboard works fine, however keyboard shortcuts Y and Z are swaped.

Expected behavior

If I press "z" button (on QW... row) a read flag should be toggled
If I press "y" button (on YXC.. row) a "copy message" function should be evoked

Actual behavior

If I press "z" button (on QW... row) a "copy message" function is evoked
If I press "y" button (on YXC.. row)

papercups
cheeseblubber
cheeseblubber commented Nov 23, 2020

Problem
I want to add private notes to a customer so in case there is a reoccurring issue next time I have more context. A private note is only shown to the company and not to the customer

Additional context
On the side bar there should be a private note section where you can add the note

On the side bar:
It should show private notes related to a customer
It should show private

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

You can’t perform that action at this time.