Skip to content

Commit

Permalink
Fix http:// ...
Browse files Browse the repository at this point in the history
  • Loading branch information
a-x- committed May 27, 2014
1 parent 099a4b0 commit fd1b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.phpmailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ protected function sendmailSend($header, $body)
* Send mail using the PHP mail() function.
* @param string $header The message headers
* @param string $body The message body
* @link http:// www.php.net/manual/en/book.mail.php
* @link http://www.php.net/manual/en/book.mail.php
* @throws phpmailerException
* @access protected
* @return bool
Expand Down

0 comments on commit fd1b6e3

Please sign in to comment.