From da2e3eb5eed9999efb095d7d7c7e7e2260e9d844 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 24 Jun 2017 16:37:37 -0400 Subject: [PATCH] ajax! --- index.html | 12 ++++++++++++ mail.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9aa9449..2c6b7ae 100644 --- a/index.html +++ b/index.html @@ -100,5 +100,17 @@ + diff --git a/mail.php b/mail.php index 0d51d03..64161cd 100644 --- a/mail.php +++ b/mail.php @@ -8,7 +8,7 @@ $options = array( 'content' => '{ "from": "matt.huntington@gmail.com", "to": "matt.huntington@gmail.com", - "subject": "no var dump", + "subject": "ajax!", "html": "please please please please please please" }' )