You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/master' into pydoc-update
Shuffle docs around to fit the new Mail helper structure. Hopefully I didn't miss anything; due to the amount of code getting moved around. I'll check the diff against master and then revert if needed.
We appreciate the effort for this pull request but before that please make sure you read the contribution guidelines given above, then fill out the blanks below.
3
+
4
+
5
+
Please enter each Issue number you are resolving in your PR after one of the following words [Fixes, Closes, Resolves]. This will auto-link these issues and close them when this PR is merged!
6
+
e.g.
7
+
Fixes #1
8
+
Closes #2
9
+
-->
10
+
# Fixes #
11
+
12
+
### Checklist
13
+
- [ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
14
+
- [ ] I have read the [Contribution Guide] and my PR follows them.
15
+
- [ ] I updated my branch with the master branch.
16
+
- [ ] I have added tests that prove my fix is effective or that my feature works
17
+
- [ ] I have added necessary documentation about the functionality in the appropriate .md file
18
+
- [ ] I have added in line documentation to the code I modified
19
+
20
+
### Short description of what this PR does:
21
+
-
22
+
-
23
+
24
+
If you have questions, please send an email to [Sendgrid](mailto:dx@sendgrid.com), or file a Github Issue in this repository.
(We appreciate the effort for this pull request but before that please make sure you read the contribution guidelines given above, then fill out the blanks below.)
3
+
-->
4
+
5
+
# Fixes #<!--Enter Issue number you have referenced(please refer only one issue at once)-->
6
+
7
+
### Checklist
8
+
<!-- Do Star this repository and follow this template for your PR to be considered-->
9
+
-[ ] I have read the SendGrid Contributor License Agreement (CLA)
10
+
-[ ] I have read the [Contribution Guide] and my PR follows them.
11
+
-[ ] My branch is up-to-date with the master branch.
12
+
-[ ] I have added tests that prove my fix is effective or that my feature works
13
+
-[ ] I have added necessary documentation (if appropriate)
14
+
<!-- If an existing function does not have a docstring, please add one -->
15
+
-[ ] All the functions created/modified in this PR contain relevant docstrings.
16
+
17
+
### Short description of what this resolves:
18
+
19
+
### Changes proposed in this pull request:
20
+
<!--Fill These Bullet Points-->
21
+
22
+
23
+
If you have questions, please send an email to [Sendgrid](mailto:dx@sendgrid.com), or file a Github Issue in this repository.
Sengrid also supports local enviroment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.
tracking_settings.open_tracking=OpenTracking(True, "Optional tag to replace with the open image in the body of the message")
115
-
tracking_settings.subscription_tracking=SubscriptionTracking(True, "text to insert into the text/plain portion of the message", "<html><body>html to insert into the text/html portion of the message</body></html>", "Optional tag to replace with the open image in the body of the message")
0 commit comments