PHPackages                             drips/mail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. drips/mail

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

drips/mail
==========

PHP-Mailsystem basierend auf PhpMailer

v1.0.0(9y ago)020MITPHPPHP &gt;=5.4

Since Jul 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Prowect/Mail)[ Packagist](https://packagist.org/packages/drips/mail)[ RSS](/packages/drips-mail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Mail
====

[](#mail)

[![Build Status](https://camo.githubusercontent.com/3d7669e74189bbd828a23b5930ff0c2483f484d78cfbc0dd4e421a979b0d2a90/68747470733a2f2f7472617669732d63692e6f72672f50726f776563742f4d61696c2e737667)](https://travis-ci.org/Prowect/Mail)[![Code Climate](https://camo.githubusercontent.com/07f86f04eaf08791439f739c2736e0814884c3378f65db0f9ea8ec75b8f7db93/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f50726f776563742f4d61696c2f6261646765732f6770612e737667)](https://codeclimate.com/github/Prowect/Mail)[![Test Coverage](https://camo.githubusercontent.com/7047e17c9794deb4010d74495a25e6b5dd5019860e16cc75391fb66c39f86fbb/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f50726f776563742f4d61696c2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/Prowect/Mail/coverage)[![Latest Release](https://camo.githubusercontent.com/2a8c068905de20d101eafbc9c7093c84ae1d8408a0c483996a915932bbe14655/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64726970732f4d61696c2e737667)](https://packagist.org/packages/drips/mail)

Beschreibung
------------

[](#beschreibung)

Mailer basierend auf [PHPMailer](https://github.com/PHPMailer/PHPMailer).

Konfiguration
-------------

[](#konfiguration)

- `mail_smtp` - legt fest ob ein SMTP Server verwendet werden soll (true/false)
- `mail_smtp_host` - SMTP Host angeben
- `mail_smtp_auth`- legt fest ob Authentifizierung erforderlich ist (true/false)
- `mail_smtp_username` - Benutzername
- `mail_smtp_password` - Passwort
- `mail_smtp_secure`- Verschlüsselung
- `mail_smtp_port` - Port
- `mail_from_email` - (optional) Emailadresse von der die Emails standardmäßig abgesendet werden sollen
- `mail_from_name` - (optional) Absendername, der angezeigt wird
- `mail_cc` - (optional) Kopie der Email an mehrere Empfänger
- `mail_bcc` - (optional) Blindkopie der Email

Beispiel
--------

[](#beispiel)

```
