-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
42 lines (33 loc) · 1.14 KB
/
index.php
File metadata and controls
42 lines (33 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head><title>Rare Positivity Page</title></head>
<body>
<?php/* require_once("./email/SimpleEmailService.php");
require_once("./email/SimpleEmailServiceMessage.php");
require_once("./email/SimpleEmailServiceRequest.php");
$ses = new SimpleEmailService('AKIAJNFOLU5VSTOFXC2A', 'A5kDR/R6DbzvLLPfARRW6OQxhAxUls1xqQyqvYgo');
$ses->enableVerifyPeer(false);
//print_r($ses->verifyEmailAddress('vishantk@gmail.com'));
$m = new SimpleEmailServiceMessage();
$m->addTo('earl909@yahoo.com');
$m->setFrom('vishantk@gmail.com');
$m->setSubject('Hello, world!');
$m->setMessageFromString('This is the message body.');
$ses->sendEmail($m);
echo "hello";*/
?>
<!DOCTYPE html>
<html>
<head>
<script src="sounds.js"></script>
<title> LIL B #RARE Positivity Page
</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1> LIL B Positivity Page </h1>
<!-- <img src="./images/lilb.jpg"> -->
<div id="main">
<button type="button" onclick="PlayRandomSound()" id="press">Click here to hear words of encouragement!</button>
<a href="form.php"><button type="button" id="send">Click here to send a positive message!</button></a>
</body>
</html>