You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the generator generates MailService.cs but there is no implementation for sending the email function, it would be great if we can have that in place by default. This is a great feature when generating code using jhispter in java.
Motivation for or Use Case
Sending emails is a very common feature and always needs for any project. So if having it in place, would be a big help for developers. E.g we can have mail sending code function implementation in MailService.cs, it reads config from JSON setting file, and developers just replace their STMP information.
Related issues or PR
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
Overview of the feature request
So far the generator generates MailService.cs but there is no implementation for sending the email function, it would be great if we can have that in place by default. This is a great feature when generating code using jhispter in java.
Motivation for or Use Case
Sending emails is a very common feature and always needs for any project. So if having it in place, would be a big help for developers. E.g we can have mail sending code function implementation in MailService.cs, it reads config from JSON setting file, and developers just replace their STMP information.
Related issues or PR
The text was updated successfully, but these errors were encountered: