Перейти к содержанию
View in the app

A better way to browse. Learn more.

Новая Simpla

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Рекомендуемые сообщения

Опубликовано

Переписана функция отправки шаблонов писем, подключен для отправки писем PHPMailer.

Исправлены мелкие ошибки.

Для обновления отправки шаблонов используйте новый файл api/Notify.php

Добавьте: includes/PHPMailer

Для отправки письма используйте форму:

       
        $email = new stdClass;
 
        $email->to_mail = // кому письмо email
        $email->to_name = // имя кому письмо
        $email->from_mail = // от кого письмо email
        $email->from_name = //имя от кого письмо
        $email->title = //Заголовок письма
        $email->body = // тело письма
       
        $this->notify->email($email); // Вызов функции
       

 

new_simpla-php-8.1.8-3.zip

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

Аккаунт

Навигация

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.