FluxCP icon indicating copy to clipboard operation
FluxCP copied to clipboard

Add SendGrid API support

Open Akkarinage opened this issue 1 year ago • 2 comments

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 avatar Aug 21 '24 10:08 Akkarinage

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

Akkarinage avatar Sep 16 '24 11:09 Akkarinage

aren't there other open-source/free alternatives to phpmailer other than this paid one (free 100 mails/day for 60 days is not even acceptable) to be added to a open-source/free tool like fluxcp?

yesits-me avatar Apr 24 '25 18:04 yesits-me