0
viswajwalith created
- ABP Framework version: v5.3
- UI type: MVC
- DB provider: EF Core / MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
Is there any process to integrate with SendGrid for sending the emails in the place of SMTP? we know this can be customized but just would like to know is there any provision by default....
5 Answer(s)
-
0
hi
[Dependency(ServiceLifetime.Transient, ReplaceServices = true)] public class MyEmailSender : EmailSenderBase, ITransientDependency {
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Smtp/SmtpEmailSender.cs#L13
If you using MailKit. https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MailKit/Volo/Abp/MailKit/MailKitSmtpEmailSender.cs#L16
Have an answer to this question?
Log in
and write your answer.