Skip to content

Commit acdf3a1

Browse files
committed
2 parents 7d70d34 + 76f1159 commit acdf3a1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
The Swift Mailer module, when installed and configured, overrides the default PHP mail() usage and sends all Form Tools emails via the SMTP settings you supply.
44

5+
56
### Documentation
67

7-
[https://docs.formtools.org/modules/swift_mailer/](https://docs.formtools.org/modules/swift_mailer/)
8+
- [https://docs.formtools.org/modules/swift_mailer/](https://docs.formtools.org/modules/swift_mailer/)
9+
810

9-
### Form Tools Extensions
11+
### Other Links
1012

11-
For further information about Form Tools modules, check out:
12-
[https://modules.formtools.org](https://modules.formtools.org)
13+
- [Available Form Tools modules](https://modules.formtools.org/)
14+
- [About Form Tools modules](https://docs.formtools.org/userdoc/modules/)
15+
- [Installation instructions](https://docs.formtools.org/userdoc/modules/installing/)
16+
- [Upgrading](https://docs.formtools.org/userdoc/modules/upgrading/)

code/Module.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Module extends FormToolsModule
1818
protected $author = "Ben Keen";
1919
protected $authorEmail = "[email protected]";
2020
protected $authorLink = "https://formtools.org";
21-
protected $version = "2.0.3";
21+
protected $version = "2.0.4";
2222
protected $date = "2018-02-05";
2323
protected $originLanguage = "en_us";
2424

0 commit comments

Comments
 (0)