Skip to content

Commit e77fbed

Browse files
committed
Updated SMTP sender.
1 parent 283defe commit e77fbed

3 files changed

Lines changed: 440 additions & 386 deletions

File tree

changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- added: `Pagination.html(max, format)` returns `String`
2828
- added: `Pagination.json(max, format)` returns `String`
2929
- added: `SchemaBuilderEntity.fields` and it contains all field names in array.
30+
- added: `Mail.send(smtp, options, messages, [callback])` messages must be array
3031

3132
- updated: subdomain routing supports wildcard routing `F.route('[*]/', 'homepage')` (`F.websocket()` is supported too)
3233
- updated: `F.route(url, ...)` - `url`can be String Array with multiple relative paths by @Harry-Stot
@@ -73,6 +74,7 @@
7374
- removed: `Utils.isURL()`
7475
- removed: `Utils.isValid()`
7576

77+
- improved: SMTP sender
7678
- improved: redirecting
7779
- improved: Array.orderBy(), added quicksort algorithm
7880
- improved: ErrorBuilder

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,6 +3222,7 @@ Framework.prototype.$restart = function() {
32223222

32233223
framework_builders.restart();
32243224
framework_image.restart();
3225+
framework_mail.restart();
32253226

32263227
self.cache.clear();
32273228
self.cache.stop();

0 commit comments

Comments
 (0)