Check & Log
In need of a tool that allows you to easily log and view all emails sent from WordPress? Check & Log might be just the solution for that. This WordPress plugin helps you store sent emails for auditing purposes, as well as debug email related problems in your WordPress site. Works best on eCommerce websites that have been created with WooCommerce or Easy Digital Downloads. Home | Help & Tech Support | Documentation | Premium Features New Features of the plugin Check & Log Email 2.0 Export Logs – It allows to export email logs in multiple file format with date range and status Learn More. More Fields – Such as Cc, Bcc, Host IP, Reply To etc. Log Retention Period – It allows to deletes old emails when a certain amount of logs and time has passed. Print or save as PDF – You can print the email log, or save it as a PDF. Resend email – This feature allow you to modify email and resend email. Forward Email – By using this feature you can automatically forward a copy of all emails sent by WordPress to other email addresses Learn More. Easy migration – It is allow you to import data from various plugins like Email Log, Mail logging – WP Mail Catcher, WP Mail Logging, WP Mail Log and export the data. Email Error Tracking – You can easily see list of errors of emails and view details of error. Setup Wizard – Wizard setup allows you to one time setup of this plugin. Default Format for Message – Its allow you to Default Format for Message on view of content. SMTP – Its allow you to setup your own smtp through Check & Email Log SMTP form. Multisite Configure – Its allow to configure global setting for all your sites. Encoding – Its allow to encode emails and phone in page content. Outlook / MS 360 – Its allow to send email using 360 / outlook configuration Learn More. Gmail SMTP – Its allow to send email gmail configuration Learn More. Email Spam Testing – Its allow to testing of your mail for accurate delivery Learn More. Features of the plugin Check & Log Email Test email sending – if you’re not sure whether WordPress is sending emails, you can use this plugin to find out. The process is very simple: you need to choose an address that will receive a simple test email. You can even override the custom header with your own values, to avoid any other issues. Viewing logged emails – they can be viewed from the admin interface, as they are stored in a separate table. You get the option to filter them based on subject, email, date, etc. Deleting logged emails – you can delete them by going to the admin interface. You can either delete them in bulk or selectively – by date, email, or subject. Ability to change the “mail from” email address, “mail from name” and override default email WordPress addresses. Premium Features of the plugin Check & Log Email Triggered Data – Triggered data helps you in debugging by showing the exact code that is sending that email Learn More Filters wp_mail_catcher_mail_success – is triggered before an email is sent. It has a single argument that is an array containing original mail info. check_email_email_log_before_insert – is triggered before an email data about to save in check & Log Email. It has a two argument. log – It is an array containing argument that will store in database original_mail_info – It is an array containing argument of original mail info. wp_check_email_failed – is triggered when an email is failed. It has a two argument. mail_error_data – It is an array containing argument that has what possible reasons of error. mail_error_message – It is an string containing error message. Action check_email_log_inserted – is triggered after data successfully saved in log. check_email_loaded – is triggered when check & log email successfully loaded. Support We try our best to provide support on WordPress.org forums. However, We have a special community support where you can ask us questions and get help about your Check & Log Email related questions. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked. Bug Reports Bug reports for Check & Log Email are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed. Credits * jsPDF used https://github.com/parallax/jsPDF – License URI: https://github.com/parallax/jsPDF/blob/master/LICENSE * league/oauth2-client used https://github.com/thephpleague/oauth2-client – License URI: https://github.com/thephpleague/oauth2-client/blob/master/LICENSE
Top keywords
- email36×4.66%
- log18×2.33%
- mail14×1.81%
- check13×1.68%
- allow9×1.17%
- emails9×1.17%
- check log8×1.04%
- check log email7×0.91%
- data7×0.91%
- log email7×0.91%
- triggered7×0.91%
- wordpress7×0.91%
Gmail SMTP
Gmail SMTP plugin allows you to authenticate with your Gmail account to send email via Gmail SMTP server. Most shared hosting servers have restrictions when it comes to email. Usually email will get blocked or missing for no reason. Sometimes it will get blocked when your website reaches the daily limit of outgoing email. This plugin can bypass this issue by routing the email through Gmail’s SMTP server. Gmail SMTP Add-ons Reply-To Cc Email Logger Gmail SMTP Benefits Gmail SMTP plugin is not like most SMTP plugins. It uses the OAuth 2.0 protocol to authorize access to the Gmail API – which means a more secure login system and users won’t have to enter any username or password. Gmail SMTP plugin uses PHPMailer – a very popular library used for sending email through PHP’s mail function. This libary is also used in the core WordPress to send email. Gmail SMTP plugin utilizes “wp_mail” (A function used by WordPress to send email) instead of completely overriding it. This way you still get all the benefits of the default mail function. You no longer need to enable Allow less secure apps on your gmail account to fix SMTP connection issue. This issue became prominent from December 2014, when Google started imposing XOAUTH2 authentication (based on OAuth2) to access their apps. This issue still affects almost all the SMTP plugins because they authenticate via username and password. How OAuth 2.0 Authorization Works You register an application in the Google Developers Console. The application is launched and it requests that you give it access to data in your Google account. If you consent, the application receives credentials to access the Gmail API. Gmail SMTP Features Configure your website to send email using Gmail SMTP server Authenticate using OAuth 2.0 protocol Authenticate with encryption when sending an email (TLS/SSL) Gmail SMTP Basic Setup Create a new project in Google Developers Console. Enable Gmail API in it. Create credentials (OAuth client ID) to access this API. Configure the consent screen for the web application. Enter a Product Name and a Privacy policy URL. Once the consent screen is configured, create a web application. Go to the plugin settings (Settings->Gmail SMTP). Set the Authorized Redirect URL of the application as the one shown in the settings. Finish creating the web app. Copy the newly created Client ID and Client secret and paste into the settings area. Enter your OAuth Email, From Email and From name. Select an encryption. Enter a port number. Save the settings. Now you can authorize your application to access the Gmail API by clicking on the Grant Permission button. Once the application has been authorized Gmail SMTP plugin will be able to take control of all outgoing email. Gmail SMTP Settings Authorized Redirect URI: Authorized redirect URL for your website. You need to copy this URL into your web application. Client ID: The client ID of your web application. Client secret: The client secret of your web application. OAuth Email Address: The email address that you will use for SMTP authentication. This should be the same email used in the Google Developers Console. From Email Address: The email address which will be used as the From Address when sending an email. From Name: The name which will be used as the From Name when sending an email. Type of Encryption: The encryption which will be used when sending an email (TLS/SSL. TLS is recommended). SMTP Port: The port which will be used when sending an email. If you choose TLS it should be set to 587. For SSL use port 465 instead. Disable SSL Certificate Verification: As of PHP 5.6 a warning/error will be displayed if the SSL certificate on the server is not properly configured. You can check this option to disable that default behaviour. Gmail SMTP Test Email Once you have configured the settings you can send a test email to check the functionality of the plugin. To: Email address of the recipient. Subject: Subject of the email. Message: Email body. For detailed setup instructions please visit the Gmail SMTP plugin page.