• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Kept getting error when set up SMTP email

Status
Not open for further replies.

TriHoang

Chevereto Member
I kept getting the error "Invalid SMTP server", "Invalid SMTP username", "Invalid SMTP password" when trying to set up SMTP email.
My inputs were:
Code:
SMTP server: smtp.gmail.com
Port: 465
SMTP username: myemailaddress@gmail.com
SMTP password: mypasswordatgmailcom
Security: TLS
Please help, thank you!
 
I don't really know. I tried multiples SMTP services such as PostMark, Google Mail, Mandarill,... (still waiting for AWS SES to get approved).
And the only one that worked perfectly with Chevereto is Mandarill.
- PostMark: able to save but not able to send any email
- Gmail: not able to save at all
 
I think your issue with Gmail was because google uses port 465 for SMTPS that requires SSL security setting.
If you would like to use TLS(STARTTLS) security, you'll need to use port 587.
See "Standard configuration instructions" on https://support.google.com/mail/troubleshooter/1668960?rd=1#ts=1665119,1665162

Just something I figured out while looking for the way to make it work with my own smtp server, which doesn't even require auth for localhost connections.

By the way, maybe make it possible to specify empty SMTP username and password, for cases such as mine(smtp server on the same server as chevereto, relaying only for trusted networks and doesn't provide any auth support), where chevereto doesn't really need to authenticate but tries anyway.
 
Last edited:
I've tested with a usual cpanel smtp on SSL and sendgrind which is TLS and worked. The whole point of using SMTP is take advantage of its security and that is why the connection is done using credentials and certificate.
 
Status
Not open for further replies.
Back
Top