When I send email using cli it doesnt go in spam but when I use nodemailer it goes in spam.
I see this in mail header ( when sent using nodemailer)
Received: from [127.0.0.1] (unknown [x.x.x.x]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by app.payorcrm.com (Postfix) with ESMTPSA id 7A2E4C2294 for xxx@gmail.com; Fri, 22 Sep 2017 15:07:25 +0000 (UTC)
But the 127.0.0.1 is not present when sent using cli..
Log In to Comment