Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.53 KB

File metadata and controls

60 lines (43 loc) · 2.53 KB
title description sidebar_label sidebar_position hide_table_of_contents
Configure Email authentication with Sendgrid
Configuration of the authentication methods that is used with SMTP for Sendgrid
Sendgrid
080
true

import Figure from '/src/components/Figure/Figure'; import EmailServerConfigurationIntroduction from '/docs/admin/_includes/email/email-server/introduction.mdx'; import TestYourEmailConfiguration from '/docs/admin/_includes/email/email-server/test-your-email-configuration.mdx'; import Chips from "/src/components/Chips/Chips";

CE Pro

Sendgrid

  • Administration panel

When you are using Sendgrid, once logged in, you will be automatically redirected to the administration panel dashboard.

You will need to navigate to Settings > API Keys and click on Create API Key.

  • Create your SMTP Credentials

When creating a new API key, you can give it a name that's easy for you to remember, such as "Passbolt". SendGrid will then generate a unique API key consisting of 70 random characters. This key can be used to authenticate your email sending requests through the SendGrid SMTP servers.

After generating the API key, you can use the settings shown to configure your email client or application. The SMTP username should be "apikey". The SMTP password is the API key that you generated in the previous step.

It's important to keep your SendGrid API key secure, as it can be used to access your SendGrid account and send emails from your account. You should never share your API key with anyone, and you should take steps to protect your account from unauthorized access.

  • Authentication on Passbolt GUI

On your Passbolt instance, you can navigate to Administration > Email server.

You will need to fill in your smtp credentials to match your authentication method (username & password).