-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
If you use config with ReportCustomTemplate
Config =
{
AppName = "PhotoFuzz",
AppVersion = "1.0",
CompanyName = "photofuzz",
SendMethod = ReportSendMethod.SimpleMAPI,
EmailReportAddress = "[email protected]",
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