Title: Arigato Autoresponder and Newsletter
Author: Bob
Published: <strong>16 januarja, 2010</strong>
Last modified: 14 avgusta, 2025

---

Search plugins

![](https://ps.w.org/bft-autoresponder/assets/banner-772x250.png?rev=2516429)

![](https://ps.w.org/bft-autoresponder/assets/icon-128x128.png?rev=2369661)

# Arigato Autoresponder and Newsletter

 By [Bob](https://profiles.wordpress.org/prasunsen/)

[Download](https://downloads.wordpress.org/plugin/bft-autoresponder.2.7.2.7.zip)

 * [Details](https://sl.wordpress.org/plugins/bft-autoresponder/#description)
 * [Reviews](https://sl.wordpress.org/plugins/bft-autoresponder/#reviews)
 *  [Installation](https://sl.wordpress.org/plugins/bft-autoresponder/#installation)
 * [Development](https://sl.wordpress.org/plugins/bft-autoresponder/#developers)

 [Support](https://wordpress.org/support/plugin/bft-autoresponder/)

## Description

[Arigato PRO](http://calendarscripts.info/bft-pro/) | [FAQ](https://wordpress.org/plugins/bft-autoresponder/#faq)

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
 * PHP 6, PHP 7, PHP 8 compatible
 * Always updated and supported

### Integrations

**Built-in integration with [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)**
**
Built-in integration with [Jetpack Contact Form](https://wordpress.org/plugins/jetpack/)****
Built-in integration with [Ninja Forms](https://wordpress.org/plugins/ninja-forms/)****
Built-in integration with [Formidable Forms](https://wordpress.org/plugins/formidable/)****
Built-in integration with [WPForms](https://wordpress.org/plugins/wpforms-lite/)**

### Hooks

The plugin will send the following hooks:

 * 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](http://calendarscripts.info/free/wordpress/broadfast-sv_SE.po)/
[.mo](http://calendarscripts.info/free/wordpress/broadfast-sv_SE.mo)
 German translation
available thanks to @mpek: [.po](http://calendarscripts.info/free/wordpress/broadfast-de_DE.po)/
[.mo](http://calendarscripts.info/free/wordpress/broadfast-de_DE.mo) Japanese translation
is included thanks to [Takeshi Abe](https://www.eigochat.jp/)

## 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

## Installation

 1. Unzip the contents and upload the entire `bft-autoresponder` directory to the `/
    wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Configure the sender address and other options from the main page accessible from
    the newly appeared “Arigato Light” menu.
 4. Manage your email messages and mailing list.
 5. 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.

## 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 any texts using [Loco Translate](https://wordpress.org/plugins/loco-translate/)

### How to change the design of the signup form?

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.

## Reviews

![](https://secure.gravatar.com/avatar/5a75f1014cc8b67e2459a717f7636233b67b9cfc3cf4dd6c1817ca2aa5fda53d?
s=60&d=retro&r=g)

### 󠀁[Fantastic autoresponder!](https://wordpress.org/support/topic/fantastic-autoresponder/)󠁿

 [Kanonymous](https://profiles.wordpress.org/simanonok/) 30 avgusta, 2019 1 reply

Forget the expensive pay-every-month autoresponders like Mailchimp, Aweber, and 
GetResponse! What you want to do is try out the Free version of Arigato to test 
it out and then buy Arigato Pro so you pay one time for full features and you’re
done. It’s a robust program free of bugs and will do everything you need it to. 
I recommend you pair it with an email provider like Google’s G Suite (just $6/mo)
that will allow you to send 10,000 emails daily so you can grow to that level painlessly,
otherwise you will likely run afoul of your website’s hosting provider who’ll usually
want you to throttle way back on the number of emails you can send. Arigato works
well with the free membership site plugin Konnichiwa!, also by Kiboko Labs. Both
together also work well with the free User Registration plugin which replaces WordPress’
klunky native registration process to allow your users to choose their own passwords
and keeps them out of your Admin area. With Arigato Pro you get great tech support
by Bob, who you’ll notice all the other reviewers just love, and for good reason.
He helped me several times and was most helpful. Thanks Bob!

![](https://secure.gravatar.com/avatar/3bb43e0fbe7b41577abf90f4503f0f918608270c9df18d8d3793cc5ddb636fec?
s=60&d=retro&r=g)

### 󠀁[Excellent service!](https://wordpress.org/support/topic/excellent-service-98/)󠁿

 [atlased1](https://profiles.wordpress.org/atlased1/) 4 junija, 2018 1 reply

Downloaded this plugin for a client. Functionality was good, exactly what we were
looking for. Everything worked, and using it was easy. Then came an update, both
of WP and our theme. That led to some formatting issues with Arigato. So, I contacted“
Bob” at support. Excellent service. Response was fast, and the explanations and 
solutions offered were quick and simple. Now, everything is working great AND looking
great.

![](https://secure.gravatar.com/avatar/1aed544e8bcf3cd2bf222203ece8e5bfcf6591d9775caf93ce0caf3d246d4191?
s=60&d=retro&r=g)

### 󠀁[Replaces need of Aweber, ArpReach, GetResponse, Mailchimp](https://wordpress.org/support/topic/replaces-need-of-aweber-arpreach/)󠁿

 [astounding007](https://profiles.wordpress.org/astounding007/) 16 junija, 2018 
2 replies

Found this, and immediately got rid of all 3rd party/PHP mailing list scripts. This
is an absolutely feature jam packed autoresponder, all within WordPress! Even better,
it can still use 3rd party SMTP like SendGrid. Also finally gladly deleted ArpReach
of our server (which happens to be 10x more powerful then any 3rd party hosted solution).
Seriously who needs separate scripts, when one can contain it neatly within WordPress.
Less hassle. Yes, has typical (1) Immediate broadcast, (2) Timed newsletters (3)
Autoresponder based on timed sequence; can set by time, date of week, etc. (4) Tons
of template options. Can also track open rate and also link-clicks. Surprised this
has so few reviews. Seems hasn’t taken off. Wish more know about it.

![](https://secure.gravatar.com/avatar/b9c33e4ab967d602ad75d7b678c19d3320547a792bb11dbd221f1362d3d5421e?
s=60&d=retro&r=g)

### 󠀁[AMAZING Plugin and Customer Support!](https://wordpress.org/support/topic/amazing-plugin-and-custom-support/)󠁿

 [slappytheking](https://profiles.wordpress.org/slappytheking/) 18 maja, 2018 1 
reply

We needed to set up 2 autoresponders with different messages depending on what the
user clicked on. This solved all our issues, converted to CF7 simply AND we were
able to see in our email what the user chose. Bob was around for questions and helped
me with great advice. Love this plugin! Saved a ton of time instead of setting up
accounts at the big email houses. I wish all plugins were this easy. By far the 
best choice for autoresponders!

![](https://secure.gravatar.com/avatar/fa65274a7fb36bd086d4e3bb514ec291e3111f8fce36b2827f936fbf7bc49b7b?
s=60&d=retro&r=g)

### 󠀁[Arigato for WordPress is the Absolute Best Autoresponder](https://wordpress.org/support/topic/arigato-for-wordpress-is-the-absolute-best-autoresponder/)󠁿

 [befree22](https://profiles.wordpress.org/befree22/) 9 oktobra, 2017 1 reply

I purchased the Arigato Pro version over 3 years ago after using the free version.
I’ve tested popular autoresponders including the Aweber, GetResponse, Mailchimp 
and some plugins. I’ve tested them all and Arigato Autoresponder for Wordpress is
the BEST. Arigato for Wordpress is the Absolute Best Autoresponder for everyone.
There are NO limits to number of emails or email lists you can build and it is NOT
expensive like the big 3 or plugin like mailpoet which purchased from a crook and
ditched after 3 months of NO customer support — it was then I discovered Arigato
Pro for Wordpress and there’s no turning back, only building email lists — the money
is in the list. And I get updates too.

![](https://secure.gravatar.com/avatar/b7dd02fc4556debdc6854d510000d614cc1ba87e3ccead81af228445cf444d7c?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-13073/)󠁿

 [splintered](https://profiles.wordpress.org/splintered/) 9 marca, 2017 1 reply

love this plugin. it was just what I was looking for.

 [ Read all 34 reviews ](https://wordpress.org/support/plugin/bft-autoresponder/reviews/)

## Contributors & Developers

“Arigato Autoresponder and Newsletter” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Bob ](https://profiles.wordpress.org/prasunsen/)

[Translate “Arigato Autoresponder and Newsletter” into your language.](https://translate.wordpress.org/projects/wp-plugins/bft-autoresponder)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bft-autoresponder/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bft-autoresponder/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bft-autoresponder/)
by [RSS](https://plugins.trac.wordpress.org/log/bft-autoresponder/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### Changes in 2.7.2

 1. Added database indexes for better performance.
 2. Added WPForms integration

#### Changes in 2.7

 1.  Added admin.css and improved the design of the administration pages.
 2.  Added mime type validation for the import file with subscribers.
 3.  Added a personal data eraser for GDPR compliance.
 4.  Added configurable attribute “button_text” to the signup shortcode to allow using
     custom button text.
 5.  PHP 8 compatibility.
 6.  “Skip title row” when importing CSV.
 7.  Added option to automatically create a WP user account when someone subscribes
     to your mailing list. The user may also be automatically logged in.
 8.  Added a shortcode to publish the newsletters archive on the front-end.
 9.  Added a Formidable Forms integration.
 10. Added Webhooks / Zapier support
 11. Added modern HTML 5 validations to the signup form.

#### Changes in 2.6

 1.  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
 2.  The plugin will now use wp_cron as a default method instead of the previous custom
     solution.
 3.  Fixed problems with quotes in email subjects of newsletters, email messages and
     double opt-in emails.
 4.  Added proper button classes.
 5.  Added option to BCC all outgoing emails to a selected email address.
 6.  You can now specify receiver(s) of the subscribe / unsubscribe notification messages.
 7.  Added stats for number of unsubscribed users (it starts counting from now on)
 8.  Added Google reCaptcha v2 and v3 support. You can enable it from Arigato Settings
     page.
 9.  Added option to allow passing arguments by GET to the signup form. Useful to prepopulate
     values from other marketing campaigns.
 10. Improved emoji support in messages and newsletters.
 11. Raw email log now has from-to date selector.

#### Changes in 2.5

 1.  Made some security fixes and code improvements
 2.  Improved protection against duplicates (with lock file)
 3.  Added options for non-admin user roles to manage the plugin
 4.  Added optional artifical delay between emails. This will be useful if you get 
     emails flagged as spam for sending too fast.
 5.  Improvements to the newsletters: they will now be sent by the cron job accordingly
     to your sending limits.
 6.  Reworked the signup form and added new responsive CSS to it
 7.  Made the admin tables responsive to allow managing the autoresponder in small 
     screen mobile devices
 8.  The new shortcode [bft-unsubscribe] lets you create a static unsubscribe confirmation
     page.
 9.  Will no longer store or show IP addresses to comply with GDPR and other data protection
     laws.
 10. “Name” can now be set as a required field in the signup form (valid email is always
     required)

#### Changes in 2.4

 1.  Fixed the missing link to Ninja Forms integration
 2.  Added wp_nonce fields to all forms for improved security
 3.  Started and documented the basic developer’s API
 4.  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!
 5.  You can now use the variables {{{unsubsribe-link}}} or {{{unsubscribe-url}}} to
     create custom “click here to unsubscribe” text
 6.  Added variables {{email}} and {{ip}} in the double opt-in message
 7.  In the Settings page you can now disable the default alerts that are shown when
     user subscribes and unsubscribes
 8.  Added filters / search form on the Subscribers page
 9.  Added pseudo lock tables to prevent sending duplicate emails
 10. Reworked the Ninja Forms integration to work with their latest version
 11. Added shortcode [bft-num-subs] to show the total number of active subscribers

#### Changes in 2.3

 1.  Now keeps track of all the previous newsletters and lets you edit and re-send 
     them
 2.  Added configurable field names for the Contact Form 7 Integration
 3.  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.
 4.  Changed plugin name to Arigato
 5.  One more attempt to avoid the odd duplicate emails problem that some users experience
 6.  Added optional redirect URL after email confirmation
 7.  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.
 8.  Reworked the UI on the Mailing list page, added number of emails sent, added field
     to edit the subscriber’s date
 9.  Added integration with Ninja forms
 10. Made the ‘Your email address has been confirmed!’ alert box optional on double
     opt-in emails

#### Changes in 2.2

 1.  Added “Mass delete” option in the mailing list
 2.  The “{{name}}” mask can now be used also in the double optin email
 3.  Option to automatically subscribe users who register to the blog. Note that this
     happens when they first login to avoid bot subscriptions.
 4.  Built-in integration with Contact Form 7 lets you signup users when they fill 
     your contact form
 5.  Added raw email log of all emails sent. This will help you know what emails have
     been sent on each day
 6.  Added option to automatically cleanup the raw email log after given number of 
     days
 7.  Added built-in integration with Jetpack contact form
 8.  Improved the export format and made it download a file
 9.  Now you can select if you want to send HTML or text/plain emails
 10. We have added attachments for your autoresponder emails

#### Changes in 2.1

 1.  Added user’s name and registration date in unsubscribe notification emails
 2.  Removed several deprecated usages of wpdb::escape()
 3.  Added basic validation for empty email on subscribe
 4.  Double opt-in message is now configurable
 5.  Created a help page (moved the manual out of the options page)
 6.  Added alerts when user unsubscribes or confirms their email address
 7.  Fixed for compatibility with WordPress 3.8
 8.  Added pagination on the mailing list page
 9.  You can now configure subscribe and unsubscribe notification messages
 10. Fixed missing “unsubscribe” link in instant newsletters

#### Changes in 2.0

 1. Changed the cron job logic in attempt to avoid a multiple emails issue that some
    people complain about
 2. Improved the cron job logic further to avoid simultaneous runnings of the same
 3. When the sender’s detail are left empty will use the default sender from your WordPress
    Settings page
 4. Many strings were missing in the .pot file, fixed this.
 5. From version 2.0 you can send immediate newsletters. Do it with caution.
 6. Other code fixes and code improvements

#### Changes in 1.9:

 1. Shortcodes get executed in messages. Be careful with this though as CSS and Javascript
    effects will not always work.
 2. Optional notification when new user registers (and confirms their email, if double
    opt-in is selected)
 3. Optional notification when user unsubscribes

#### Changes in version 1.8:

 1. Sortable mailing list + visual improvements
 2. Localization-friendly (pot file inside)
 3. Of course various bug fixes as always

#### Changes in version 1.7:

 1. Using wp_mail so now you can use any of the existing SMTP plugins
 2. Rich text editor available to format the messages
 3. Shortcode available for the signup form
 4. Code fixes and bug fixes

## Meta

 *  Version **2.7.2.7**
 *  Last updated **8 mesecev ago**
 *  Active installations **600+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/bft-autoresponder/)
 * Tags
 * [auto responder](https://sl.wordpress.org/plugins/tags/auto-responder/)[Autoresponder](https://sl.wordpress.org/plugins/tags/autoresponder/)
   [contact form](https://sl.wordpress.org/plugins/tags/contact-form/)[mailing list](https://sl.wordpress.org/plugins/tags/mailing-list/)
   [newsletter](https://sl.wordpress.org/plugins/tags/newsletter/)
 *  [Advanced View](https://sl.wordpress.org/plugins/bft-autoresponder/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  29 5-star reviews     ](https://wordpress.org/support/plugin/bft-autoresponder/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/bft-autoresponder/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/bft-autoresponder/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bft-autoresponder/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/bft-autoresponder/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bft-autoresponder/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bft-autoresponder/reviews/)

## Contributors

 *   [ Bob ](https://profiles.wordpress.org/prasunsen/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bft-autoresponder/)