add class variable $_force_from

This commit is contained in:
Uwe Steinmann 2025-02-03 10:17:22 +01:00
parent 712df50a9c
commit a6d67be34e

View File

@ -46,6 +46,8 @@ class SeedDMS_EmailNotify extends SeedDMS_Notify {
protected $from_address;
protected $force_from;
protected $lazy_ssl;
protected $debug;