• 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

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