Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedback.ajx email setting #93

Open
SeditioCMS opened this issue Jan 9, 2024 · 0 comments
Open

feedback.ajx email setting #93

SeditioCMS opened this issue Jan 9, 2024 · 0 comments

Comments

@SeditioCMS
Copy link

SeditioCMS commented Jan 9, 2024

this Can be integrated with SMTP plugin

const EMAIL_SETTINGS = array(
  'addresses' => ['admin@batareya30.ru'], // кому необходимо отправить письмо
  'from' => ['noreply-batareya@nmn.su', 'БАТАРЕЯ'], // от какого email и имени необходимо отправить письмо
  'subject' => 'Сообщение с формы обратной связи batareya30.ru', // тема письма
  'host' => 'nmn.su', // SMTP-хост
  'username' => 'noreply-batareya@nmn.su', // // SMTP-пользователь
  'password' => 'Y99vBHGEvyxel8fP', // SMTP-пароль
  'port' => '465' // SMTP-порт
);
define('HAS_SEND_NOTIFICATION', false);
define('BASE_URL', 'http://batareya30.ru/');
define('SUBJECT_FOR_CLIENT', 'Ваше сообщение доставлено');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant