PHP Classes

File: docs/configuration/transport/email.md

Recommend this page to a friend!
  Classes of Chouchen   Shikiryu PHP Backup Tool   docs/configuration/transport/email.md   Download  
File: docs/configuration/transport/email.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Shikiryu PHP Backup Tool
Backup files and databases to different storage
Author: By
Last change:
Date: 5 years ago
Size: 773 bytes
 

 

Contents

Class file image Download

Email transport configuration

## JSON

"Email": {
  "to"        : "[email protected];[email protected]",
  "from"      : "<name>[email protected]",
  "encoding"  : "UTF-8",
  "subject"   : "[Example.net] backup of the day",
  "message"   : "Hi,\n\nYou can find your backup in this mail.\n\nRegards,\nMyself."
}

## General Emails are formated like this "[email protected]" or like this "<name>[email protected]"

## Options to (mandatory) = email addresses you want to send the backup to. Separated by semi-colon if more than one from (mandatory) = person who send the backup by email. encoding = email text encoding. Should stay with "UTF-8" or removed. subject (mandatory)= email subject message (mandatory)= email content sent as txt