Title: shiftthis's Replies | WordPress.org

---

# shiftthis

  [  ](https://wordpress.org/support/users/shiftthis/)

 *   [Profile](https://wordpress.org/support/users/shiftthis/)
 *   [Topics Started](https://wordpress.org/support/users/shiftthis/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shiftthis/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shiftthis/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shiftthis/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shiftthis/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shiftthis/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Using jQuery in own Plugins](https://wordpress.org/support/topic/using-jquery-in-own-plugins/)
 *  [shiftthis](https://wordpress.org/support/users/shiftthis/)
 * (@shiftthis)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/using-jquery-in-own-plugins/#post-646430)
 * If you want to use the WordPress bundled jQuery it’s not that hard. After you
   include `wp_enqueue_script('jquery');`
    Just add your jQuery code using ‘jQuery’
   instead of ‘$’ like so:
 *     ```
       jQuery(document).ready(function() {
       	jQuery('#togglediv').hide();
       	jQuery('a#toggle').click(function() {
       		jQuery('#togglediv').toggle(400);
       		return false;
         	});
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [ShiftThis WordPress Newsletter Plugin – email requirements](https://wordpress.org/support/topic/shiftthis-wordpress-newsletter-plugin-email-requirements/)
 *  [shiftthis](https://wordpress.org/support/users/shiftthis/)
 * (@shiftthis)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/shiftthis-wordpress-newsletter-plugin-email-requirements/#post-498364)
 * James,
    My Newsletter plugin uses the Swift Mailer script for sending email. 
   I don’t think you should need Horde or Squirrelmail as I believe those are only
   used for accessing your webmail . If you’d like to verify that the Swift Mailer
   works on your system, you can install the Swift script from [http://www.swiftmailer.org/docs/](http://www.swiftmailer.org/docs/)
   which includes basic setup instructions. If this is beyond your capabilities,
   I’ll try to whip up a test plugin for verifying that your server will send via
   Swift Mailer.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Don’t know how to describe this…](https://wordpress.org/support/topic/dont-know-how-to-describe-this/)
 *  [shiftthis](https://wordpress.org/support/users/shiftthis/)
 * (@shiftthis)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/dont-know-how-to-describe-this/#post-463318)
 * **Doodlebee** – I’m the developer of the promising one you mentioned, my Newsletter
   plugin is probably the closest thing to what you’re looking for at this point.
   The full-featured version of this will have a minimal cost, but I will be releasing
   a basic freebie version as well! Look for it being available sometime next week,
   but you can test out the in-development version online by registering at [http://test.shiftthis.net](http://test.shiftthis.net)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Newsletter plugin](https://wordpress.org/support/topic/newsletter-plugin-2/)
 *  [shiftthis](https://wordpress.org/support/users/shiftthis/)
 * (@shiftthis)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/newsletter-plugin-2/page/3/#post-332377)
 * I’m the author of the link posted above ( [http://www.shiftthis.net/wordpress/2006/wordpress-newsletter-mailinglist-plugin-wishlist/](http://www.shiftthis.net/wordpress/2006/wordpress-newsletter-mailinglist-plugin-wishlist/))
   
   and you can preview my plugin by registering at [http://test.shiftthis.net](http://test.shiftthis.net)
 * Although I will be charging a minimal fee for the feature rich version of this
   plugin, I will very likely also release a version with minimal options/features
   as a freebie.
 * I’m looking at being ready by next week for the retail version, and the freebie
   will be right behind it. Thanks for your support!

Viewing 4 replies - 1 through 4 (of 4 total)