[feature] An easy to use mail validator #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This feature introduces a way to seamlessly validate the mail about to be sent and it is also promised based which means it is unblocking
Using this is extremely simple, you just import the
mail_validator.js
file inside the utils folder, this file when imported returns an object with two thingsIt is extremely easy to use and structured in a way you don't have to think about the implementation to use it.
The validator function takes two parameters, a mail object to validate and the route on which you are validating. We have two routes, so that will be either a
sendmail
orsendmailwithtemplate
option.The validator is promised based, so if you call it either
value
object that contains all the mail objects that have undergone the validationerror
object containing the specific reason it failedA simple way to use this will be
slackName: Joe.Attah
Team Fierce.