Changeset 925 for trunk/Modules/Notify/Notify.php
- Timestamp:
- May 10, 2022, 11:05:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Notify/Notify.php
r912 r925 100 100 $Mail = new Mail(); 101 101 $Mail->Subject = $Title; 102 $Mail->From = $this->System->Config['Web']['Title'].' <noreplay@zdechov.net>'; 102 103 $Mail->AddTo($User['Value'], $User['Name']); 103 104 $Mail->AddBody(strip_tags($Content), 'text/plain');
Note:
See TracChangeset
for help on using the changeset viewer.