Libraries tagged by Email Service Provider

riddlestone/brokkr-mail

0 Favers
121 Downloads

A Laminas module to provide service-manager built and configured mail transports

Go to Download


jliglesias/laravel-azure-mailer

0 Favers
116 Downloads

Provides Microsoft Azure ACS integration for laravel. Azure Communication Services allows you to easily add real-time multimedia voice, video, and telephony-over-IP communications features to your applications. The Communication Services Email client libraries also allow you to add chat and EMAIL functionality to your communications solutions.

Go to Download


netglue/zf2-mandrill-module

0 Favers
76 Downloads

ZF2 Module that provides helpful services for sending template based mail via the Mandrill REST API

Go to Download


rkingbishnoi/brevo-laravel-sdk

1 Favers
7 Downloads

A Laravel package that provides an easy-to-use interface for interacting with Brevo's email, SMS, and marketing automation services, enabling seamless API integration for messaging and campaign management.

Go to Download


ustmaestro/yii2-sparkpost

0 Favers
40 Downloads

A library provides Yii2 integration with SparkPost mail service

Go to Download


connectionsbv/yii2-smtp2go

1 Favers
107 Downloads

A library provides Yii2 integration with SMTP2GO mail service

Go to Download


softbread/yii2-sendcloud

1 Favers
30 Downloads

Provides Yii2 component for SendCloud email service

Go to Download


mecha-cms/x.gravatar

0 Favers
7 Downloads

An avatar service provided by Gravatar to display a profile photo by email address.

Go to Download


interserver/mailbaby-client-php

1 Favers
206 Downloads

**Send emails fast and with confidence through our easy to use [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API interface.** # Overview This is the API interface to the [Mail Baby](https://mail.baby/) Mail services provided by [InterServer](https://www.interserver.net). To use this service you must have an account with us at [my.interserver.net](https://my.interserver.net). # Mail Orders Every sending account in MailBaby is backed by a **Mail Order** — a provisioned sending credential with a numeric `id` and a corresponding SMTP username (`mb`). Most calls accept an optional `id` parameter; when omitted the API automatically selects the first active order on your account. Use `GET /mail` to list all orders, and `GET /mail/{id}` to inspect a single order including its current SMTP password. # Sending Email Three sending methods are available depending on your use-case: | Endpoint | Best for | |----------|----------| | `POST /mail/send` | Simple single-recipient messages | | `POST /mail/advsend` | Multiple recipients, CC/BCC, attachments, named contacts | | `POST /mail/rawsend` | Pre-built RFC 822 messages (e.g. DKIM-signed payloads) | After a successful send each endpoint returns a `GenericResponse` whose `text` field contains the **transaction ID** assigned by the relay. This ID can later be matched against entries in `GET /mail/log` via the `mailid` query parameter. # Filtering & Logs `GET /mail/log` provides paginated access to every message accepted by the relay for your account. Combine any of the query parameters to narrow results — e.g. `from`, `to`, `subject`, `messageId`, `origin`, `mx`, `startDate`/`endDate`, and `delivered`. # Blocking Two independent mechanisms exist for suppressing unwanted email: - **Block lists** (`GET /mail/blocks`, `POST /mail/blocks/delete`) — addresses flagged by the system spam filters (LOCAL_BL_RCPT / MBTRAP rules in rspamd, and suspicious subjects). - **Deny rules** (`GET /mail/rules`, `POST /mail/rules`, `DELETE /mail/rules/{ruleId}`) — custom rules you configure to reject specific senders, domains, destination addresses, or subject-line prefixes before a message is even attempted. # Authentication In order to use most of the API calls you must pass credentials from the [my.interserver.net](https://my.interserver.net/) site. We support several different authentication methods but the preferred method is to use the **API Key** which you can get from the [Account Security](https://my.interserver.net/account_security) page. Pass your key in the `X-API-KEY` HTTP request header for every protected call.

Go to Download


dawehner/php-bluehornet

0 Favers
215 Downloads

Provides an easy to use wrapper for the bluehornet email service

Go to Download


manageitwa/laravel-mailtrap-driver

0 Favers
6 Downloads

Provides email support for the Mailtrap.io Email Sending Service through API

Go to Download


byjg/mailwrapper

5 Favers
52281 Downloads

A lightweight wrapper for sending email. The interface is totally decoupled from the sender, providing a single interface for sending mail regardless of the underlying mail service.

Go to Download


viviniko/mail

0 Favers
115 Downloads

VIVINIKO Mail Service Provider

Go to Download


brokertech/mail-service-provider

0 Favers
0 Downloads

Allows the use of Postmark, as well other 3rd-party mail service providers, with standardised Laravel >= 4.2 Mail send and queue methods, as found natively throughout Laravel.

Go to Download


miraframework/mail

0 Favers
17 Downloads

A Service Provider to add Mail support to Mira Framework

Go to Download


<< Previous Next >>