-
This bug has not been fixed in the new version.
2009-11-21 10:53:01 UTC by ckrack
-
it's about PHPMailer v2.0.4
Mail send method: PHP mail()
If we set SingleTo property to 'true' , $this->Sender = '' and assign some recipients mail will not be sent.
Please check the file class.phpmailer.php line #486
Regards,
Serge
shmelevsky@intelliants.com.
2009-11-13 06:04:12 UTC by nobody
-
codeworxtech made 3 file-release changes.
2009-11-11 00:11:06 UTC by codeworxtech
-
codeworxtech made 3 file-release changes.
2009-11-11 00:10:01 UTC by codeworxtech
-
codeworxtech made 2 file-release changes.
2009-11-11 00:09:02 UTC by codeworxtech
-
Hey all,
I've been using PHPMailer for quite some time, and thought it was more than appropriate that I gave back a bit.
You can use this patch to enable a new "Method" for "sending" the emails. This basically allows you to log the contents of the email. This is particularly useful for Unit Testing PHPMailer or if you're developing on a Windows environment and don't want to setup some real...
2009-11-05 12:17:21 UTC by pragone
-
Just downloaded PHPMailer-BMH_v5.0.0.tar.gz and extracted it to discover that all files are extracted to the same directory as the archive.
Plea to developers - please could you follow commonly accepted packaging conventions and put the files in a sub-directory.
http://en.wikipedia.org/wiki/Tar_(file_format)#Tarbomb.
2009-11-04 12:08:38 UTC by senyahnoj
-
I'm using PHPMAILER FE v4.0.5 installed on Linux server to send my contact page. Unfortunately the form never gets delivered to the email account. I get the default phpmailerThank You page upon submittal, at the top of the page it says it is processing and it never returns.
Please provide some insight as to what possibly is the problem? Additionally, if you can tell me how to enable the...
2009-11-03 01:04:11 UTC by mhmcrae
-
The function DKIM_Add() has an error when running on OS X (I assume all Linux based system) in line
$headers = explode("\r\n",$headers_line);
On Mac instead of using "\r\n" it should be "\n".
2009-10-30 17:32:51 UTC by nobody
-
SMTP -> FROM SERVER:220 mx.google.com ESMTP 20sm357488yxe.2
SMTP -> FROM SERVER: 250-mx.google.com at your service, [myip address] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS 250-ENHANCEDSTATUSCODES 250 PIPELINING
SMTP -> FROM SERVER:220 2.0.0 Ready to start TLS.
2009-10-28 09:12:04 UTC by ovonelmonk