Search results for php mail
evo-mark/mailchimp-marketing-php8
5382 Downloads
PHP 8 compatible fork of the official PHP client for Mailchimp Marketing
webeith/php-imap
57654 Downloads
PHP class to access mailbox by POP3/IMAP/NNTP using IMAP extension
kibao/mailcatcher
87869 Downloads
MailCatcher library for PHP
popphp/pop-mail
17493 Downloads
Pop Mail Component for Pop PHP Framework
toxicity/mandrill-api-php
28647 Downloads
An updated fork (psr-0 to psr-4) from the original library "Mandrill/Mandrill" (https://bitbucket.org/mailchimp/mandrill-api-php)
pryzmatpl/codeception-smtp-mail
5182 Downloads
Test emails in your Codeception acceptance tests - V8 Codecept 5
ikkez/f3-mailer
7808 Downloads
SMTP plugin wrapper for PHP Fat-Free Framework
hypervel/mail
2864 Downloads
The mail package for Hypervel.
freshmail/php-api-client
30021 Downloads
FreshMail API PHP Client
ahmedsamy/codeception-smtp-mail
170373 Downloads
Test emails in your Codeception acceptance tests
crazy-max/cws-mail-bounce-handler
14693 Downloads
PHP class to help webmasters handle bounce-back, feedback loop and ARF mails in standard DSN (Delivery Status Notification, RFC-1894).
seeuletter/seeuletter-php
60941 Downloads
Seeuletter.com API PHP wrapper.
php-extended/php-email-address-interface
193114 Downloads
A library to represent email addresses and mailboxes
passbase/passbase-php
31605 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
mailmotor/mailmotor-bundle
192558 Downloads
This Symfony bundle loads in MailMotor as a service. So you can subscribe/unsubscribe members to any mailinglist managing API. F.e.: MailChimp, CampaignMonitor, ...