Libraries tagged by mail api
hellodialog/apiwrapper
21 Downloads
HelloDialog e-mail marketing API handler
happeak/pechkin-api
677 Downloads
Pechkin Mail Service Api for PHP
cube43/mail-eva
0 Downloads
mail eva API
conkal/laravel-api-mailer
7 Downloads
A generic api mail driver for Laravel 5.1+
php-extended/php-tempmail-org-api
1687 Downloads
A php API wrapper to connect to temp-mail.org API
zimbra-api/mail
1785 Downloads
Mail libraries used by Zimbra Api
xi0s/royal-mail-shipping-rest-api-client
8 Downloads
Royal Mail Shipping REST API Client
apinyansky/mail_validator
6 Downloads
This package is intended for validation email addresses and MX records for specified domain
pckg/mail
4256 Downloads
Sending mail via local mail server, smtp or api; global implementation of recipients and senders; subscriptions for mailchimp; made simple :)
mailinabox/mailinabox-api
5 Downloads
PHP client SDK for the Mail-in-a-Box API.
centralapps/mail-core
2889 Downloads
Abstract mail component for external APIs and Services, including PostmarkApp and Mail Gun
ahmedghanem00/tempmail-api-client
1 Downloads
An API client for Temp-Mail service ( https://rapidapi.com/Privatix/api/temp-mail )
zvps/royal-mail-click-and-drop-rest-api-client
256 Downloads
m49n/royal-mail-click-and-drop-rest-api-client
3 Downloads
kruegge82/billbee-php-sdk-api
14 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.