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 NameDescriptionMethod
wp_actionscheduler_actionsStores actionscheduler actions data created by this plugin.Static
wp_actionscheduler_logsA logging table that records activity, events, or audit history.Static
wp_easywpsmtp_debug_eventsStores easywpsmtp debug events data created by this plugin.Static
wp_easywpsmtp_emails_queueA job queue table for managing background tasks and scheduled operations.Static
wp_easywpsmtp_tasks_metaStores additional metadata (key-value pairs) for easywpsmtp tasks records.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_comments
Direct access
wp_options
Option key:aioseo_activation_redirectOption key:easy_wp_smtpOption key:easy_wp_smtp_activatedOption key:easy_wp_smtp_activated_timeOption key:easy_wp_smtp_activation_prevent_redirectOption key:easy_wp_smtp_connectOption key:easy_wp_smtp_connect_tokenOption key:easy_wp_smtp_initial_versionOption key:easy_wp_smtp_mail_keyOption key:easy_wp_smtp_summary_report_email_last_sent_weekOption key:easy_wp_smtp_test_emailOption key:easy_wp_smtp_versionOption key:mailerOption key:smtp_test_mailOption key:swpsmtp_enc_keyOption key:swpsmtp_optionsOption key:swpsmtp_pass_encryptedOption key:wpforms_activation_redirect
wp_postmeta
Post meta
wp_usermeta
User meta