| 1 |
// $Id: CHANGELOG.txt,v 1.8 2008/07/12 17:03:10 oadaeh Exp $
|
| 2 |
|
| 3 |
2008-07-17 Jason Flatt drupal@oadaeh.net
|
| 4 |
* po: Changed to translations (http://drupal.org/node/262455).
|
| 5 |
translations/de.po: Added (http://drupal.org/node/262455).
|
| 6 |
Added e-mail address validation check for the settings page.
|
| 7 |
Added additional from e-mail address validation checking during the
|
| 8 |
processing of the e-mail message (http://drupal.org/node/281599).
|
| 9 |
|
| 10 |
2008-07-12 Jason Flatt drupal@oadaeh.net
|
| 11 |
* smtp.module: Uncommented two functions that set the from name and e-mail
|
| 12 |
address, per jcwatson11 in http://drupal.org/node/281599.
|
| 13 |
Changed the way two wathcdog message were formatted.
|
| 14 |
po/smtp.pot: Added.
|
| 15 |
|
| 16 |
2008-07-11 Jason Flatt drupal@oadaeh.net
|
| 17 |
* smtp.module: Made the "On" and "Off" radio options translatable, per
|
| 18 |
rastatt@drupal.org in http://drupal.org/node/262455#comment-917055.
|
| 19 |
|
| 20 |
2008-07-09 Jason Flatt drupal@oadaeh.net
|
| 21 |
* smtp.module: Changed the encryption protocol variable name from
|
| 22 |
$mail->Protocol to $mail->SMTPSecure, per root_of_roots in
|
| 23 |
http://drupal.org/node/280081.
|
| 24 |
Added an administrative option for enabling debugging, per dennys in
|
| 25 |
http://drupal.org/node/199843.
|
| 26 |
|
| 27 |
2008-07-06 Jason Flatt drupal@oadaeh.net
|
| 28 |
* smtp.module: Continued upgrade process to Drupal 6.x compatibility.
|
| 29 |
Tweaked the inline comments and documentation.
|
| 30 |
Removed _smtp_initialize_language().
|
| 31 |
|
| 32 |
2008-07-04 Jason Flatt drupal@oadaeh.net
|
| 33 |
* smtp.module: Continued upgrade process to Drupal 6.x compatibility.
|
| 34 |
Added $mail->ContentType = 'multipart/mixed';
|
| 35 |
|
| 36 |
2008-07-03 Jason Flatt drupal@oadaeh.net
|
| 37 |
* smtp.module: Began the upgrade process to Drupal 6.x compatibility.
|