-
Notifications
You must be signed in to change notification settings - Fork 16
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
SNOW-23: Adding email template management and deferred email sending #57
Conversation
# Conflicts: # FeatureIds.cs # Manifest.cs # Readme.md
@@ -8,13 +8,17 @@ | |||
|
|||
namespace Lombiq.HelpfulExtensions.Extensions.Emails.Services | |||
{ | |||
public class EmailService : IEmailService | |||
public static class EmailSenderShellScopeExtensions |
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.
Since it's now Extensions, it shouldn't remain in the Services namespace.
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.
This wasn't addressed.
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.
Finally, it's Lombiq.HelpfulExtensions.Extensions.Emails.Extensions!
I guess this is what you call an extended namespace? 🙃
SNOW-23