• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Getting error when set up SMTP email

Status
Not open for further replies.

UtOpiK

Chevereto Member
Hi,

I kept getting the error "Invalid SMTP server", "Invalid SMTP username", when trying to set up SMTP email.
A screenshot :
2014-12-11_23-07-25.jpg

Do you have an idea ?

Thanks !
 
Go to app/routes/route.dashboard.php and change this:
PHP:
//$mail->SMTPDebug = 1;

to this:
PHP:
$mail->SMTPDebug = 1;

That will show you the error code and SMTP debug.
 
Hi Rodolfo,

Many thanks, it's better now.
It was an authentification problem.

But with the message "Invalid SMTP server" I could not interpret this.

SOLVED !
 
Status
Not open for further replies.
Back
Top