Skip to content

Feat/support sendgrid #21011

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

Merged
merged 7 commits into from
Jun 19, 2025
Merged

Conversation

andrematteo
Copy link
Contributor

@andrematteo andrematteo commented Jun 14, 2025

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

Included support for sending emails via the Twilio SendGrid platform.
Created the file libs/SendGridClient
Modified extensions/Mail
Modified config/Feature/init
Modified .env.example

close #21010

Tested using a free SendGrid account.

Screenshots

Before After
...
Screenshot 2025-06-13 at 21 44 09 |

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. 💪 enhancement New feature or request 📚 documentation Improvements or additions to documentation labels Jun 14, 2025
@crazywoola
Copy link
Member

Please fix the errors in the CI pipeline.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jun 16, 2025
@crazywoola
Copy link
Member

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jun 18, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 19, 2025
@crazywoola crazywoola merged commit 7b9e01a into langgenius:main Jun 19, 2025
8 checks passed
@crazywoola
Copy link
Member

Merged :)

jsincorporated pushed a commit to jsincorporated/asaAi that referenced this pull request Jul 8, 2025
Co-authored-by: André de Matteo <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Improvements or additions to documentation 💪 enhancement New feature or request lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Twilio SendGrid
2 participants