-
-
Notifications
You must be signed in to change notification settings - Fork 94
Email functionality using MailKit #1577
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
Email functionality using MailKit #1577
Conversation
d18dc03
to
8fd740f
Compare
…e parameters instead of User object
… and enhance error handling
Can you add documentation ? Maybe you can reference JHipster doc : https://www.jhipster.tech/tips/011_tip_configuring_email_in_jhipster.html |
generators/dotnetcore/templates/dotnetcore/test/Project.Test/Services/MailServiceTest.cs.ejs
Outdated
Show resolved
Hide resolved
generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockMailService.cs.ejs
Outdated
Show resolved
Hide resolved
|
Added docs for email configuration |
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.
nice work !
Closes #16
Closes #1036