Barış Soner Uşaklı
f55cc66723
fix: {username} not working in notification.tpl
...
fix images going out of notification email
2019-05-21 22:48:50 -04:00
Julian Lam
75ae29c1dd
fix : #7470 Properly handle recompilation of email templates
2019-04-04 18:48:42 -04:00
Julian Lam
63e16ec0a2
fix : #6911 , email throttling options set
2019-03-25 15:21:29 -04:00
Julian Lam
33a1bf6cde
fix: throttling email output to 2 messages every second, fixes #6911
2019-03-25 15:21:28 -04:00
Julian Lam
8d62ead329
fix : #7469 missing email logos, occasionally
2019-03-25 12:37:53 -04:00
Julian Lam
6c1f9c3c46
fix: restored email logo to all outgoing emails
2019-02-22 15:03:31 -05:00
Julian Lam
d3a10628e7
fix: broken 50% border radius on emails, failing tests
2019-02-22 12:01:18 -05:00
Julian Lam
3a7f1c192b
fix: failing tests from revamped-emails branch
2019-02-21 12:55:09 -05:00
Julian Lam
f32a992237
feat: revamp email templates to be more style agnostic ( #7375 )
...
* feat: re-designed digest
Updated design, logic no longer shows "no topics", just doesn't
show the list at all, teaser re-retrieved for digest so that it
always grabs a teaser even if there is no reply, changed default
email background to a light grey.
* fix: minor padding issues in digest
* fix: banned template
* fix: invitation.tpl
* fix: removed unused notif_chat and notif_post email templates
* fix: notification template
* fix: registration_accepted template
* fix: reset tpl
* fix: test tpl
* fix: email verify tpl
* fix: reset notify tpl
* fix: welcome tpl
* fix: additional minor font fixes
* fix: removed unused email header image assets
* fix: internationalised 'your daily digest' string
* fix: broken url in digest 🤦
* feat: added RTL support for emailer
/cc @PostMidnight
2019-02-20 16:13:26 -05:00
Julian Lam
70a87d4399
feat: support for one-click unsubscribe from email clients ( #7203 )
...
* feat: sending notifs via ACP creates real notification
re: #7202
* feat: basic integration for one-click unsubscription #7202
* feat: tests for #7202 + bugfix
* feat: added and organized digest unsub tests
closes #7202
2019-01-08 13:56:11 -05:00
Baris Usakli
9aa1aa689d
fix : #7174
...
always pass string in service
2019-01-02 15:27:32 -05:00
Baris Usakli
96c1dc6276
unescape email subject
2018-12-05 17:38:18 -05:00
Julian Lam
c9dfb4e109
closes #6790
2018-09-25 14:45:49 -04:00
Peter Jaszkowiak
04d31fe1d4
Precompile all templates
...
- Benchpress compilation is 33x faster now
- Native module with JS fallback and pre-built binaries
- Dev template build is <1sec now
- Minified template build is ~5sec (uglify accounts for almost all)
2018-07-15 00:12:37 -06:00
Barış Soner Uşaklı
4109f2c142
add filter:email.params
2018-04-13 17:57:40 -04:00
Julian Lam
9e44fc6ae2
fixes #6371
2018-03-20 08:41:49 -04:00
Barış Soner Uşaklı
8b615c64fa
move emailsPath to function
2018-03-16 11:26:26 -04:00
Peter Jaszkowiak
ed9166b796
Refactor template compilation
...
Always use persona as a fallback for templates
2018-01-14 23:26:35 -07:00
Peter Jaszkowiak
4fcedc6f31
Enable imports in custom email templates ( #6052 )
...
* Enable imports in custom email templates
* Compile emails on config change
* Add error logging
* Add emailer tests
* Fix tests
* Only build when config changes
2017-11-21 10:51:20 -05:00
Dravere
8d5ef79e9c
Smtp emailer change without restart ( #5957 )
...
* SMTP fallback transport setup during app startup and config update
* Verbose logging message to see when SMTP fallback transport is setup
2017-10-06 07:36:43 -04:00
Dravere
38900a9964
Smtp emailer issue 5951 ( #5954 )
...
* Fixed typo at emailer.js line 66 (serice -> service)
* When custom SMTP user and password is empty no authentication is attempted
* Added options to choose custom smtp connection security
* Made custom smtp connection security strings translatable
* Changed switch to if-else for custom smtp security option
* Fixed emailer.js lint errors
* Move custom setting to top of list
2017-10-04 18:26:44 -04:00
Peter Jaszkowiak
23e7222dfa
Update Nodemailer to v4
...
also filter out .jst files from email template dropdowns
2017-08-30 14:26:41 -06:00
Peter Jaszkowiak
abffc29128
Use Benchpress ( #5901 )
...
* Use Benchpress
* Use Benchpress.compileParse
* Error for template load failure
* Use benchpressjs package
* Compile templates on demand
* Fix user settings page
* Fix admin search to exclude `.jst` files
* Fix 500-embed
So ajaxify can still show an error if the server goes down
2017-08-24 19:26:50 -04:00
Julian Lam
d68a3b6862
fixed emailer init if no logo saved
2017-07-28 16:43:32 -04:00
Julian Lam
0ff413e5f8
simplifying logic
2017-07-28 15:18:50 -04:00
Julian Lam
f77f17dc20
just use emailLogo instead of doing logo with x50.png suffix
2017-07-28 15:07:44 -04:00
Julian Lam
36e02780fe
updates to email logo usage
2017-07-25 09:45:49 -04:00
Julian Lam
44851f97ac
added logic for hiding logo if none is set, preventing crash on startup if no logo is set
2017-07-17 14:51:12 -04:00
Julian Lam
c40b11aa6e
updated site upload logic so that site logo is resized for email header, implemented site logo in email header
2017-07-17 10:47:56 -04:00
Julian Lam
a2627d2066
added default payload to emails, and adding nodebb logo for email header
2017-07-13 11:30:44 -04:00
Barış Soner Uşaklı
6a742ead38
style
2017-05-26 23:55:20 -04:00
Peter Jaszkowiak
1ed571189c
Make utils and translator easier to require
...
Move utils.walk to file.walk, backwards compatible
2017-04-08 20:27:52 -06:00
Peter Jaszkowiak
93f38d4f30
ESlint no-multi-assign
...
and max-nested-callbacks, no-mixed-requires, max-statements-per-line
2017-02-18 18:06:28 -07:00
Peter Jaszkowiak
3b0dd2d1ef
ESlint padded-blocks
2017-02-18 02:32:24 -07:00
Peter Jaszkowiak
a038c66549
ESlint quotes
2017-02-18 01:56:23 -07:00
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
Julian Lam
06a77143bd
additional logging and removing interstitial session data if plugins don't return interstitials
2017-01-17 10:46:04 -05:00
barisusakli
4b6e4f085d
more tests
...
group cover upload tests
registration approval queue tests
2016-12-02 14:05:59 +03:00
Peter Jaszkowiak
c5237443cd
Standard language codes ( #5218 )
...
* Use standard language codes. Fallback for plugins.
* Fix transifex config
* Tab vs space here for some reason
* Remove redundancies
* config.relative_path instead of allcaps
* added upgrade script for existing users' accounts
2016-11-23 11:50:49 -05:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
Julian Lam
c8e64ae93b
updating profile fields to allow plugins (e.g. the write-api) to change a user's profile picture
...
@barisusakli please let me know if this is not ok.
2016-07-11 18:26:23 -04:00
Julian Lam
33255d73dd
fix #4546
2016-04-20 10:53:47 -04:00
psychobunny
75917e25b3
closes #4026
2016-02-23 13:33:46 -05:00
Terry Tate
3e75c6f6a3
Update to nodemailer 2.0 syntax for smtpTransport
...
Fixes #4193
2016-02-21 17:13:44 +00:00
barisusakli
e306194065
style
2016-02-17 20:22:00 +02:00
Julian Lam
1c2518fe22
Using sendmail instead of direct transport
...
Squashed commit of the following:
commit 9d4937fff6f6a1b4327fed0ada32153bd7e07efd
Author: Julian Lam <julian@designcreateplay.com >
Date: Mon Jan 18 13:21:52 2016 -0500
Revert "added some debug code"
This reverts commit 2dd8535c7bd8f59b8ed59c8b98b5484a79fa0500.
commit 2dd8535c7bd8f59b8ed59c8b98b5484a79fa0500
Author: Julian Lam <julian@designcreateplay.com >
Date: Mon Jan 18 12:04:02 2016 -0500
added some debug code
commit af8ca8241e66fd538089517e7722c644668667f2
Author: Julian Lam <julian@designcreateplay.com >
Date: Mon Jan 18 11:50:41 2016 -0500
using sendmail instead of direct transport
2016-01-18 13:22:31 -05:00
Julian Lam
57918332e9
fixed issue with no 'from' name when using NodeMailer
2016-01-06 15:58:25 -05:00
Julian Lam
d1fb09caec
apparently I *did* need html-to-text.
2015-12-07 16:41:21 -05:00
Julian Lam
963d9b22b3
Removing and updating dependencies to satisfy david-dm.org
2015-12-07 16:06:42 -05:00
Julian Lam
5adb8da427
enabled Gmail routing for email fallback
2015-12-07 15:27:04 -05:00