Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
phpmailer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
phpmailer
Commits
00e1d81d
Commit
00e1d81d
authored
Jul 07, 2010
by
smk-ka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
by smk-ka: Fixed libraries module not loaded when checking install requirements.
parent
5f5459d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.txt
CHANGELOG.txt
+1
-0
phpmailer.install
phpmailer.install
+1
-0
No files found.
CHANGELOG.txt
View file @
00e1d81d
...
...
@@ -36,6 +36,7 @@ by smk-ka: Provide more user-friendly error messages.
Mail. Added an option to always set a "Reply-To" address.
#764448 by smk-ka: Fixed sending more than one message for certain server
configurations.
by smk-ka: Fixed libraries module not loaded when checking install requirements.
PHPMailer 6.x-2.1, 2009-06-10
...
...
phpmailer.install
View file @
00e1d81d
...
...
@@ -15,6 +15,7 @@ function phpmailer_requirements($phase) {
$t
=
get_t
();
if
(
$phase
==
'install'
)
{
drupal_load
(
'module'
,
'libraries'
);
$path
=
libraries_get_path
(
'phpmailer'
);
if
(
!
file_exists
(
'./'
.
$path
.
'/class.phpmailer.php'
)
||
!
file_exists
(
'./'
.
$path
.
'/class.smtp.php'
))
{
$requirements
[
'phpmailer'
]
=
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment