diff --git a/source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.md b/source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.md index 4bf7a44172..fd2bb2c185 100644 --- a/source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.md +++ b/source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.md @@ -10,7 +10,7 @@ Advanced Suppression Managers gives your recipients more control over the types certain group. Learn more in the:[Advanced Suppression Manager User -Guide]({{root_url}}/User_Guide/advanced_suppression_manager.html), or +Guide]({{root_url}}/User_Guide/Email_Deliverability/Subscription_Tracking/index.html), or check out the following API resources: -[Suppression diff --git a/source/API_Reference/Web_API_v3/IP_Management/ip_warmup.md b/source/API_Reference/Web_API_v3/IP_Management/ip_warmup.md index 78239fc1e5..71b7511a6e 100644 --- a/source/API_Reference/Web_API_v3/IP_Management/ip_warmup.md +++ b/source/API_Reference/Web_API_v3/IP_Management/ip_warmup.md @@ -13,24 +13,7 @@ If you have existing warm IPs as well as new IPs that need warming, any mail bey If there are no existing warm IPs, any requests made above the hourly maximum limit will overflow to our Shared IP Warmup clusters for sending. If your sending reputation is below 85, you will not be able to use these Shared IP Warmup clusters. -An IP in warmup will always follow SendGrid’s Warmup Schedule. Please consider a measured approach when sending on a new IP to allow for proper IP warmup. You can read more on [the importance of warming up a new IP]({{root_url}}/User_Guide/Setting_Up_Your_Server/warming_up.html) and consider your sending volume for best deliverability. - -* * * * * - -{% anchor h2 %} -POST -{% endanchor %} -Add an IP to warmup. - -{% parameters post %} - {% parameter ip Yes 'Valid IP address' 'IP address to warmup' %} -{% endparameters %} - -{% apiv3example post POST https://api.sendgrid.com/v3/ips/warmup ip=000.000.000.000 %} -{% v3response %} -_ -{% endv3response %} -{% endapiv3example %} +An IP in warmup will always follow SendGrid’s Warmup Schedule. Please consider a measured approach when sending on a new IP to allow for proper IP warmup. You can read more on [the importance of warming up a new IP]({{root_url}}/User_Guide/Setting_Up_Your_Server/warming_up_ips.html) and consider your sending volume for best deliverability. * * * * * diff --git a/source/Code_Examples/ruby.md b/source/Code_Examples/ruby.md index 8921d874d6..689eb640e7 100644 --- a/source/Code_Examples/ruby.md +++ b/source/Code_Examples/ruby.md @@ -22,7 +22,7 @@ email = SendGrid::Mail.new do |m| m.html = 'and easy to do anywhere, even with Ruby' end -sendgrid.send(email) +client.send(email) {% endcodeblock %} This example shows how to send email plain text and HTML email using Ruby. The gem [Mail](https://github.com/mikel/mail) is required. diff --git a/source/Glossary/dmarc.md b/source/Glossary/dmarc.md index 8bacc57b8a..e5a7c76c58 100644 --- a/source/Glossary/dmarc.md +++ b/source/Glossary/dmarc.md @@ -8,6 +8,10 @@ seo: title: DMARC override: true --- + Domain-based Message Authentication Reporting and Conformance (DMARC) is an additional layer of email authentication that builds on the two previous authentication methods [Sender Policy Framework (SPF)]({{root_url}}/Glossary/spf.html) and [DomainKeys Identified Mail (DKIM)]({{root_url}}/Glossary/dkim.html). First and foremost, both SPF and DKIM must be implemented before a DMARC policy can be put into place. -DMARC came about in an effort to standardize what happens to your sent mail in the event of failed authentications. Conceptually, it’s helpful to think of DMARC in the context of "if this then that” reasoning. If SPF and DKIM both fail, then DMARC takes action on its defined policy. Both DKIM and SPF must fail before any action on a DMARC policy is taken. This layer of defense provides consistency and defined results to legitimate senders. + +DMARC came about in an effort to standardize what happens to your sent mail in the event of failed authentications. Conceptually, it’s helpful to think of DMARC in the context of "if this then that” reasoning. If SPF and DKIM both fail, then DMARC takes action on its defined policy. Both DKIM and SPF must fail before any action on a DMARC policy is taken. This layer of defense provides consistency and defined results to legitimate senders. + Without DMARC, [ESPs]({{root_url}}/Glossary/email_service_provider.html) decide whether to deliver or block mail based on the authentication results of SPF and DKIM. DMARC allows the legitimate senders to tell ESPs who have implemented DMARC exactly what to do with the unauthenticated mail. This becomes absolutely vital for those senders who are concerned with their domain being spoofed. Check out our article on [implementing DMARC](https://support.sendgrid.com/hc/en-us/articles/200182958) which goes into the specifics of DMARC policies. + diff --git a/source/Glossary/domain.md b/source/Glossary/domain.md index 507d5a2368..54d1f967a2 100644 --- a/source/Glossary/domain.md +++ b/source/Glossary/domain.md @@ -14,8 +14,4 @@ A domain is a named Internet address that resolves to the numbered Internet Prot If you are on a Silver or above plan you will have your very own dedicated IP address which we encourage you to [whitelabel your server for sending with SendGrid]({{root_url}}/User_Guide/Setting_Up_Your_Server/Whitelabeling/index.html) -{% anchor h3 %} -Related Links -{% endanchor %} - -* [Email Infrastructure Guide](http://resources.sendgrid.com/email-infrastructure-guide/?mc=SendGrid%20Documentation) +For more information, please download our [Email Infrastructure Guide](http://resources.sendgrid.com/email-infrastructure-guide/?mc=SendGrid%20Documentation) diff --git a/source/Glossary/email_marketing.md b/source/Glossary/email_marketing.md index 722a9a1233..0fdbdc58b3 100644 --- a/source/Glossary/email_marketing.md +++ b/source/Glossary/email_marketing.md @@ -23,12 +23,12 @@ Following email best practices in your marketing emails can yield great rewards SendGrid can help you achieve your email marketing goals with our [Marketing Email Service](https://sendgrid.com/email-marketing). This service provides the following and much more: -* Pre-designed email templates -* Drag and drop editor -* Ability to use your own HTML -* Scheduled email campaign delivery -* Powerful analytics (track email sends, deliveries, bounces, spam reports, clicks, opens, ...unsubscribes, category use, and more in real-time) -* A/B testing -* Simple list management +* [Pre-designed email templates]({{root_url}}/Marketing_Emails/create_manage.html#-STEP-3-Design) +* [Drag and drop editor]({{root_url}}/VidGrid/Marketing_Emails/Design/drag_and_drop.html) +* [Ability to use your own HTML]({{root_url}}/Marketing_Emails/create_manage.html) +* [Scheduled email campaign delivery]({{root_url}}/API_Reference/Marketing_Emails_API/schedule.html) +* [Powerful analytics]({{root_url}}/Delivery_Metrics/index.html) +* [A/B testing]({{root_url}}/API_Reference/Marketing_Emails_API/variations.html) +* [Simple list management]({{root_url}}/Marketing_Emails/recipients.html) This level of visibility into your email marketing performance is invaluable when it comes to determining what resonates best with your audience. Overall, the key to a successful email marketing is that it drives an action. You should strive to provide relevant content by using segmentation strategies to tailor your communications. This is best achieved by testing your design, content, and offers to determine what resonates best with your subscribers. \ No newline at end of file diff --git a/source/Glossary/feedback_loop.md b/source/Glossary/feedback_loop.md index 9608c47a9d..2ddac52623 100644 --- a/source/Glossary/feedback_loop.md +++ b/source/Glossary/feedback_loop.md @@ -10,6 +10,6 @@ navigation: show: true --- -A feedback loop is the process by which an ISP forwards emails reported as spam (see complaint) for immediate removal by the sender. +A feedback loop is the process by which an ISP forwards emails reported as spam (see [complaint]({{root_url}}/Glossary/complaint.html)) for immediate removal by the sender. [To get more information please check out our Email Infrastructure Guide](http://resources.sendgrid.com/email-infrastructure-guide/?mc=SendGrid%20Documentation) diff --git a/source/Glossary/index.html b/source/Glossary/index.html index 7d9fdf467d..8fc003eeb5 100644 --- a/source/Glossary/index.html +++ b/source/Glossary/index.html @@ -1,6 +1,6 @@ --- seo: - title: Email Glossary + title: Email Terms Glossary description: Learn why more developers choose SendGrid for their email deliverability service to send transactional emails triggered by web apps. Get started for free keywords: email glossary, email terms title: Email Terms Glossary @@ -10,32 +10,154 @@ show: true --- -