-
Increased priority: annoying bug, but easy to fix.
2009-11-30 14:44:12 UTC by j-roen
-
There is obviously a bug in the following part of the function CreateBody() in PHPMailer version 5.1 (October 20, 2009):
$file = tempnam('', 'mail');
file_put_contents($file, $body); //TODO check this worked
$signed = tempnam("", "signed");
if (@openssl_pkcs7_sign($file, $signed, "file://".$this->sign_cert_file, array("file://".$this->sign_key_file...
2009-11-30 14:39:36 UTC by j-roen
-
When some errors occur during Send method execution an exception is raised.
The problem is that those errors are printed without any possibilities to avoid it.
There must be a conditional statement to control errors printing.
2009-11-30 10:06:07 UTC by daviderenzi
-
After turning on the SMTPDebug I get additional errors:
"SMTP -> FROM SERVER: 554 Relay not permitted from this IP SMTP -> FROM SERVER: SMTP -> ERROR: EHLO not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: HELO not accepted from server: SMTP -> ERROR: AUTH not accepted from server: SMTP -> NOTICE: EOF caught while checking if connectedMailer Error: Language string failed to load...
2009-11-25 14:19:46 UTC by vincentbrazil
-
We've recently run into this error message followed by whatever email address we enter for the From variable.
"Mailer Error: Language string failed to load: from_failed".
Funny thing is that the code written to send these emails has been used on the server before, and can currently be used on our localhosts. We are using the SMTP server from our internet provider. The error message seems...
2009-11-25 13:45:51 UTC by vincentbrazil
-
Hi, greetings!
I have problem with sending mail through smtp.gmail.com server from my Drupal site.
I use:
Drupal v6.14
PHPMailer v5.1
In PHPMailer module settings I put:
SMTP server: smtp.gmail.com
SMTP backup server:
SMTP port: 465
Use encryption protocol: SSL
Username: xxxx@xxxxx //mailbox on gmail.com
Password: *********
I send a test e-mail, but get error:
SMTP ->...
2009-11-25 07:02:05 UTC by kogor
-
Hi, greetings!
I have problem with sending mail through smtp.gmail.com server from my Drupal site.
I use:
Drupal v6.14,
PHPMailer v5.1
In PHPMailer module settings I put:
> SMTP server: smtp.gmail.com
>
> SMTP backup server:
>
> SMTP port: 465
>
> Use encryption protocol: SSL
>
> Username: xxxx@xxxxx //mailbox on
> gmail.com
>
> Password: *********
I send a test...
2009-11-25 06:42:30 UTC by kogor
-
Hmmm, seems a double of #2051060, but although stated otherwise, it is NOT fixed (or the old behaviour returned). Also, seems to me a bug rather then a feature-request (a CharSet setting is not obeyed)
Since it's for non-HTML, it should be ENT_QUOTES (convert all quotes).
2009-11-24 12:21:22 UTC by rwasmus
-
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