GithubHelp home page GithubHelp logo

eisemail's Introduction

eiseMail

Email send/receive PHP library

Need batch mail sending? Tired of PHP mail() function? Want to save sent mails to "Sent items"? Want to create mail robot? eiseMail is aimed to help with this! Read mail messages and respond from your PHP app!

This library consists of two major classes:

  1. eiseSMTP - the class that sends mail using sockets and supports TLS and other required security features. Developed especially to make batch sending much easier.
  2. eiseIMAP - the class that reads mail with IMAP. It's not just a wrapper to native PHP IMAP, it is aimed to obtain message attachments in simpliest possible way.

Both classes are based on eiseMail_base class that contains some handful utilities.

In case of exception, class methods are throwing eiseMailException object with mail message queue in its actual state so you can trace what messages were sent and what were not.

PHP version required: >5.1

Documentation: https://russysdev.github.io/eiseMail/
Examples: see eiseMail_demo.php

License: GNU Public License http://opensource.org/licenses/gpl-license.php
Uses: : OpenSSL, IMAP
Version: : 1.0
Author: : Ilya Eliseev [email protected], contributors: Dmitry Zakharov, Igor Zhuravlev

eisemail's People

Contributors

easyise avatar sanchespb avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

sanchespb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.