Version Description
- The Settings link really does work this time, promise. Apologies for the unnecessary updates.
Download this release
Release Info
| Developer | chmac |
| Plugin | |
| Version | 0.8.6 |
| Comparing to | |
| See all releases | |
Code changes from version 0.8.5 to 0.8.6
- readme.txt +18 -16
- wp_mail_smtp.php +3 -2
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: chmac
|
|
| 3 |
Donate link: http://www.callum-macdonald.com/code/donate/
|
| 4 |
Tags: mail, smtp, wp_mail, mailer, phpmailer
|
| 5 |
Requires at least: 2.7
|
| 6 |
-
Tested up to:
|
| 7 |
-
Stable tag: 0.8.
|
| 8 |
|
| 9 |
Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
|
| 10 |
|
|
@@ -13,13 +13,14 @@ Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an
|
|
| 13 |
This plugin reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page that allows you to specify various options.
|
| 14 |
|
| 15 |
You can set the following options:
|
| 16 |
-
|
| 17 |
-
*
|
| 18 |
-
*
|
| 19 |
-
* Specify an SMTP
|
| 20 |
-
*
|
| 21 |
-
* Choose
|
| 22 |
-
*
|
|
|
|
| 23 |
|
| 24 |
== Installation ==
|
| 25 |
|
|
@@ -53,7 +54,7 @@ Password: your mail password
|
|
| 53 |
Short answer: maybe.
|
| 54 |
|
| 55 |
By all means please contact me to discuss features or options you'd like to see added to the plugin. I can't guarantee to add all of them, but I will consider all sensible requests. I can be contacted here:
|
| 56 |
-
<http://www.callum-macdonald.com/
|
| 57 |
|
| 58 |
== Screenshots ==
|
| 59 |
|
|
@@ -61,6 +62,9 @@ By all means please contact me to discuss features or options you'd like to see
|
|
| 61 |
|
| 62 |
== Changelog ==
|
| 63 |
|
|
|
|
|
|
|
|
|
|
| 64 |
= 0.8.5 =
|
| 65 |
* Bugfix, the settings link on the Plugin page was broken by 0.8.4.
|
| 66 |
|
|
@@ -122,16 +126,14 @@ By all means please contact me to discuss features or options you'd like to see
|
|
| 122 |
|
| 123 |
== Upgrade Notice ==
|
| 124 |
|
|
|
|
|
|
|
|
|
|
| 125 |
= 0.8.5 =
|
| 126 |
-
Minor bugfix
|
| 127 |
|
| 128 |
= 0.8.4 =
|
| 129 |
Minor bugfix for users using constants. Another very low priority upgrade. Apologies for the version creep.
|
| 130 |
|
| 131 |
= 0.8.3 =
|
| 132 |
Minor bugfix for users using constants. Very low priority upgrade.
|
| 133 |
-
|
| 134 |
-
== Support Questions ==
|
| 135 |
-
|
| 136 |
-
If you have support questions not covered in this readme, you can contact me here:
|
| 137 |
-
<http://www.callum-macdonald.com/contact/>
|
| 3 |
Donate link: http://www.callum-macdonald.com/code/donate/
|
| 4 |
Tags: mail, smtp, wp_mail, mailer, phpmailer
|
| 5 |
Requires at least: 2.7
|
| 6 |
+
Tested up to: 3.0.1
|
| 7 |
+
Stable tag: 0.8.6
|
| 8 |
|
| 9 |
Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
|
| 10 |
|
| 13 |
This plugin reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page that allows you to specify various options.
|
| 14 |
|
| 15 |
You can set the following options:
|
| 16 |
+
|
| 17 |
+
* Specify the from name and email address for outgoing email.
|
| 18 |
+
* Choose to send mail by SMTP or PHP's mail() function.
|
| 19 |
+
* Specify an SMTP host (defaults to localhost).
|
| 20 |
+
* Specify an SMTP port (defaults to 25).
|
| 21 |
+
* Choose SSL / TLS encryption (not the same as STARTTLS).
|
| 22 |
+
* Choose to use SMTP authentication or not (defaults to not).
|
| 23 |
+
* Specify an SMTP username and password.
|
| 24 |
|
| 25 |
== Installation ==
|
| 26 |
|
| 54 |
Short answer: maybe.
|
| 55 |
|
| 56 |
By all means please contact me to discuss features or options you'd like to see added to the plugin. I can't guarantee to add all of them, but I will consider all sensible requests. I can be contacted here:
|
| 57 |
+
<http://www.callum-macdonald.com/code/wp-mail-smtp/>
|
| 58 |
|
| 59 |
== Screenshots ==
|
| 60 |
|
| 62 |
|
| 63 |
== Changelog ==
|
| 64 |
|
| 65 |
+
= 0.8.6 =
|
| 66 |
+
* The Settings link really does work this time, promise. Apologies for the unnecessary updates.
|
| 67 |
+
|
| 68 |
= 0.8.5 =
|
| 69 |
* Bugfix, the settings link on the Plugin page was broken by 0.8.4.
|
| 70 |
|
| 126 |
|
| 127 |
== Upgrade Notice ==
|
| 128 |
|
| 129 |
+
= 0.8.6 =
|
| 130 |
+
Low priority update. The Settings link was still broken in 0.8.5.
|
| 131 |
+
|
| 132 |
= 0.8.5 =
|
| 133 |
+
Minor bugfix correcting the Settings link bug introduced in 0.8.4. Very low priority update.
|
| 134 |
|
| 135 |
= 0.8.4 =
|
| 136 |
Minor bugfix for users using constants. Another very low priority upgrade. Apologies for the version creep.
|
| 137 |
|
| 138 |
= 0.8.3 =
|
| 139 |
Minor bugfix for users using constants. Very low priority upgrade.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wp_mail_smtp.php
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/*
|
| 3 |
Plugin Name: WP-Mail-SMTP
|
| 4 |
-
Version: 0.8.
|
| 5 |
Plugin URI: http://www.callum-macdonald.com/code/wp-mail-smtp/
|
| 6 |
Description: Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
|
| 7 |
Author: Callum Macdonald
|
|
@@ -38,6 +38,7 @@ define('WPMS_SMTP_PASS', 'password'); // SMTP authentication password, only used
|
|
| 38 |
/**
|
| 39 |
* CHANGELOG
|
| 40 |
*
|
|
|
|
| 41 |
* 0.8.5 - Bugfix, the settings link on the Plugin page was broken by 0.8.4.
|
| 42 |
* 0.8.4 - Minor bugfix, remove use of esc_html() to improve backwards compatibility. Removed second options page menu props ovidiu.
|
| 43 |
* 0.8.3 - Bugfix, return WPMS_MAIL_FROM_NAME, props nacin. Add Settings link, props MikeChallis.
|
|
@@ -427,7 +428,7 @@ function wp_mail_plugin_action_links( $links, $file ) {
|
|
| 427 |
if ( $file != plugin_basename( __FILE__ ))
|
| 428 |
return $links;
|
| 429 |
|
| 430 |
-
$settings_link = '<a href="options.php?page=wp-mail-smtp/wp_mail_smtp.php">' . __( 'Settings', 'wp_mail_smtp' ) . '</a>';
|
| 431 |
|
| 432 |
array_unshift( $links, $settings_link );
|
| 433 |
|
| 1 |
<?php
|
| 2 |
/*
|
| 3 |
Plugin Name: WP-Mail-SMTP
|
| 4 |
+
Version: 0.8.6
|
| 5 |
Plugin URI: http://www.callum-macdonald.com/code/wp-mail-smtp/
|
| 6 |
Description: Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
|
| 7 |
Author: Callum Macdonald
|
| 38 |
/**
|
| 39 |
* CHANGELOG
|
| 40 |
*
|
| 41 |
+
* 0.8.6 - The Settings link really does work this time, promise. Apologies for the unnecessary updates.
|
| 42 |
* 0.8.5 - Bugfix, the settings link on the Plugin page was broken by 0.8.4.
|
| 43 |
* 0.8.4 - Minor bugfix, remove use of esc_html() to improve backwards compatibility. Removed second options page menu props ovidiu.
|
| 44 |
* 0.8.3 - Bugfix, return WPMS_MAIL_FROM_NAME, props nacin. Add Settings link, props MikeChallis.
|
| 428 |
if ( $file != plugin_basename( __FILE__ ))
|
| 429 |
return $links;
|
| 430 |
|
| 431 |
+
$settings_link = '<a href="options-general.php?page=wp-mail-smtp/wp_mail_smtp.php">' . __( 'Settings', 'wp_mail_smtp' ) . '</a>';
|
| 432 |
|
| 433 |
array_unshift( $links, $settings_link );
|
| 434 |
|
