AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: CTGO.co on August 09, 2018, 07:16:21 AM

Title: SMTP authentication
Post by: CTGO.co on August 09, 2018, 07:16:21 AM
Hello guys!

Hosting company asked me to contact support team of Abantecart and ask to configure: (Sending email with SMTP authentication) to be processed and to let Abantecart script sending emails. what you suggest guys ???

Thanks
Title: Re: SMTP authentication
Post by: Basara on August 09, 2018, 07:36:12 AM
SMTP configuration is specific to your provider http://forum.abantecart.com/index.php/topic,6825.msg28582.html#msg28582
Title: Re: SMTP authentication
Post by: CTGO.co on August 09, 2018, 08:05:45 AM
then maybe there is something I have to do on website and i didn't done ?? what do you think ??
Title: Re: SMTP authentication
Post by: Basara on August 09, 2018, 08:23:09 AM
then maybe there is something I have to do on website and i didn't done ?? what do you think ??

I think you should check your SMTP provider mail configuration. See above post with link
Then enter that info to AbanteCart Mail settings page. Make sure you type it...not copy paste coz you simply can copy space or some other chars.

If do not work after that check the Error log on your server (and another error log in AbanteCart, your servers log is more important)

If that also do not help. Set up Gmail SMTP to just try out is it works at all.
Title: Re: SMTP authentication
Post by: CTGO.co on August 10, 2018, 04:07:25 AM
I think the problem in password because it show me something and saving something different so how to clean the browser cashe information??  I tried to delete cashe of Chrome browser but not fully deleted. What you think??
Title: Re: SMTP authentication
Post by: Basara on August 15, 2018, 01:09:18 AM
I think the problem in password because it show me something and saving something different so how to clean the browser cashe information??  I tried to delete cashe of Chrome browser but not fully deleted. What you think??

Hello.
Please go to your mailer provider and regenerate mail password. Please use only latin characters (only UTF8 allowed)
Title: Re: SMTP authentication
Post by: CTGO.co on August 15, 2018, 08:17:56 AM
I think the problem in password because it show me something and saving something different so how to clean the browser cashe information??  I tried to delete cashe of Chrome browser but not fully deleted. What you think??

Hello.
Please go to your mailer provider and regenerate mail password. Please use only latin characters (only UTF8 allowed)


is there any way to check the parameters of login in the source file of the SMTP file in the server and if YES, where is that can be seen ??? i need the path to there please...   Thanks
Title: Re: SMTP authentication
Post by: Basara on August 15, 2018, 08:25:49 AM
is there any way to check the parameters of login in the source file of the SMTP file in the server and if YES, where is that can be seen ??? i need the path to there please...   Thanks

It should be here
https://github.com/abantecart/abantecart-src/blob/master/public_html/core/lib/mail.php
Title: Re: SMTP authentication
Post by: CTGO.co on August 15, 2018, 08:32:34 AM
is there any way to check the parameters of login in the source file of the SMTP file in the server and if YES, where is that can be seen ??? i need the path to there please...   Thanks

It should be here
https://github.com/abantecart/abantecart-src/blob/master/public_html/core/lib/mail.php

can I write the parameters of the settings manually in mail.php and upload the file again to the server or not??