Ignore:
Timestamp:
May 11, 2022, 10:10:02 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Mail.php

    r930 r935  
    135135    if ($this->AgentIdent != '') $this->Headers['X-Mailer'] = $this->AgentIdent;
    136136    if ($this->ReplyTo != '') $this->Headers['Reply-To'] = $this->ReplyTo;
    137     if ($this->From != '') 
    138     { 
     137    if ($this->From != '')
     138    {
    139139      $IndexStart = strpos($this->From, '<');
    140140      if ($IndexStart !== false)
Note: See TracChangeset for help on using the changeset viewer.