Skip to content

Proposal: Allow to change EmailIntroTemplate.text #52

@makeProjectGreatAgain

Description

@makeProjectGreatAgain

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions