Hi people,
CI is a wonderful thing, I switched from CakePHP and I like the way CI does not stand in my way and yet it serves me with many useful classes.
However, I have a weird problem with sending e-mail over SMTP. The email is sent, but CI’s send() method returns FALSE. The first problem is, that it shows SMTP’s 220 Service ready response as an error (with “The following SMTP error was encountered” before it). And the second problem is “354 Enter mail, end with “.” on a line by itself”. Is this some kind of incompatibility between CI’s mail class and some mailservers’ specific configs? (ESMTP Sendmail 8.13.6/8.13.6.)
Message sent was:
User-Agent: CodeIgniter
Date: Wed, 31 Oct 2007 11:08:45 +0100
From: "dan"
Return-Path:
To: email.address@server.com
Subject: Test mail
Reply-To: "qqww@post.cz"
X-Sender: qqww@post.cz
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <4728542de4512@post.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Testing
(the real address was exchanged for “email.address@server.com” so that crawlers don’t find it here)
