Handle http 500 error on message send (#7959)

This commit is contained in:
johndoh
2021-04-09 07:25:38 +01:00
committed by GitHub
parent 2f42fa2eaf
commit 8453d147d7
2 changed files with 13 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ class rcmail_output_html extends rcmail_output
protected $assets_path;
protected $assets_dir = RCUBE_INSTALL_PATH;
protected $devel_mode = false;
protected $default_template = "<html>\n<head><title></title></head>\n<body></body>\n</html>";
protected $default_template = "<html>\n<head><meta name='generator' content='Roundcube'><title></title></head>\n<body></body>\n</html>";
// deprecated names of templates used before 0.5
protected $deprecated_templates = [