Libraries tagged by email settings
mkulas/mail-smtp
44 Downloads
Mail smtp setting and select config db for user or company .
samius/strings
131 Downloads
Strings, Math, Bitmaps, Email, Url simple tools
maileryio/mailery-setting
45 Downloads
System setting module for Mailery Platform
toddy/allinkl_copy
1 Downloads
Enable users to change their e-mail copy receivers on allinkl-servers.
cocytus/identity_smtp
10 Downloads
Individual SMTP settings for every identity
haiek/craft-text-encoder
20 Downloads
Encode strings, email addresses or whatever you want...
noizu-labs/core
9327 Downloads
Some base libraries for working with doctrine. Templated Email Queues, Moderated Strings, etc.
samius/tools
381 Downloads
Strings, Math, Bitmaps, Email, Url simple tools
neoseeker/url-campaignify
35 Downloads
A PHP class to help add Google Analytics campaigns to standalone URLs and URLs inside strings (such as emails)
aron-marriott-smith/drafty-in-here
20 Downloads
Get email notifications of draft post sitting in your WordPress Blog waiting to be published.
codeit-ninja/wordpress-smtp
112 Downloads
Use PHPMailer with SMTP instead of WordPress defaults wp_mail. You can setup your own SMTP settings on the wp-admin dashboard
kruegge82/billbee-php-sdk-api
22 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.
antaresproject/component-brands
617 Downloads
Gives a possibility of dividing the application into brands. By default, one main brand which is simultaneously the default brand is set during the system installation. Brands' functionalities provides the possibility of defining own color settings for the whole application, default composition of e-mail templates (header, style, footer), url, date and language settings. Dividing the application into areas is a superior function in relation to brands.
modernmcguire/mailspy
3711 Downloads
MailSpy is a Laravel package that allows you to capture and inspect emails sent by your application. It was created to help with testing and debugging email sending in Laravel applications in addition to getting around low retention log limits in services like MailGun and MailerSend.
jmf/predefined-strings
95 Downloads
Wraps and validates preset strings such as e-mail address, IP v4, date, time, MD5 hash, etc.