We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fcaf08 + 1c64972 commit 3acaa2cCopy full SHA for 3acaa2c
python-examples/basic/basic_send_with_amp_body.py
@@ -10,7 +10,7 @@
10
# build the message
11
message = BasicMessage()
12
13
-message.subject = "Sending A Test Message (Basic Send)"
+message.subject = "Sending A Test Message (Basic Send With AMP Body)"
14
15
message.html_body = "<html><body>" \
16
"<h1>This HTML will show if AMP is not supported on the receiving end of the email.</h1>" \
python-examples/bulk/bulk_send_with_amp_body.py
@@ -11,7 +11,7 @@
message = BulkMessage()
-message.subject = "Sending A Test Message (Bulk Send)"
+message.subject = "Sending A Test Message (Bulk Send With AMP Body)"
17
0 commit comments