forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 2.57 KB
/
Copy pathindex.html
File metadata and controls
64 lines (64 loc) · 2.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: page
weight: 0
title: Docs Home
icon: icon-home
showTitle: false
breadcrumbs: false
navigation:
show: true
---
<header class="page-header"><h1>Getting Started With SendGrid</h1></header>
<div class="row-fluid">
<div class="span4 well callout">
<a href="{{root_url}}/User_Guide/index.html"><span class="icon-4 pull-right" alt="Overview Icon"></span></a>
<h3><a href="{{root_url}}/User_Guide/index.html">Overview</a></h3>
<p>
Find out more about what SendGrid does and how it can help solve your email deliverability problems.
</p>
<a href="{{root_url}}/User_Guide/index.html">What is SendGrid?</a>
</div>
<div class="span4 well callout">
<a href="{{root_url}}/Integrate/index.html"><span class="icon-1 pull-right"></span></a>
<h3><a href="{{root_url}}/Integrate/index.html">Integrate</a></h3>
<p>
Add email capability to your application, whether it's WordPress, Ruby on Rails, Drupal, Codeigniter, and more.
</p>
<a href="{{root_url}}/Integrate/index.html">Start Sending Email</a>
</div>
<div class="span4 well callout">
<a href="{{root_url}}/Code_Examples/index.html"<span class="icon-18 pull-right"></span></a>
<h3><a href="{{root_url}}/Code_Examples/index.html">Code Examples</a></h3>
<p>
Code for common use cases in a variety of languages to help you get going on your project.
</p>
<a href="{{root_url}}/Code_Examples/index.html">Show Me the Code</a>
</div>
</div>
<header class="page-header"><h1>Reference</h1></header>
<div class="row-fluid">
<div class="span4 well callout">
<a href="{{root_url}}/API_Reference/SMTP_API/index.html"><span class="icon-2 pull-right"></span></a>
<h3><a href="{{root_url}}/API_Reference/SMTP_API/index.html">SMTP API</a></h3>
<p>
Learn how to use SendGrid's SMTP API to customize how your email is sent.
</p>
<a href="{{root_url}}/API_Reference/SMTP_API/index.html">SMTP API Reference</a>
</div>
<div class="span4 well callout">
<a href="{{root_url}}/API_Reference/Web_API/index.html"><span class="icon-6 pull-right"></span></a>
<h3><a href="{{root_url}}/API_Reference/Web_API/index.html">Web API</a></h3>
<p>
Send email and interact with SendGrid over HTTP using the Web API.
</p>
<a href="{{root_url}}/API_Reference/Web_API/index.html">Web API Reference</a>
</div>
<div class="span4 well callout">
<a href="{{root_url}}/api_workshop.html"><span class="icon-14 pull-right"></span></a>
<h3><a href="{{root_url}}/api_workshop.html">API Workshop</a></h3>
<p>
Try out SendGrid's API directly from your browser.
</p>
<a href="{{root_url}}/api_workshop.html">Test Drive the API</a>
</div>
</div>