Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SendGrid API support #399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Akkarinage
Copy link
Member

Second attempt, because yesterday I failed at git.

Adds the following new configuration. If this is not null, all mail sending within FluxCP will go through the SendGrid API instead.

'SendGridAPIKey' => null,	// SendGrid API Key for sending mail. (https://sendgrid.com/docs/Classroom/Send/How_Emails_Are_Sent/api_keys.html)
				// If this API Key is set, it will be used instead of the SMTP settings.

Example:

'SendGridAPIKey' => 'SG.myap1k3y',

I'm considering adding a few other mail APIs so we can drop phpmailer once and for all.

@Akkarinage Akkarinage added Component: Third-Party Testing Required This PR requires testing and feedback before merging labels Aug 21, 2024
@Akkarinage
Copy link
Member Author

Has anyone tested this yet? I get no issues using this but I can't speak for all of us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Third-Party Testing Required This PR requires testing and feedback before merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant