简体   繁体   English

PHPMailer 1.5 / Sourceforge无法正常工作?

[英]PHPMailer 1.5 / Sourceforge not working?

I have been trying to get the latest version of phpmailer from here: 我一直在尝试从此处获取最新版本的phpmailer:

http://sourceforge.net/projects/phpmailer/files/ 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. 我尝试了其他文件,似乎sourceforge马上搞砸了,或者我的连接有问题。

Any ideas? 有任何想法吗? And if it is sourceforge does anyone have/know where I can get an alt link? 如果是sourceforge,是否有人知道/我在哪里可以找到alt链接?

I get 500 error 我得到500错误

Try here. 试试这里 I downloaded and opened it. 我下载并打开了它。

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

Dam

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. 我确实收到500错误,您知道SF站点出了点问题,我还需要升级服务器并尝试下载某些内容,但是它不起作用。 and same error I got it. 同样的错误我明白了。

这个PHPMailer 5与您要寻找的相同吗?

To call that class we need 3 files. 要调用该类,我们需要3个文件。 They are: 他们是:

  1. class.phpmailer.php class.phpmailer.php
  2. class.smtp.php class.smtp.php
  3. phpmailer.lang-et.php 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. 如果您不想更改PluginDir,则将该文件与源一起放在一个文件夹中,该文件将用于调用该类。 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. 它位于文件夹test的文件testmail.php中。

Good luck 祝好运

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM