Changeset 396 for trunk/network/administration.php
- Timestamp:
- Mar 3, 2012, 9:12:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/network/administration.php
r226 r396 23 23 $Form = new Form('Email'); 24 24 $Form->LoadValuesFromForm(); 25 $Result = $this->System->AddEmailToQueue($Form->Values['Address'], $Form->Values['Subject'], $Form->Values['Content']); 25 $Result = $this->System->AddEmailToQueue($Form->Values['Address'], 26 $Form->Values['Subject'], $Form->Values['Content'], 27 $this->System->Config['Web']['Admin'].' <'.$this->System->Config['Web']['AdminEmail'].'>'); 26 28 $Output = $this->SystemMessage('Vložení emailu', 'Nový email byl vložen do fronty'); 27 29 }
Note:
See TracChangeset
for help on using the changeset viewer.