Libraries tagged by send email php
sarbacane-sdk/php
423 Downloads
Sarbacane SDK to send e-mail and text messages (sms).
pushkar/easy-mail
77 Downloads
A wrapper for php's mail function that allows you to easily construct and send mails.
kruegge82/billbee-php-sdk-api
25 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
bradtreloar/html_php_mail
214 Downloads
Sends HTML using PHP
ashleydw/mail
297 Downloads
Laravel 4 MailServiceProvider that returns the result of send()
codezero/mailer
971 Downloads
Send mail in PHP with Laravel 5.
codemommy/mailphp
458 Downloads
Send Mail
wasabi/wasabimail
204 Downloads
Zend Framework 2 Email Module Service. This Email module enhances ZF2 email functionality for a convenient usage. It supports file attachments and template email composition. It is bundled with a responsive email template that can be customized.
wambacom/smtpd
1821 Downloads
Fork thefox/smtpd. SMTP server (library) written in PHP. In this fork we use eXorus/php-mime-mail-parser as mail parser instead of zend::message
mambaru/smtpd
692 Downloads
Fork thefox/smtpd. SMTP server (library) written in PHP. In this fork we use eXorus/php-mime-mail-parser as mail parser instead of zend::message
desfpc/pechkin
48 Downloads
Lite php SMTP mail send class
parasharrajat/contact-us
7 Downloads
Simple Php script to send Mail to user for contact us form
m4s3s7/maillibrary
4 Downloads
Php send and get mail library
murganikolay/debug-errorhook
270 Downloads
Intercept PHP errors (including fatals) and process them (e.g. send to E-mail). Based on http://en.dklab.ru/lib/Debug_ErrorHook/ by Dmitry Koterov
dmelo/pchart
15056 Downloads
pChart is a PHP library that will help you to create anti-aliased charts or pictures directly from your web server. You can then display the result in the client browser, sent it by mail or insert it into PDFs. pChart provide object oriented coding syntax and is fully in line with the new web standards allowing you to enhance your web2.0 applications.