Skip to content

Commit 3acaa2c

Browse files
Merge pull request #2 from ryan-lydz/main
Minor AMP changes
2 parents 1fcaf08 + 1c64972 commit 3acaa2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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>" \

Diff for: 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)