mouf/utils.mailer.mail-interface dependents (4) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mouf/utils.log.mail-logger

    This package contains a logger that sends a mail when a log message is received.

  • PHP

    mouf/utils.mailer.db-mail-service

    This package contains a mailer that does not send any mail! Instead, it stores the mail to be sent in a database 'mails' table. The DB mailer can later forward the mail to a real mailer that will indeed send the mail.

  • PHP

    mouf/utils.mailer.smtp-mail-service

    This package contains a mailer that uses a SMTP server to send mail. The package is a wrapper around the Zend_Mail class of the Zend framework.

  • PHP

    mouf/utils.mailer.swift-mail-service

    This package contains a mailer for the Mouf framework that uses a SMTP server to send mail. The package is a wrapper around the Swift_Mailer class of Swift.