views:

170

answers:

4

I have been trying to get the latest version of phpmailer from here:

http://sourceforge.net/projects/phpmailer/files/

but I keep getting "file not found" / "unable to load mirrors" errors. I tried other files it seems like sourceforge is messed up right now or something is wrong with my connection to it.

Any ideas? And if it is sourceforge does anyone have/know where I can get an alt link?

+1  A: 

I get 500 error

Try here. I downloaded and opened it.

http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/p/ph/phpmailer/

Dam

dam
A: 

I do get 500 error, you know there is something wrong with SF site, I've also needed to upgrade my server and tried to download something, but it does not working. and same error I got it.

BinBoa
A: 

Is this PHPMailer 5 the same as what you are looking for?

Extrakun
A: 

To call that class we need 3 files. They are:

  1. class.phpmailer.php
  2. class.smtp.php
  3. phpmailer.lang-et.php

if you not want to change PluginDir put that files in one folder with your source which will use to call that class. Don't forget to setting the parameter as according to your mail server. And it's available at the file testmail.php at the folder test.

Good luck