• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
1 / 2
Filters
25 results tagged email

Simple, Transparent Pricing - MailerLite

QRCode

MailerLite's pricing is straightforward, fair and affordable for all businesses. Compare the plans and choose the one that fits your needs the best!

https://www.mailerlite.com/pricing
December 30, 2024 at 9:55:22 AM EST *
email marketing
FILLER

Email explained from first principles

QRCode

Modern email is a patchwork of protocols and extensions. Here is one article to understand them all.

https://explained-from-first-principles.com/email/
September 17, 2021 at 4:39:13 PM EDT *
email programming internet
FILLER

Mailchimp Is Dead (It Just Doesn’t Know It Yet) | Better Marketing

QRCode

Mailchimp may have been the 800-pound gorilla in the newsletter ecosystem, but there’s a new silverback that’s about to chop down the whole rainforest.

https://aws.amazon.com/ses/details/

The setup process is absurd. You have to get your web gal to set up an EC2 instance (whatever that is) and find or build a third-party application that lets you self-host it on your website. I literally couldn’t use it without my web team.

https://adamtheautomator.com/send-emails-using-amazon-ses/

If you’re an email marketer, play around with Sendy and MuxMail and get a feel for SES.
And if you’re a coder or programmer, what are you waiting for?!

https://medium.com/better-marketing/mailchimp-is-dead-it-just-doesnt-know-it-yet-6e404c3e4b7b
January 22, 2021 at 10:12:23 AM EST *
email
FILLER

The Ultimate Guide to Bulletproof Buttons in Email Design - Litmus

QRCode

Padding + Border-Based Buttons

The padding and border-based buttons combine elements of the previous two approaches.

Essentially, this approach uses the same structure of styling the link with both padding and at least a solid 1px border. Then, a background color is applied to the to fill the entire background of the link. The background color needs to be applied to the instead of the <a> in this instance because Outlook does not recognize horizontal padding on the <a> tag (since it does not support such styling for non block-level HTML elements).

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
      <table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="center" style="border-radius: 3px;" bgcolor="#e9703e"><a href="https://litmus.com" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; text-decoration: none;border-radius: 3px; padding: 12px 18px; border: 1px solid #e9703e; display: inline-block;">I am a button →</a></td>
        </tr>
      </table>
    </td>
  </tr>
</table>

Horizontal Padding Hack for Outlook
A quick hack that can be used to increase the horizontal “padding” for Outlook is to conditionally add inline non-breaking space(s) on each side of the link.

<!--[if mso]> <![endif]-->
https://www.litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design/
January 8, 2021 at 9:46:08 AM EST *
email buttons
FILLER

The 100% correct way to validate email addresses

QRCode

Congratulations. From this day forward, you will no longer squander your time trying to work out the perfect regex to validate email addresses. You will also never again run the risk of rejecting what is, in fact, a strange, valid email address.

The upshot
There is no point in trying to work out if an email address is ‘valid’. A user is far more likely to enter a wrong and valid email address than they are to enter an invalid one.

Therefore, you are better off spending your time doing literally any other thing than trying to validate email addresses.

https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643
April 11, 2018 at 3:13:55 PM EDT *
webdesign email
FILLER

Foundation for Emails | A Responsive Email Framework from ZURB

QRCode

Making Emails Suck Less

We know building HTML emails is hard, especially responsive emails. That's why we created Foundation for Emails. Get away from complex table markup and inconsistent results. Use Foundation for Emails to spend less time coding emails, and more time on other things, like building amazing products.

http://foundation.zurb.com/emails.html
August 4, 2017 at 2:10:15 PM EDT *
frameworks email
FILLER

An Introduction To Building And Sending HTML Email For Web Developers

QRCode

HTML email: Two words that, when combined, brings tears to a developer’s eyes. If you’re a web developer, it’s inevitable that coding an email will be a task that gets dropped in your lap at some time in your career, whether you like it or not. Coding HTML email is old school. Think back to 1999, when we called ourselves “webmasters” and used Frontpage, WYSIWYG editors and tables to mark up our websites.

https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/
January 18, 2017 at 8:54:21 AM EST *
webdesign email
FILLER

CEO of a $16 billion business says the way you write emails can break your career

QRCode
https://www.yahoo.com/news/m/1d68d3c5-a101-3458-b5e1-c7aabbb356e0/ceo-of-a-%2416-billion-business.html
December 15, 2016 at 10:15:30 AM EST *
email career
FILLER

The Hostile Email Landscape - Slashdot

QRCode
http://tech.slashdot.org/story/15/10/19/1434236/the-hostile-email-landscape
October 21, 2015 at 2:48:56 PM EDT *
email
FILLER

HTML EMAIL BOILERPLATE v 0.4 updated 5/12

QRCode
http://htmlemailboilerplate.com/#f1
June 13, 2011 at 3:51:15 PM EDT *
email
FILLER

Designer Templates | MailChimp.com

QRCode
http://www.mailchimp.com/features/designer-templates/
October 22, 2010 at 2:53:09 PM EDT *
email templates
FILLER

Agile Testing: DKIM setup with postfix and OpenDKIM

QRCode
http://agiletesting.blogspot.com/2010/03/dkim-setup-with-postfix-and-opendkim.html
September 30, 2010 at 3:10:57 PM EDT *
linux email
FILLER

20 Email Design Best Practices and Resources for Beginners - Nettuts+

QRCode
http://net.tutsplus.com/tutorials/html-css-techniques/20-email-design-best-practices-and-resources-for-beginners/
November 18, 2009 at 11:38:18 AM EST *
email
FILLER

Sending Email with Perl Best Practice

QRCode
http://www.revsys.com/writings/perl/sending-email-with-perl.html
November 18, 2009 at 11:12:31 AM EST *
perl email
FILLER

Email Blacklist Check - See if your server is blacklisted

QRCode
http://www.mxtoolbox.com/blacklists.aspx
June 26, 2009 at 9:41:54 AM EDT *
email
FILLER

FetchYahoo!

QRCode
http://fetchyahoo.twizzler.org/
May 6, 2009 at 2:54:40 PM EDT *
yahoo email
FILLER

A Guide to CSS Support in Email

QRCode
http://www.campaignmonitor.com/css/
June 11, 2008 at 9:17:46 AM EDT *
css email
FILLER

Spam Links - backscatter

QRCode
http://spamlinks.net/prevent-secure-backscatter.htm
May 6, 2008 at 9:23:00 AM EDT *
email spam
FILLER

Advanced SpamAssassin/Procmail Setup

QRCode
http://linux.duke.edu/~mstenner/docs/sa-docs/advanced.html
April 30, 2008 at 10:25:19 AM EDT *
linux email spam
FILLER

How to Find or Validate an Email Address

QRCode
http://www.regular-expressions.info/email.html
January 31, 2008 at 1:35:05 PM EST *
perl email regex
FILLER
1 / 2
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community