This powerful email marketing plugin allows scheduling of automated autoresponder messages and newsletters, and managing a mailing list. Use it for all kind of drip marketing campaigns, email based courses, product or service updates, and many more.
Features
Unlimited number of subscribers
Unlimited number of newsletters
Unlimited number of auto-responder / drip marketing email messages
Import and exports members from / to CSV file
Send messages X days after user registration
Send messages on fixed dates
Send newsletters / news flashes
Add attachments
Double opt-in
Google reCaptcha against spam
Question based captcha
Selected user role can manage the auto-responder
Sends hooks for integration with other plugins
Redirecting after registration
Optional admin notifications on subscribe / unsubscribe
Automatically subscribe users who register on your site / blog (optional)
Automatically create WP user accounts for mailing list subscribers (optional)
Optional public newsletters archive
Detailed email log
Compatible with all SMTP plugins: will send emails through them
GDPR compliance features
Webhooks for integration to CRM and any other systemsthrough Zapier and similar services
do_action(‘arigato_subscribed’, $status, $user_id) – when an user subscribes. The variable $status is true when the subscription is immediately activated and false if email confirmation is required,
do_action(‘arigato_confirmed’, $member->id) – when a subscriber confirms their email address.
do_action(‘arigato_unsubscribed’, $user) – when a subscriber unsubscribes. Sends the user object and not the ID so you don’t need to run a select query with this action.
do_action(‘arigato_welcome_email’, $user_id, $mail, $user) – when the user receives a welcome (first “0 days” email).
do_action(‘arigato_subscribed’, $status, $user_id) – called when the new user subscribes. The argument $status is true when the subscriber is already activated and false when double optin confirmation is expected.
do_action(“arigato_cron_job_ran”) – called when the plugin completes the cron job (once on each run). No arguments passed.
do_action(“arigato_sent_newsletter”, $newsletter_id, $num_mails_sent) – called after sending newsletter. Passes the newsletter ID and the number of emails sent.
Community Translations
Swedish translation available thanks to Patrik: .po / .mo German translation available thanks to @mpek: .po / .mo Japanese translation is included thanks to Takeshi Abe
Installation
Unzip the contents and upload the entire bft-autoresponder directory to the /wp-content/plugins/ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Configure the sender address and other options from the main page accessible from the newly appeared “Arigato Light” menu.
Manage your email messages and mailing list.
In order to send automated sequential emails every day your blog should be visited at least once daily. If this is not happening, please set up a cron job to visit it using the command shown in your Arigato Light Settings page.
Screenshots
Main settings page. Get the signup form code, configure double opt-in, and more.
Manage your mailing list, add/edit/delete subscribers
Import and export contacts to/from CSV file
Create a new autoresponder message
Send instant newsletter to all active subscribers
FAQ
Can I send unlimited messages?
Yes, there is no limitation. However you’d better not set more than one email to be sent at the same number of days after user registration.
Can I send emails through SMTP?
Yes. Just install any of the available free SMTP plugins for WordPress. We recommend WP Mail SMTP, Postman SMTP or Easy WP SMTP. Arigato will automatically send all its emails through it.
No settings are required in Arigato for this. When your WordPress emails are sent through an SMTP plugin, Arigato emails will be sent through it as well. This is because Arigato routes its emails through the default WordPress mail() funciton. If you already use an SMTP plugin on your site, Arigato will use it automatically.
Is there an unsubscribe link?
Yes, an unsubscribe link is automatically added to every outgoing message.
What to do if it doesn’t send emails?
Please install a plugin like WP Mail SMTP or Easy WP SMTP and try to send a test email. If the test email isn’t received, it means the problem is not in the autoresponder and you should talk to your hosting support.
Are there any limits to how many emails can be sent?
The autoresponder itself does not impose any limits, but your hosting company probably does. If you plan to have large mailing list, you will need the pro version because it lets you fine-tune the number of emails sent to comply with your hosting company limitations.
Is this plugin GDPR compliant?
Arigato is just a tool and has a lot less to do with GDPR compliance than the way you use it. The plugin has always provided the necessary functions: there is unsubscribe link attached to every message so the users can delete their data. There is double opt-in feature which you can (and should) use. We have hooked a personal data eraser to the WordPress personal data eraser tool.
From then on, compliance depends on how you use the plugin:
Be clear what the users are subscribing to and don’t send them anything else.
Use the double opt-in feature.
Never remove the unsubscribe link.
Never provide your mailing list to someone else.
The above information is not a legal advice and is not meant to be a complete GDPR guide. You should do your own research and decide what you can and can not use.
How to change the text of the subscribe button or any other text generated by the plugin
You can change the form design using CSS. If you want to do more changes, reorder the fields, etc, you can use the HTML form code and change it directly.
Changelog
Changes in 2.7.2
Added database indexes for better performance.
Added WPForms integration
Changes in 2.7
Added admin.css and improved the design of the administration pages.
Added mime type validation for the import file with subscribers.
Added a personal data eraser for GDPR compliance.
Added configurable attribute “button_text” to the signup shortcode to allow using custom button text.
PHP 8 compatibility.
“Skip title row” when importing CSV.
Added option to automatically create a WP user account when someone subscribes to your mailing list. The user may also be automatically logged in.
Added a shortcode to publish the newsletters archive on the front-end.
Added a Formidable Forms integration.
Added Webhooks / Zapier support
Added modern HTML 5 validations to the signup form.
Changes in 2.6
Removed the old method of calling cron jobs. If you were using it, you have to switch to the new command shown in the Arigato Settings page
The plugin will now use wp_cron as a default method instead of the previous custom solution.
Fixed problems with quotes in email subjects of newsletters, email messages and double opt-in emails.
Added proper button classes.
Added option to BCC all outgoing emails to a selected email address.
You can now specify receiver(s) of the subscribe / unsubscribe notification messages.
Added stats for number of unsubscribed users (it starts counting from now on)
Added Google reCaptcha v2 and v3 support. You can enable it from Arigato Settings page.
Added option to allow passing arguments by GET to the signup form. Useful to prepopulate values from other marketing campaigns.
Improved emoji support in messages and newsletters.
Raw email log now has from-to date selector.
Changes in 2.5
Made some security fixes and code improvements
Improved protection against duplicates (with lock file)
Added options for non-admin user roles to manage the plugin
Added optional artifical delay between emails. This will be useful if you get emails flagged as spam for sending too fast.
Improvements to the newsletters: they will now be sent by the cron job accordingly to your sending limits.
Reworked the signup form and added new responsive CSS to it
Made the admin tables responsive to allow managing the autoresponder in small screen mobile devices
The new shortcode [bft-unsubscribe] lets you create a static unsubscribe confirmation page.
Will no longer store or show IP addresses to comply with GDPR and other data protection laws.
“Name” can now be set as a required field in the signup form (valid email is always required)
Changes in 2.4
Fixed the missing link to Ninja Forms integration
Added wp_nonce fields to all forms for improved security
Started and documented the basic developer’s API
Added option to use simple question based captcha. Note that this will work only with the shortcode and not the raw HTML code. Once you enable the captcha, forms using the HTML code will no longer work until you switch it off!
You can now use the variables {{{unsubsribe-link}}} or {{{unsubscribe-url}}} to create custom “click here to unsubscribe” text
Added variables {{email}} and {{ip}} in the double opt-in message
In the Settings page you can now disable the default alerts that are shown when user subscribes and unsubscribes
Added filters / search form on the Subscribers page
Added pseudo lock tables to prevent sending duplicate emails
Reworked the Ninja Forms integration to work with their latest version
Added shortcode [bft-num-subs] to show the total number of active subscribers
Changes in 2.3
Now keeps track of all the previous newsletters and lets you edit and re-send them
Added configurable field names for the Contact Form 7 Integration
Added option to use real cron job. This will help you to define what time of the day to send your emails by scheduling the cron job for that time.
Changed plugin name to Arigato
One more attempt to avoid the odd duplicate emails problem that some users experience
Added optional redirect URL after email confirmation
You can now limit the number of emails sent at once. Note: if you use cron job it’s no longer required to run it only once per day. In fact it’s recommended to run it more often, for example once per hour.
Reworked the UI on the Mailing list page, added number of emails sent, added field to edit the subscriber’s date
Added integration with Ninja forms
Made the ‘Your email address has been confirmed!’ alert box optional on double opt-in emails
Changes in 2.2
Added “Mass delete” option in the mailing list
The “{{name}}” mask can now be used also in the double optin email
Option to automatically subscribe users who register to the blog. Note that this happens when they first login to avoid bot subscriptions.
Built-in integration with Contact Form 7 lets you signup users when they fill your contact form
Added raw email log of all emails sent. This will help you know what emails have been sent on each day
Added option to automatically cleanup the raw email log after given number of days
Added built-in integration with Jetpack contact form
Improved the export format and made it download a file
Now you can select if you want to send HTML or text/plain emails
We have added attachments for your autoresponder emails
Changes in 2.1
Added user’s name and registration date in unsubscribe notification emails
Removed several deprecated usages of wpdb::escape()
Added basic validation for empty email on subscribe
Double opt-in message is now configurable
Created a help page (moved the manual out of the options page)
Added alerts when user unsubscribes or confirms their email address
Fixed for compatibility with WordPress 3.8
Added pagination on the mailing list page
You can now configure subscribe and unsubscribe notification messages
Fixed missing “unsubscribe” link in instant newsletters
Changes in 2.0
Changed the cron job logic in attempt to avoid a multiple emails issue that some people complain about
Improved the cron job logic further to avoid simultaneous runnings of the same
When the sender’s detail are left empty will use the default sender from your WordPress Settings page
Many strings were missing in the .pot file, fixed this.
From version 2.0 you can send immediate newsletters. Do it with caution.
Other code fixes and code improvements
Changes in 1.9:
Shortcodes get executed in messages. Be careful with this though as CSS and Javascript effects will not always work.
Optional notification when new user registers (and confirms their email, if double opt-in is selected)
Optional notification when user unsubscribes
Changes in version 1.8:
Sortable mailing list + visual improvements
Localization-friendly (pot file inside)
Of course various bug fixes as always
Changes in version 1.7:
Using wp_mail so now you can use any of the existing SMTP plugins