I am having major trouble trying to setup the email in the settings page. The error i am getting is: 501 <>: missing or malformed local part
I have looked at the wiki page for setting up the email and even did a test send email via SSH and that sent successfully. So i thought i will setup a gmail account and that didnt work either. It then came up with a Syntax Error.
I have NO IDEA why this is happening. My details are as below: ( i have taken out the actual domainname and password, but have formated it exactly as it is)
mail.domain.com
localhost.localdomain
user@domain.com
password
50
welcome@domain.com
When i tried it via SSH, i got the email fine!
/usr/local/mor/sendEmail -f 'welcome@domain.com' -t 'user@domain.com' -u 'test' -m 'test message' -o tls=auto -s 'mail.domain.com' -xu 'user@domain.com' -xp 'password'
What else can i do. I'm a Linux Systems Administrator and this one has completely baffled me. I don't no if its a bug or what.

