-
Notifications
You must be signed in to change notification settings - Fork 3
Smtp mailing service #107
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
base: master
Are you sure you want to change the base?
Smtp mailing service #107
Conversation
|
ccaaf0d to
9aa83bc
Compare
8b88796 to
87dfcdf
Compare
|
87dfcdf to
62fc5d3
Compare
|
DrakeXorn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a general question about the imports (using the index import instead of the full path, in fact), but either way the contribution seems fine for me.
Thanks for your work !
I hope my answer satisfies you. I am unfortunately not able to detail more for the moment. This is still an ongoing process to achieve a better developer experience on the long term. I agree that the current situation is not satisfactory as it bugs me too but I am afraid I haven't got time to get around it and find the best way to pull the benefits from the TS compiler and newest version of yarn without having issues with imports/exports. |





Export all models from directory default file, swap the SendGrid implementation for a SMTP one.
Description
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