Opened 19 years ago
Closed 19 years ago
#4700 closed defect (bug) (fixed)
class.smtp.php in "class-phpmailer.php" should be "class-smtp.php"
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | smtp has-patch |
| Focuses: | Cc: |
Description
in class-phpmailer.php
line 459, function SmtpSend($header, $body)
line 460, include_once($this->PluginDir. "class.smtp.php");
here should be '-'
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5852]) Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700