Jump to content

Configure smtp mailer from parameters.php


apvd

Recommended Posts

Prestashop 1.7 , how do I set an smtp from app/config/parameters.php? there are those array keys, even if setting them I'm unable to configure an smtp server

        'mailer_transport' => 'smtp',
        'mailer_host' => '127.0.0.1',
        'mailer_user' => NULL,
        'mailer_password' => NULL,

 

Link to comment
Share on other sites

You don't need to configure from the app/config/parameters.php code to have a configuration outside of the backoffice.
You should add the smtp data in Parameters>mail as  @Guest , and then under the Maill::Send configuration, load the email you need.

Excuse the translation, my language is Spanish

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...