Can we change sender email at runtime when we got the faliur message "Requested action aborted: The maximum number of sent messages is exceeded. Please try later." #329
Abdelrahmandev1984
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the sender has limited emails per day or per hour, I need to select the proper sender according to the number of receivers, I am using Mailkit sender and trying to do something like that but still send from the default sender configured in DI
fluentEmail.Sender = GetFluentEmailSender(fluentEmail.Sender, fluentEmail.Data.ToAddresses.Count);
The DI configuration:
Beta Was this translation helpful? Give feedback.
All reactions