We are running Clearspace 1.10.7.
I am trying to send a test email via the admin. console.
When I click on Sent Test email, the following appears in the from box:
admin%40my.server.com
When I press Send, the following appears in the From box:
admin%2540my.server.com
As well as a messsage saying the Domain does not exist for admin@40my.server.com.
(which of course it does not, now)
We have an installation of 1.10.5 and it seems to work.
Any ideas what may be going on?
Thanks.
Can you show a screenshot of this page in the Admin Console for both 1.10.7 and 1.10.5?
Yes, it still exists.
On the System > EMail Server page, I see:
Server Admin Email: admin@server.com
I then click Send Test Email...
On the next pane (EMail Settings) I see in the To: field: admin%40server.com
I then click Send Email and the page is re-displaled with this value in the To: field: admin%2540server.com
As well as a message at the top that says:
Sending the message failed. Please verify that your host and port settings are correct. (Message: 501 5.1.8 Domain of sender address admin@40server.com does not exist )
which is now true because the '40' has become part of the domain name.
Since '%40' is the escaped '@' and the '%25' is the escaped '%' it appears there was a problem escaping/unescaping the email address.
As I mentioned I am on 1.10.7. Another system at 1.10.5 works fine.
Are you changing admin%40server.com back to admin@server.com or are you sending it like that? There's an issue in some versions of Clearspace with how that email address is initially loaded into the UI when you're trying to send a test email and you have to change the escaped @ characters back to @.
If I change the %40 to @, then I get an error saying admin@40server.com has in invalid domain.