nicodiaz/sendit

Sendit Queue and Send mails asynchronously by a deamon

1.1.2 2013-06-28 20:56 UTC

README

PHP Project to to send mails asynchronously.

  • Supports different types of mails
  • Use a DB driver to enqueue the mails (soon other drivers like text files)
  • Run as a cron job

Releases

0.9

  • Add items to the queue (library)
  • Process queue (library)
  • Shell script to configure a cron job (process-queue.sh)

1.0.0

  • First Stable Version

1.0.1

  • Changes in constructor to receive the configuration params

1.0.2

  • The config is removed from "require_once" section of the library

1.0.3

  • Add the posibility of send mails with params using plainholders in the body of email types

1.0.4

  • The php executable to process the queue now updated to the new constructor

1.0.5

  • The subject is now utf8 decoded

1.1.0

  • The service and daemon files are included

1.1.1

  • The add email method change to enqueueEmail
  • The params db datatype changed to TEXT

1.1.2

  • Set the default charset type to UTF-8