mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
BUGFIX: require net/stmp module to properly handle exceptions
This commit is contained in:
parent
8c89931747
commit
c5298cd25f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
#
|
#
|
||||||
require_dependency 'email/renderer'
|
require_dependency 'email/renderer'
|
||||||
require 'uri'
|
require 'uri'
|
||||||
|
require 'net/stmp'
|
||||||
|
|
||||||
SMTP_CLIENT_ERRORS = [Net::SMTPFatalError, Net::SMTPSyntaxError]
|
SMTP_CLIENT_ERRORS = [Net::SMTPFatalError, Net::SMTPSyntaxError]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue