Hi everyone,
I am very new to this. I have worked through a number of configuration challenges I have had but this final one has eluded me.
I am trying to get my email to display on MM. I have followed the instruction for the module but I guess I have missed something. I get a syntax error on the config file when I launch MM.
Here is the part of my config that is giving me the problem.
{
module: "email",
position: "bottom_left",
header: "Email",
config: {
accounts: [
{
user: "john.c.williamson@rogers.com",
password: "**********",
host: "imap.mail.yahoo.com",
port: 993,
tls: true,
authTimeout: 10000,
numberOfEmails: 5
}
]
fade: true,
maxCharacters: 30
}
},
]
I am not sure what is wrong. I am very green at this so I would not be surprised if it is something obvious… :)
Any guidance is greatly appreciated.
John Williamson