Configure SMTP

Wordpress Plugin
Download latest - 3.1

Developers

coffee2code

Download Stats

Today 12
Yesterday 24
Last Week 157
All Time 317,475



Releases (6 )

Version Release Date Change Log
3.1 2011-07-14
  • Add new debugging configuration option
  • Fix bug that resulted from WP 3.2's update to a new phpmailer
  • Fix bug with checking 'Use GMail?' did not auto-reset settings accordingly (jQuery bug regarding .attr() vs .prop() introduced in jQ 1.6 in WP 3.2)
  • Fix to call add_filter() instead of add_action() for 'wp_mail_from' (props Callum Macdonald)
  • Fix to call add_filter() instead of add_action() for 'wp_mail_from_name'
  • Store error messages for later display rather than immediately outputting (too early)
  • Save a static version of itself in class variable $instance
  • Deprecate use of global variable $c2c_configure_smtp to store instance
  • Add explicit empty() checks in a couple places
  • Delete plugin settings on uninstallation
  • Add __construct(), activation(), and uninstall()
  • Add more FAQ questions
  • Regenerate .pot
  • Update plugin framework to version 023
  • Note compatibility through WP 3.2+
  • Drop compatibility with versions of WP older than 3.0
  • Explicitly declare all functions as public and class variables as private
  • Minor code formatting changes (spacing)
  • Update copyright date (2011)
  • Add plugin homepage and author links in description in readme.txt
3.0.1 2010-09-29
  • Update plugin framework to 017 to use password input field instead of text field for SMTP password
3.0 2010-09-28
  • Re-implementation by extending C2C_Plugin_016, which among other things adds support for:
    • Reset of options to default values
    • Better sanitization of input values
    • Offload of core/basic functionality to generic plugin framework
    • Additional hooks for various stages/places of plugin operation
    • Easier localization support
  • Add error checking and reporting when attempting to send test e-mail
  • Don't configure the mailer to use SMTP if no host is provided
  • Fix localization support
  • Store plugin instance in global variable, $c2c_configure_smtp, to allow for external manipulation
  • Rename class from 'ConfigureSMTP' to 'c2c_ConfigureSMTP'
  • Remove docs from top of plugin file (all that and more are in readme.txt)
  • Note compatibility with WP 3.0+
  • Minor tweaks to code formatting (spacing)
  • Add Upgrade Notice section to readme.txt
  • Add PHPDoc documentation
  • Add package info to top of file
  • Update copyright date
  • Remove trailing whitespace
  • Update screenshot
  • Update .pot file
2.7 2009-12-31
  • Fix to prevent HTML entities from appearing in the From name value in outgoing e-mails
  • Added full support for localization
  • Added .pot file
  • Noted that overriding the From e-mail value may not take effect depending on mail server and settings, particular if SMTPAuth is used (i.e. GMail)
  • Changed invocation of plugin's install function to action hooked in constructor rather than in global space
  • Update object's option buffer after saving changed submitted by user
  • Miscellaneous tweaks to update plugin to my current plugin conventions
  • Noted compatibility with WP2.9+
  • Dropped compatibility with versions of WP older than 2.8
  • Updated readme.txt
  • Updated copyright date
2.5 2009-06-18
2.6 2009-06-18