elasticemail/elasticemail-php
PHP client for Elastic Email’s REST API. Authenticate with your API key and manage campaigns and other resources via GET/POST/PUT/DELETE. Supports PHP 7.4+ (incl. 8.0) and uses Guzzle with configurable timeouts and connection limits.
| Name | Type | Description | Notes |
|---|---|---|---|
| from | string | Email address this email was sent from. | [optional] |
| to | string | Email address this email was sent to. | [optional] |
| date | \DateTime | Date the email was submitted. | [optional] |
| status | \ElasticEmail\Model\LogJobStatus | [optional] | |
| status_name | string | Name of email's status | [optional] |
| status_change_date | \DateTime | Date of last status change. | [optional] |
| date_sent | \DateTime | Date when the email was sent | [optional] |
| date_opened | \DateTime | Date when the email changed the status to 'opened' | [optional] |
| date_clicked | \DateTime | Date when the email changed the status to 'clicked' | [optional] |
| error_message | string | Detailed error or bounced message. | [optional] |
| transaction_id | string | ID number of transaction | [optional] |
| envelope_from | string | Envelope from address | [optional] |
| error_category | \ElasticEmail\Model\MessageCategoryEnum | [optional] |
How can I help you explore Laravel packages today?