Skip to content

Commit 742c4a8

Browse files
chore(gae): migrate region tags step 1 & 3 - mail/app.yaml (#13045)
* chore(gae): migrate region tags step 1 - add new region tags to mail/app.yaml * chore(gae): migrate region tags step 3 - delete old regions in mail/app.yaml
1 parent 95ae028 commit 742c4a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

appengine/standard/mail/app.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ runtime: python27
1616
api_version: 1
1717
threadsafe: yes
1818

19-
# [START mail_service]
19+
# [START gae_mail_service_yaml_python]
2020
inbound_services:
2121
- mail
2222
- mail_bounce # Handle bounced mail notifications
23-
# [END mail_service]
23+
# [END gae_mail_service_yaml_python]
2424

2525
handlers:
2626
- url: /user/.+
@@ -29,12 +29,12 @@ handlers:
2929
script: send_mail.app
3030
- url: /send_message
3131
script: send_message.app
32-
# [START handle_incoming_email]
32+
# [START gae_handle_incoming_email_yaml_python]
3333
- url: /_ah/mail/.+
3434
script: handle_incoming_email.app
3535
login: admin
36-
# [END handle_incoming_email]
37-
# [START handle_all_email]
36+
# [END gae_handle_incoming_email_yaml_python]
37+
# [START gae_handle_all_email_yaml_python]
3838
- url: /_ah/mail/owner@.*your_app_id\.appspotmail\.com
3939
script: handle_owner.app
4040
login: admin
@@ -44,12 +44,12 @@ handlers:
4444
- url: /_ah/mail/.+
4545
script: handle_catchall.app
4646
login: admin
47-
# [END handle_all_email]
48-
# [START handle_bounced_email]
47+
# [END gae_handle_all_email_yaml_python]
48+
# [START gae_handle_bounced_email_yaml_python]
4949
- url: /_ah/bounce
5050
script: handle_bounced_email.app
5151
login: admin
52-
# [END handle_bounced_email]
52+
# [END gae_handle_bounced_email_yaml_python]
5353
- url: /attachment
5454
script: attachment.app
5555
- url: /header

0 commit comments

Comments
 (0)