Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more
Make SMTP email sending and delivery easy. Configure Gmail, Outlook, Brevo, SendGrid, Mailgun, SendLayer or connect to any SMTP server.
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_actionscheduler_actions | Stores actionscheduler actions data created by this plugin. | Static |
| wp_actionscheduler_logs | A logging table that records activity, events, or audit history. | Static |
| wp_easywpsmtp_debug_events | Stores easywpsmtp debug events data created by this plugin. | Static |
| wp_easywpsmtp_emails_queue | A job queue table for managing background tasks and scheduled operations. | Static |
| wp_easywpsmtp_tasks_meta | Stores additional metadata (key-value pairs) for easywpsmtp tasks records. | Static |