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 #395

Closed
wants to merge 1 commit into from

Conversation

Akkarinage
Copy link
Member

Adds support for using SendGrid to send emails instead of relying on flimsy email providers with basic SMTP auth.

Added the following config to config/application.php:

'SendGridAPIKey'	=> 'your.SG.api.key',	// 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.

When not null, FluxCP will use SendGrid's API to send emails. If left as null, SMTP or mail() settings will be used.

Yes, this would be a slimmer PR if we used composer, but alas we do not.

@Akkarinage Akkarinage added Enhancement Request Component: Third-Party Testing Required This PR requires testing and feedback before merging labels Aug 19, 2024
@Akkarinage Akkarinage self-assigned this Aug 19, 2024
@Akkarinage Akkarinage closed this by deleting the head repository Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Third-Party Enhancement Request 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