File tree 4 files changed +54
-1
lines changed
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
+
1
12
# Google App Engine generated folder
2
13
appengine-generated /
3
14
Original file line number Diff line number Diff line change 1
1
<?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] -->
2
16
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
3
17
<application >YOUR-PROJECT-ID</application >
4
18
<version >YOUR-VERSION-ID</version >
8
22
<env-var name =" MAILGUN_API_KEY" value =" YOUR-MAILGUN-API-KEY" />
9
23
</env-variables >
10
24
</appengine-web-app >
25
+
Original file line number Diff line number Diff line change 1
1
<?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] -->
2
16
<web-app xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://java.sun.com/xml/ns/javaee"
3
17
xmlns : web =" http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4
18
xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
11
25
<servlet-name >mailgun</servlet-name >
12
26
<url-pattern >/send/email</url-pattern >
13
27
</servlet-mapping >
14
- </web-app >
28
+ </web-app >
29
+
Original file line number Diff line number Diff line change 1
1
<!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
+ -->
2
14
< html >
3
15
< head >
4
16
< title > Mailgun on Google App Engine Managed VMs</ title >
You can’t perform that action at this time.
0 commit comments