FluentEmail icon indicating copy to clipboard operation
FluentEmail copied to clipboard

Configuring Multiple Providers

Open MikeEsteves opened this issue 4 years ago • 2 comments

Hi,

Is there a way to configure multiple providers? We need to send from one of multiple SMTP server and or Sendgrid within the same application. Can you configure this at point of sending instead of at startup?

Thanks

MikeEsteves avatar Mar 16 '21 14:03 MikeEsteves

Hi,

I had same problem. and found solution for this. You could use Sender property from FluentEmail to specify which type of SMTP you want to use.

image

molekp avatar Mar 31 '21 10:03 molekp