Introduction

AutoMail is a service hosted by Kiy.li. Its primary functionality is handling mails which need to be sent through code. For example, when you create a Kiy.li Short url, a mail is sent to the webmaster.

1.1 AutoMail

AutoMail is a system to send emails through PHP using templates. AutoMail uses the email address automail@kiy.li.

Identification

Section intro goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque finibus condimentum nisl id vulputate. Praesent aliquet varius eros interdum suscipit. Donec eu purus sed nibh convallis bibendum quis vitae turpis. Duis vestibulum diam lorem, vitae dapibus nibh facilisis a. Fusce in malesuada odio.

2.1 Codes

AutoMail Codes are used to indicate which AutoMail format is used, and to give each email sent by AutoMail a unique identifier. These are the AutoMail codes which currently exist:

  • 01 : General/Uncategorized
  • 02 : kiy.li Link creation
  • 03 : test.kiy.li Link creation
  • 2.2 Email IDs

    Every email sent using AutoMail has an Email ID contained at the bottom. The format is:

    KIY-<automail code>-<sub code>

    The <sub code> is an incrementing number between 000001-999999.

    An example AutoMail code would be KIY-01-000007.

    Implementation

    Using AutoMail is extremely simple. There are 2 methods to start using AutoMail in your project. Both are explained below.

    3.1 Code

    You can use AutoMail by pasting its code into your function.

    01 - General/Uncategorized: https://cdn.kiy.li/code/automail/01-latest.php

    02 - kiy.li Link creation: https://cdn.kiy.li/code/automail/02-latest.php

    03 - test.kiy.li Link creation: https://cdn.kiy.li/code/automail/03-latest.php

    3.2 Include

    You can execute AutoMail in a shorter way by grabbing the code from the Kiy.li CDN.

    Put the following code into your function:

    Doesn't exist yet.