0

The email templates are stored in database tables and we used SmtpClient to send e-Mail. Code is developed with C#.Net. Now client is requesting to create .eml file in the Development and other environments?

I want to know,

What is the need to creating .eml file in the different environments? What benefits will get based on the .eml file?

Carlos Landeras
  • 11,025
  • 11
  • 56
  • 82
vimal
  • 23
  • 1
  • 7

1 Answers1

0

Use directory delivery mode by specifying specifiedPickupDirectory as deliveryMethod for the <smtp> configuration section in your app/web.config. Email files created are in .eml format. Details here.

G-Wiz
  • 7,370
  • 1
  • 36
  • 47