Skip to content

Commit 1c64972

Browse files
committed
Minor AMP changes
1 parent f41cdb5 commit 1c64972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-examples/basic/basic_send_with_amp_body.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# build the message
1111
message = BasicMessage()
1212

13-
message.subject = "Sending A Test Message (Basic Send)"
13+
message.subject = "Sending A Test Message (Basic Send With AMP Body)"
1414

1515
message.html_body = "<html><body>" \
1616
"<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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
message = BulkMessage()
1212

1313

14-
message.subject = "Sending A Test Message (Bulk Send)"
14+
message.subject = "Sending A Test Message (Bulk Send With AMP Body)"
1515

1616
message.html_body = "<html><body>" \
1717
"<h1>This HTML will show if AMP is not supported on the receiving end of the email.</h1>" \

0 commit comments

Comments
 (0)