Download the PHP package effectra/mail without Composer
On this page you can find all versions of the php package effectra/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download effectra/mail
More information about effectra/mail
Files in effectra/mail
Informations about the package mail
Effectra\Mail
Effectra\Mail is a package that provides a flexible and easy-to-use email sending functionality for your applications. It supports multiple mail drivers and allows you to configure various email settings such as the mail server host, port, authentication, and more.
Features
- Support for multiple mail drivers (SMTP, sendmail, etc.)
- Configuration options for mail server settings
- Easy setup and usage
- Exception handling for mail sending errors
Installation
You can install the Effectra\Mail package via Composer. Run the following command in your terminal:
Usage
Creating a Mailer Instance
To send emails using the Effectra\Mail package, you need to create a mailer instance. The MailerFactory
class provides a convenient way to create the mailer instance:
Sending an Email
Once you have a mailer instance, you can use it to send emails. The Mailer
class provides methods for setting the email recipients, subject, content, and more. Here's an example of sending an email:
Feel free to explore the Mailer
class and its methods to customize the email sending process according to your needs.
License
This package is open-source software licensed under the MIT license.
Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create an issue or submit a pull request on the GitHub repository.
Credits
Effectra\Mail is developed and maintained by Mohammed Taha.
Support
For any questions or support regarding the Effectra\Mail package, please contact [email protected].
All versions of mail with dependencies
phpmailer/phpmailer Version ^6.8
effectra/data-optimizer Version ^1.1
psr/log Version ^3.0