Skip to content

Commit 8ce1acf

Browse files
author
Sam Harrison
committed
docs: cleanup support/help/contact information
1 parent b10d759 commit 8ce1acf

File tree

12 files changed

+58
-86
lines changed

12 files changed

+58
-86
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,6 @@ Please run your code through:
239239
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
240240
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
241241

242-
If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo.
243-
244242
<a name="code-reviews"></a>
245243
## Code Reviews
246244
If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, GitHub has some great [information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).

FIRST_TIMERS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@ Step 2: Get familiar with Twilio SendGrid Service
6565
**Step 7:** Push the topic branch up to your fork using `git push origin <topic-branch-name>`
6666

6767
**Step 8:** Open a Pull Request with clear title and description against the master branch.
68-
69-
In case, you have additional questions, feel free to drop a [mail](dx@sendgrid.com) or open an issue.
70-
68+
7169
<a name="reviews"></a>
7270
## Be Patient & Wait for Reviews
73-
Kindly be patient & follow the suggestions as provided by the peer reviewers. Make required ammendments & changes to the PR as asked.
71+
Kindly be patient & follow the suggestions as provided by the peer reviewers. Make required amendments & changes to the PR as asked.
7472

75-
## [Explore New Issues to work upon](https://github.com/sendgrid/sendgrid-python/labels/difficulty%3A%20easy)
73+
## [Explore New Issues to work upon](https://github.com/sendgrid/sendgrid-python/labels/difficulty%3A%20easy)

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ Please see [our helper](https://github.com/sendgrid/sendgrid-python/tree/master/
192192
<a name="announcements"></a>
193193
# Announcements
194194

195-
Join an experienced and passionate team that focuses on making an impact. [Opportunities abound](https://sendgrid.com/careers) to grow the product - and grow your career!
196-
197195
Please see our announcement regarding [breaking changes](https://github.com/sendgrid/sendgrid-python/issues/217). Your support is appreciated!
198196

199197
All updates to this library are documented in our [CHANGELOG](https://github.com/sendgrid/sendgrid-python/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-python/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/java) for releases and breaking changes.
@@ -224,11 +222,11 @@ Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-pyth
224222
<a name="about"></a>
225223
# About
226224

227-
sendgrid-python is guided and supported by the SendGrid Developer Experience Team.
225+
sendgrid-python is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-python are trademarks of Twilio SendGrid, Inc.
228226

229-
Email the Developer Experience Team [here](mailto:dx@sendgrid.com) in case of any queries.
227+
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
230228

231-
sendgrid-python is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-python are trademarks of SendGrid, Inc.
229+
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
232230

233231
<a name="license"></a>
234232
# License

README.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ Use Cases
221221
Announcements
222222
=============
223223

224-
Join an experienced and passionate team that focuses on making an impact.
225-
`Opportunities abound`_ to grow the product - and grow your career!
226-
227224
All updates to this library are documented in our `CHANGELOG`_ and `releases`_.
228225
You may also subscribe to email `release notifications`_ for releases and breaking changes.
229226

@@ -255,10 +252,6 @@ Please see our `troubleshooting guide`_ for common library issues.
255252
About
256253
=====
257254

258-
**sendgrid-python** is guided and supported by the Twilio Developer Experience Team.
259-
260-
Email the Developer Experience Team `here <mailto:dx@sendgrid.com>`__ in case of any queries.
261-
262255
**sendgrid-python** is maintained and funded by Twilio SendGrid, Inc.
263256
The names and logos for **sendgrid-python** are trademarks of Twilio SendGrid, Inc.
264257

@@ -290,7 +283,6 @@ License
290283
.. _v3 Web API Mail Send Helper: https://github.com/sendgrid/sendgrid-python/tree/master/sendgrid/helpers/mail
291284
.. _Processing Inbound Email: https://github.com/sendgrid/sendgrid-python/tree/master/sendgrid/helpers/inbound
292285
.. _Examples of common API use cases: https://github.com/sendgrid/sendgrid-python/blob/master/use_cases/README.md
293-
.. _Opportunities abound: https://sendgrid.com/careers
294286
.. _breaking changes: https://github.com/sendgrid/sendgrid-python/issues/217
295287
.. _CHANGELOG: https://github.com/sendgrid/sendgrid-python/blob/master/CHANGELOG.md
296288
.. _releases: https://github.com/sendgrid/sendgrid-python/releases
@@ -302,7 +294,6 @@ License
302294
.. _Review Pull Requests: https://github.com/sendgrid/sendgrid-python/blob/master/CONTRIBUTING.md#code-reviews
303295
.. _Sign the CLA to Create a Pull Request: https://cla.sendgrid.com/sendgrid/sendgrid-python
304296
.. _troubleshooting guide: https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md
305-
.. _Developer Experience Team: mailto:dx@sendgrid.com
306297
.. _The MIT License (MIT): https://github.com/sendgrid/sendgrid-python/blob/master/LICENSE.md
307298

308299
.. |Travis Badge| image:: https://travis-ci.org/sendgrid/sendgrid-python.svg?branch=master

docker/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,4 @@
6060

6161
For more detailed information, see [USAGE.md](https://github.com/sendgrid/sendgrid-python/blob/master/docker/USAGE.md).
6262

63-
# About
64-
65-
sendgrid-python is guided and supported by the Twilio SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).
66-
67-
sendgrid-python is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-python are trademarks of Twilio SendGrid, Inc.
68-
6963
![Twilio SendGrid Logo](https://sendgrid.com/brand/sg-twilio/SG_Twilio_Lockup_RGBx1.png)

docker/USAGE.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,4 @@ $ docker-compose up -d sendgrid-beta
131131
# Testing
132132
Testing is easy! Run the container, `cd sendgrid`, and run `tox`.
133133

134-
<a name="about"></a>
135-
# About
136-
137-
sendgrid-python is guided and supported by the SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).
138-
139-
sendgrid-python is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-python are trademarks of SendGrid, Inc.
140-
141134
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)

examples/helpers/mail_example.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ def build_attachment2():
105105
def build_kitchen_sink():
106106
"""All settings set"""
107107
from sendgrid.helpers.mail import (
108-
Mail, From, To, Cc, Bcc, Subject, PlainTextContent,
109-
HtmlContent, SendGridException, Substitution,
108+
Mail, From, To, Cc, Bcc, Subject, PlainTextContent,
109+
HtmlContent, SendGridException, Substitution,
110110
Header, CustomArg, SendAt, Content, MimeType, Attachment,
111111
FileName, FileContent, FileType, Disposition, ContentId,
112112
TemplateId, Section, ReplyTo, Category, BatchId, Asm,
@@ -123,22 +123,22 @@ def build_kitchen_sink():
123123

124124
message = Mail()
125125

126-
# Define Personalizations
126+
# Define Personalizations
127127

128128
message.to = To('test1@sendgrid.com', 'Example User1', p=0)
129-
message.to = [
129+
message.to = [
130130
To('test2@sendgrid.com', 'Example User2', p=0),
131131
To('test3@sendgrid.com', 'Example User3', p=0)
132132
]
133133

134134
message.cc = Cc('test4@example.com', 'Example User4', p=0)
135-
message.cc = [
135+
message.cc = [
136136
Cc('test5@example.com', 'Example User5', p=0),
137137
Cc('test6@example.com', 'Example User6', p=0)
138138
]
139139

140140
message.bcc = Bcc('test7@example.com', 'Example User7', p=0)
141-
message.bcc = [
141+
message.bcc = [
142142
Bcc('test8@example.com', 'Example User8', p=0),
143143
Bcc('test9@example.com', 'Example User9', p=0)
144144
]
@@ -169,19 +169,19 @@ def build_kitchen_sink():
169169
message.send_at = SendAt(1461775051, p=0)
170170

171171
message.to = To('test10@example.com', 'Example User10', p=1)
172-
message.to = [
172+
message.to = [
173173
To('test11@example.com', 'Example User11', p=1),
174174
To('test12@example.com', 'Example User12', p=1)
175175
]
176176

177177
message.cc = Cc('test13@example.com', 'Example User13', p=1)
178-
message.cc = [
178+
message.cc = [
179179
Cc('test14@example.com', 'Example User14', p=1),
180180
Cc('test15@example.com', 'Example User15', p=1)
181181
]
182182

183183
message.bcc = Bcc('test16@example.com', 'Example User16', p=1)
184-
message.bcc = [
184+
message.bcc = [
185185
Bcc('test17@example.com', 'Example User17', p=1),
186186
Bcc('test18@example.com', 'Example User18', p=1)
187187
]
@@ -213,9 +213,9 @@ def build_kitchen_sink():
213213

214214
# The values below this comment are global to entire message
215215

216-
message.from_email = From('dx@sendgrid.com', 'DX')
216+
message.from_email = From('help@twilio.com', 'Twilio SendGrid')
217217

218-
message.reply_to = ReplyTo('dx_reply@sendgrid.com', 'DX Reply')
218+
message.reply_to = ReplyTo('help_reply@twilio.com', 'Twilio SendGrid Reply')
219219

220220
message.subject = Subject('Sending with SendGrid is Fun 2')
221221

@@ -249,7 +249,7 @@ def build_kitchen_sink():
249249
message.section = Section('%section1%', 'Substitution for Section 1 Tag')
250250
message.section = [
251251
Section('%section2%', 'Substitution for Section 2 Tag'),
252-
Section('%section3%', 'Substitution for Section 3 Tag')
252+
Section('%section3%', 'Substitution for Section 3 Tag')
253253
]
254254

255255
message.header = Header('X-Test9', 'Test9')
@@ -293,7 +293,7 @@ def build_kitchen_sink():
293293
tracking_settings.click_tracking = ClickTracking(True, False)
294294
tracking_settings.open_tracking = OpenTracking(True, OpenTrackingSubstitutionTag("open_tracking"))
295295
tracking_settings.subscription_tracking = SubscriptionTracking(
296-
True,
296+
True,
297297
SubscriptionText("Goodbye"),
298298
SubscriptionHtml("<strong>Goodbye!</strong>"),
299299
SubscriptionSubstitutionTag("unsubscribe"))

live_test.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from sendgrid import SendGridAPIClient
55
from sendgrid.helpers.mail import Mail, From, To, Subject, PlainTextContent, HtmlContent, SendGridException
66

7-
message = Mail(from_email=From('dx@sendgrid.com', 'DX'),
8-
to_emails=To('elmer.thomas@sendgrid.com', 'Elmer Thomas'),
7+
message = Mail(from_email=From('help@twilio.com', 'Twilio SendGrid'),
8+
to_emails=To('ethomas@twilio.com', 'Elmer Thomas'),
99
subject=Subject('Sending with SendGrid is Fun'),
1010
plain_text_content=PlainTextContent('and easy to do anywhere, even with Python'),
1111
html_content=HtmlContent('<strong>and easy to do anywhere, even with Python</strong>'))
@@ -27,10 +27,10 @@
2727
from sendgrid.helpers.mail import Mail, From, To, Subject, PlainTextContent, HtmlContent, SendGridException
2828

2929
to_emails = [
30-
To('elmer.thomas@sendgrid.com', 'Elmer SendGrid'),
30+
To('ethomas@twilio.com', 'Elmer SendGrid'),
3131
To('elmer.thomas@gmail.com', 'Elmer Thomas')
3232
]
33-
message = Mail(from_email=From('dx@sendgrid.com', 'DX'),
33+
message = Mail(from_email=From('help@twilio.com', 'Twilio SendGrid'),
3434
to_emails=to_emails,
3535
subject=Subject('Sending with SendGrid is Fun'),
3636
plain_text_content=PlainTextContent('and easy to do anywhere, even with Python'),
@@ -56,10 +56,10 @@
5656
import datetime
5757

5858
to_emails = [
59-
To(email='elmer.thomas@sendgrid.com',
60-
name='Elmer SendGrid',
59+
To(email='ethomas@twilio.com',
60+
name='Elmer Twilio',
6161
substitutions={
62-
Substitution('-name-', 'Elmer SendGrid'),
62+
Substitution('-name-', 'Elmer Twilio'),
6363
Substitution('-github-', 'http://github.com/ethomas'),
6464
},
6565
subject=Subject('Override Global Subject')),
@@ -72,7 +72,7 @@
7272
]
7373
ts = time.time()
7474
global_substitutions = Substitution('-time-', datetime.datetime.fromtimestamp(ts).strftime('%Y-%m-%d %H:%M:%S'))
75-
message = Mail(from_email=From('dx@sendgrid.com', 'DX'),
75+
message = Mail(from_email=From('help@twilio.com', 'Twilio SendGrid'),
7676
to_emails=to_emails,
7777
subject=Subject('Hi -name-'),
7878
plain_text_content=PlainTextContent('Hello -name-, your github is -github-, email sent at -time-'),
@@ -96,8 +96,8 @@
9696
import json
9797
from sendgrid import SendGridAPIClient
9898
from sendgrid.helpers.mail import (
99-
Mail, From, To, Cc, Bcc, Subject, PlainTextContent,
100-
HtmlContent, SendGridException, Substitution,
99+
Mail, From, To, Cc, Bcc, Subject, PlainTextContent,
100+
HtmlContent, SendGridException, Substitution,
101101
Header, CustomArg, SendAt, Content, MimeType, Attachment,
102102
FileName, FileContent, FileType, Disposition, ContentId,
103103
TemplateId, Section, ReplyTo, Category, BatchId, Asm,
@@ -114,22 +114,22 @@
114114

115115
message = Mail()
116116

117-
# Define Personalizations
117+
# Define Personalizations
118118

119119
message.to = To('elmer+test1@sendgrid.com', 'Example User1', p=0)
120-
message.to = [
120+
message.to = [
121121
To('elmer+test2@sendgrid.com', 'Example User2', p=0),
122122
To('elmer+test3@sendgrid.com', 'Example User3', p=0)
123123
]
124124

125125
message.cc = Cc('test4@example.com', 'Example User4', p=0)
126-
message.cc = [
126+
message.cc = [
127127
Cc('test5@example.com', 'Example User5', p=0),
128128
Cc('test6@example.com', 'Example User6', p=0)
129129
]
130130

131131
message.bcc = Bcc('test7@example.com', 'Example User7', p=0)
132-
message.bcc = [
132+
message.bcc = [
133133
Bcc('test8@example.com', 'Example User8', p=0),
134134
Bcc('test9@example.com', 'Example User9', p=0)
135135
]
@@ -160,19 +160,19 @@
160160
message.send_at = SendAt(1461775051, p=0)
161161

162162
message.to = To('test10@example.com', 'Example User10', p=1)
163-
message.to = [
163+
message.to = [
164164
To('test11@example.com', 'Example User11', p=1),
165165
To('test12@example.com', 'Example User12', p=1)
166166
]
167167

168168
message.cc = Cc('test13@example.com', 'Example User13', p=1)
169-
message.cc = [
169+
message.cc = [
170170
Cc('test14@example.com', 'Example User14', p=1),
171171
Cc('test15@example.com', 'Example User15', p=1)
172172
]
173173

174174
message.bcc = Bcc('test16@example.com', 'Example User16', p=1)
175-
message.bcc = [
175+
message.bcc = [
176176
Bcc('test17@example.com', 'Example User17', p=1),
177177
Bcc('test18@example.com', 'Example User18', p=1)
178178
]
@@ -204,9 +204,9 @@
204204

205205
# The values below this comment are global to entire message
206206

207-
message.from_email = From('dx@sendgrid.com', 'DX')
207+
message.from_email = From('help@twilio.com', 'Twilio SendGrid')
208208

209-
message.reply_to = ReplyTo('dx_reply@sendgrid.com', 'DX Reply')
209+
message.reply_to = ReplyTo('help_reply@twilio.com', 'Twilio SendGrid Reply')
210210

211211
message.subject = Subject('Sending with SendGrid is Fun 2')
212212

@@ -240,7 +240,7 @@
240240
message.section = Section('%section1%', 'Substitution for Section 1 Tag')
241241
message.section = [
242242
Section('%section2%', 'Substitution for Section 2 Tag'),
243-
Section('%section3%', 'Substitution for Section 3 Tag')
243+
Section('%section3%', 'Substitution for Section 3 Tag')
244244
]
245245

246246
message.header = Header('X-Test9', 'Test9')
@@ -284,7 +284,7 @@
284284
tracking_settings.click_tracking = ClickTracking(True, False)
285285
tracking_settings.open_tracking = OpenTracking(True, OpenTrackingSubstitutionTag("open_tracking"))
286286
tracking_settings.subscription_tracking = SubscriptionTracking(
287-
True,
287+
True,
288288
SubscriptionText("Goodbye"),
289289
SubscriptionHtml("<strong>Goodbye!</strong>"),
290290
SubscriptionSubstitutionTag("unsubscribe"))
@@ -313,8 +313,8 @@
313313
from sendgrid import SendGridAPIClient
314314
from sendgrid.helpers.mail import Mail, From, To, Subject, PlainTextContent, HtmlContent, SendGridException, DynamicTemplateData
315315

316-
message = Mail(from_email=From('dx@sendgrid.com', 'DX'),
317-
to_emails=To('elmer.thomas@sendgrid.com', 'Elmer Thomas'),
316+
message = Mail(from_email=From('help@twilio.com', 'Twilio SendGrid'),
317+
to_emails=To('ethomas@twilio.com', 'Elmer Thomas'),
318318
subject=Subject('Sending with SendGrid is Fun'),
319319
plain_text_content=PlainTextContent('and easy to do anywhere, even with Python'),
320320
html_content=HtmlContent('<strong>and easy to do anywhere, even with Python</strong>'))
@@ -354,4 +354,4 @@
354354
print(response.body)
355355
print(response.headers)
356356
except SendGridException as e:
357-
print(e.message)
357+
print(e.message)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def getRequires():
2020
name='sendgrid',
2121
version=str(__version__),
2222
author='Elmer Thomas, Yamil Asusta',
23-
author_email='dx@sendgrid.com',
23+
author_email='help@twilio.com',
2424
url='https://github.com/sendgrid/sendgrid-python/',
2525
packages=find_packages(exclude=["temp*.py", "test"]),
2626
include_package_data=True,

0 commit comments

Comments
 (0)