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

Smtp mailing service #107

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Smtp mailing service #107

wants to merge 8 commits into from

Conversation

HunteRoi
Copy link
Member

@HunteRoi HunteRoi commented Sep 21, 2024

Export all models from directory default file, swap the SendGrid implementation for a SMTP one.

Description

  • Rewire the entire emailing system to avoid using a 3rd party service (SendGrid) and rely on our (not so internal) SMTP service (SendGridService --> SMTPService)

Motivation and Context

This will allow us to use preset emails from the Henallux and will then avoid falling into the spam folder.

How Has This Been Tested?

On the server (within the IESN's network).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Copy link

sonarcloud bot commented Sep 21, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

@HunteRoi HunteRoi self-assigned this Sep 22, 2024
@HunteRoi HunteRoi force-pushed the smtp-mailing-service branch from ccaaf0d to 9aa83bc Compare October 30, 2024 11:44
Copy link

sonarcloud bot commented Oct 30, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant