We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86708c7 commit 0692f31Copy full SHA for 0692f31
examples/helpers/mail/mail_example.py
@@ -30,7 +30,7 @@ def build_personalization(personalization):
30
mock_personalization.add_to(cc_addr)
31
32
for bcc_addr in personalization['bcc_list']:
33
- mock_personalization.add_bc(bcc_addr)
+ mock_personalization.add_bcc(bcc_addr)
34
35
for header in personalization['headers']:
36
mock_personalization.add_header(header)
@@ -216,4 +216,4 @@ def send_kitchen_sink():
216
send_hello_email()
217
218
# this will only send an email if you set SandBox Mode to False
219
-send_kitchen_sink()
+send_kitchen_sink()
0 commit comments