Changeset 935 for trunk/Packages/Common/Mail.php
- Timestamp:
- May 11, 2022, 10:10:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Mail.php
r930 r935 135 135 if ($this->AgentIdent != '') $this->Headers['X-Mailer'] = $this->AgentIdent; 136 136 if ($this->ReplyTo != '') $this->Headers['Reply-To'] = $this->ReplyTo; 137 if ($this->From != '') 138 { 137 if ($this->From != '') 138 { 139 139 $IndexStart = strpos($this->From, '<'); 140 140 if ($IndexStart !== false)
Note:
See TracChangeset
for help on using the changeset viewer.