-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e7ad90
commit 83d0f2a
Showing
6 changed files
with
2 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,17 +120,6 @@ first you need to have a Bloomberg subscription. Then you need to have | |
the BLPAPI running somewhere. Then you need to specify where the API is | ||
running by specifying its host and port. | ||
|
||
**email_templates_directory (optional)** | ||
|
||
``settings.json``: | ||
|
||
.. code:: json | ||
"email_templates_directory": "input/email_templates" | ||
Setting used by the ``EmailPublisher``. Email templates are HTML | ||
templates with placeholders (e.g. {{user.name}}). | ||
|
||
**output_directory** | ||
|
||
``settings.json``: | ||
|
@@ -141,28 +130,3 @@ templates with placeholders (e.g. {{user.name}}). | |
A relative path to the directory into which different components will | ||
put their output (e.g. generated tearsheets). | ||
|
||
**smtp (optional)** | ||
|
||
``settings.json``: | ||
|
||
.. code:: json | ||
"smtp": { | ||
"host": "smtp.server.pl", | ||
"port": 587, | ||
"domain": "SOME_DOMAIN", | ||
"tls": true, | ||
"sender": "[email protected]" | ||
} | ||
``secret_settings.json``: | ||
|
||
.. code:: json | ||
"smtp": { | ||
"username": "sample_user", | ||
"password": "VeryStrong P4ssw0rd with s0me Polish special characters (to confuse the hacker)" | ||
} | ||
SMTP settings used by the ``EmailPublisher``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
qf_lib/documents_utils/email_publishing/email_publisher.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters