It looks to me like you have copy-pasted your entire chunk of email settings into the new settings file? It looks like you have pasted it incorrectly ... The settings create an object of configurations, and it is important that the indentations are maintained, so that the structure of the settings are kept in tact. With your settings I see this:
settings:
pagenav: auto
preload:
server:
rewrite :
base_url:
reporting:
cdn_core:
cdn_files:
mail:
to :
from :
subject :
host :
SMTPAuth:
username:
password:
SMTPSecure:
port :
debug :
It should be:
settings:
pagenav: auto
preload:
server:
rewrite :
base_url:
reporting:
cdn_core:
cdn_files:
mail:
to :
from :
subject :
host :
SMTPAuth:
username:
password:
SMTPSecure:
port :
debug :
There is a subtle but crucial difference in the indentation of the "mail" node. If you are going to copy-paste entire segments of settings instead of populating manually, you need to be very careful about doing it correct unfortunately ....
alexhenes wrote:I also noticed that it does not work on your demo site.
We have not yet set up mail in the demo ...