The readme file says it can be downloaded here: http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php5_6/

Once there, all I am presented with is a file called 'varinsert_for_SPAW2.zip' which does not contain class.phpmailer.php or class.smtp.php

Comments

smk-ka’s picture

Don't use the big green Download button, instead choose PHPMailer v5.1 (at the time of writing) from the list below it and download one of the archives. Unfortunately this project seems to add more and more packages that have nothing to do with the original PHPMailer to their download pages, so please simply ignore the green button for now.

Please leave this issue open unless there is a better way to link to the most recent PHPMailer package.

sun’s picture

I'd suggest to explicitly state "PHPMailer v5.1" (the exact package term as visible on the download page)

  1. in hook_requirements()
  2. on the project page
  3. in the README.txt

Only downside with that is that we'd have to update it everywhere once a new version comes out.

That said, if we're going to do that, then we can as well link to the package folder http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php5_6... directly.

jedsmith13’s picture

I am using the source from https://code.google.com/a/apache-extras.org/p/phpmailer/downloads/list it seems that they have not updated their sourceforge site for awhile (2009). As of now the current version is 5.2.1 with 5.2.2 beta available.

milovan’s picture

So, should we use PHP Mailer 5.1 from Source Forge or 5.2.1 from google code?
Is there any difference and which one devs suggest? (no matter that new seem to be "improved", but this module was adjusted for 5.1)

Thank you.

dineshw’s picture

Issue summary: View changes
Status: Active » Needs review
oadaeh’s picture

Status: Needs review » Closed (won't fix)

This issue is being closed due to Drupal 6 being at the end of its life. If you feel this is still a valid issue for the Drupal 7 compatible branch of this module, feel free to re-open this issue and provide updated information.