File tree Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2015 Google Inc. All Rights Reserved.
2+ # Licensed under the Apache License, Version 2.0 (the "License");
3+ # you may not use this file except in compliance with the License.
4+ # You may obtain a copy of the License at
5+ # http://www.apache.org/licenses/LICENSE-2.0
6+ # Unless required by applicable law or agreed to in writing, software
7+ # distributed under the License is distributed on an "AS IS" BASIS,
8+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+ # See the License for the specific language governing permissions and
10+ # limitations under the License.
11+
112# Google App Engine generated folder
213appengine-generated /
314
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- [START_EXCLUDE] -->
3+ <!--
4+ Copyright 2015 Google Inc. All Rights Reserved.
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+ http://www.apache.org/licenses/LICENSE-2.0
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
14+ -->
15+ <!-- [END_EXCLUDE] -->
216<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
317 <application >YOUR-PROJECT-ID</application >
418 <version >YOUR-VERSION-ID</version >
822 <env-var name =" MAILGUN_API_KEY" value =" YOUR-MAILGUN-API-KEY" />
923 </env-variables >
1024</appengine-web-app >
25+
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- [START_EXCLUDE] -->
3+ <!--
4+ Copyright 2015 Google Inc. All Rights Reserved.
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+ http://www.apache.org/licenses/LICENSE-2.0
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
14+ -->
15+ <!-- [END_EXCLUDE] -->
216<web-app xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://java.sun.com/xml/ns/javaee"
317 xmlns : web =" http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
418 xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
1125 <servlet-name >mailgun</servlet-name >
1226 <url-pattern >/send/email</url-pattern >
1327 </servlet-mapping >
14- </web-app >
28+ </web-app >
29+
Original file line number Diff line number Diff line change 11<!doctype html>
2+ <!--
3+ Copyright 2015 Google Inc. All Rights Reserved.
4+ Licensed under the Apache License, Version 2.0 (the "License");
5+ you may not use this file except in compliance with the License.
6+ You may obtain a copy of the License at
7+ http://www.apache.org/licenses/LICENSE-2.0
8+ Unless required by applicable law or agreed to in writing, software
9+ distributed under the License is distributed on an "AS IS" BASIS,
10+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+ See the License for the specific language governing permissions and
12+ limitations under the License.
13+ -->
214< html >
315< head >
416 < title > Mailgun on Google App Engine Managed VMs</ title >
You can’t perform that action at this time.
0 commit comments