If you use config with ReportCustomTemplate
Config =
{
AppName = "PhotoFuzz",
AppVersion = "1.0",
CompanyName = "photofuzz",
SendMethod = ReportSendMethod.SimpleMAPI,
EmailReportAddress = "PhotoFuzz@gmail.com",
FilesToAttach = new[] {"app.log"}
ReportCustomTemplate = "_NOT IN ENGLISH_",
}
and press send an email, the email message is
The email is ready to be sent.
Information about the error is included below. Please feel free to add any relevant information or attach additional files.
You may delete the attachment before sending if you prefer.
NOT IN ENGLISH
Proposal:
- Allow users to change EmailIntroTemplate.text ( for example, don't make templates as Embded resources )
or
- Do not start message with The email is ready to be sent...
if ReportCustomTemplate is not empty
If you use config with ReportCustomTemplate
and press send an email, the email message is
Proposal:
or
if ReportCustomTemplate is not empty