-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail-python.html
51 lines (48 loc) · 2.65 KB
/
email-python.html
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
42
43
44
45
46
47
48
49
50
51
<DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159158579-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159158579-3');
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/icon">
<link rel="icon" href="favicon.ico" type="image/icon">
<head>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@500;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>HD Open Source Projects</title>
<script data-ad-client="ca-pub-6004893853751445" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<div>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="donations.html">Donate</a>
<a href="vexcode.html">VEX Robotics</a>
<a href="email-python.html">Python Backend</a>
<a href="raid.html">Raid The Romans</a>
<a href="flappy.html">Flappy Bird</a>
<a href="projects.html">Project Ideas</a>
<a href="progress.html">See What We Are Up To</a>
<a href="about.html">About Us</a>
</div>
<img src="images/code-coding-connection-css.jpg">
<h2>Python Backend</h2>
<p>Our python backend project is a project we started after we realized that emails sent from other blast email services such as <a href="https://mailchimp.com/"> Mailchimp</a> go to spam too often.</p>
<p>We fixed this problem by using a different method of email sending, direct from your email and not through some backend that is not direct.</p>
<p>Python Backend is also great for orginizations who don't want to pay for the "premium" versions of other email servies to get unlimetd emails sent or an unlimited subscriber list size. These features are included in Python Backend which is free </p>
<p> We have many features such as HTML content insertion and spreadsheet reading in the application which you can download from our git hub or using the link below</p>
<a href="https://github.com/ad101-lab/Python-backend/blob/master/Email-Python-Backend-App.exe"> Download The App </a>
<div class="footer">
<a href="github.html"><b>GitHubs</b></a>
<a href="legal.html"><b>Legal</b></a>
<a href="privacy.html"><b>Privacy Policy</b></a>
<a href="license.html"><b>License</b></a>
<a href="progress.html"><b>See What We Are Up To</b></a>
</div>
</body>
</div>
</html>