INSTALL.txt still says to put the phpmailer directory at /sites/all/modules/smtp.
This does not work in 6.x-1.0; sending mail will fail.
The phpmailer directory lives at /sites/all/libraries these days.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | smtp-library_location-1795824-3.patch | 1.6 KB | Rob_Feature |
| #2 | smtp-library_location-1795824-2.patch | 1.33 KB | Rob_Feature |
Comments
Comment #1
Rob_Feature commentedThis is correct...but there's really 3 options of where to put it:
See line 294 of smtp.module for this info...
Comment #2
Rob_Feature commentedHere's a documentation patch for 6.x. Added some spacing to make it more readable and added the options for library location.
Comment #3
Rob_Feature commentedsilly numbering mistake...fixed in this one.
Comment #4
wundo commentedFixed, thanks!