Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
Support response
Support checklist
i'm using 3.5.19
EDIT: I just replaced app/lib again. Maybe I missed that in the last update.
Unfortunately no, I have created a new account with a yahoo email, still get the resond from yahoo.
postfix/smtp[13892]: 557792070C: to=<xxxxxxxxxxxxxxx@yahoo.de>, relay=mx-eu.mail.am0.yahoodns.net[188.125.69.79]:25, delay=0.93, delays=0.4/0/0.12/0.41, dsn=5.0.0, status=bounced (host mx-eu.mail.am0.yahoodns.net[188.125.69.79] said: 554 Message not allowed - Headers are not RFC compliant[291] (in reply to end of DATA command))
The same email 2 times in "To" ?From: "ssssssssss (contact form)" <no-reply@your-pictionary.com>
To: xxxxxxx@yahoo.de, xxxxxxxx@yahoo.de
Cc:
Date: Mon, 23 Feb 2015 08:18:27 +0100
Subject: your-pictionary.com contact form
Name: ssssssssss
E-mail: my working email
User: https://www.your-pictionary.com/sven
Subject: general
The same email 2 times in "To" ?
$mail = new Mailer();
$mail->CharSet = 'UTF-8';
$mail->Mailer = CHV\getSettings()['email_mode'];
if(CHV\getSettings()['email_mode'] == 'smtp') {
$mail->IsSMTP();
$mail->SMTPAuth = true;
$mail->SMTPSecure = CHV\getSettings()['email_smtp_server_security'];
$mail->Port = CHV\getSettings()['email_smtp_server_port'];
$mail->Host = CHV\getSettings()['email_smtp_server'];
$mail->Username = CHV\getSettings()['email_smtp_server_username'];
$mail->Password = CHV\getSettings()['email_smtp_server_password'];
}
$mail->Timeout = 30;
$mail->Subject = $subject;
$mail->Body = $body;
$mail->addAddress($to);
$mail->addReplyTo($email);
$mail->setFrom(CHV\getSettings()['email_from_email'], $name . ' (contact form)');
$mail = new phpmailer();
$mail->IsSMTP();
$mail->SMTPAuth = true;
$mail->Host = CHV\get_settings()['mail']['server'];
$mail->Username = CHV\get_settings()['mail']['user'];
$mail->Password = CHV\get_settings()['mail']['pass'];
$mail->Timeout = 30;
$mail->Subject = $subject;
$mail->Body = $mailbody;
$mail->addAddress($to);
$mail->addReplyTo($email);
$mail->setFrom('no-reply@chevereto.com', 'Chevereto contact form');
----- The following addresses had permanent fatal errors -----
(reason: 554 Message not allowed - Headers are not RFC compliant[291])
----- Transcript of session follows -----
... while talking to mta5.am0.yahoodns.net.:
DATA
<<< 554 Message not allowed - Headers are not RFC compliant[291]
554 5.0.0 Service unavailable
Reporting-MTA: dns; demo.chevereto.com
Received-From-MTA: DNS; localhost
Arrival-Date: Mon, 23 Feb 2015 13:23:15 -0500
Final-Recipient: RFC822;
Action: failed
Status: 5.0.0
Remote-MTA: DNS; mta5.am0.yahoodns.net
Diagnostic-Code: SMTP; 554 Message not allowed - Headers are not RFC compliant[291]
Last-Attempt-Date: Mon, 23 Feb 2015 13:23:17 -0500
Return-Path: <no-reply@chevereto.com>
Received: from demo.chevereto.com (localhost [127.0.0.1])
by demo.chevereto.com (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t1NINFDH024249
for ; Mon, 23 Feb 2015 13:23:15 -0500
Received: (from www-data@localhost)
by demo.chevereto.com (8.14.4/8.14.4/Submit) id t1NINFea024248;
Mon, 23 Feb 2015 13:23:15 -0500
X-Authentication-Warning: demo.chevereto.com: www-data set sender to no-reply@chevereto.com using -f
To:
Subject: Chevereto demo contact form
X-PHP-Originating-Script: 33:class.phpmailer.php
Date: Mon, 23 Feb 2015 15:23:15 -0300
To:
From: "Rodolfo Berrios (contact form)" <no-reply@chevereto.com>
Reply-To: inbox@rodolfoberrios.com
Subject: Chevereto demo contact form
Message-ID: <69e34b5ec9ddbd9463688108707edd87@demo.chevereto.com>
X-Priority: 3
X-Mailer: PHPMailer 5.2.9 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit