Email (also written as "e-mail") is an electronic communication of text and/or other multimedia such as images, or even full HTML with active hyperlinks.[1]
Contents
Specifications
- Internet Message Format: https://tools.ietf.org/html/rfc5322 (RFC-5322)
- Message Submission for Mail (Email) spec: https://tools.ietf.org/html/rfc6409 (RFC-6409)
- Post Office Protocol - Version 3 (POP3) spec: https://tools.ietf.org/html/rfc1939 (RFC-1939)
- Internet Message Access Protocol, Version 4 (IMAP) spec: http://www.ietf.org/wg/concluded/imap.html (RFC-1730)
- Simple Mail Transfer Protocol (SMTP) spec: http://www.faqs.org/rfcs/rfc2821.html (RFC-2821)
Spam
Spam (also called junkmail) is unsolicited email messages akin to the kind of "junk mail" or unwanted flyers/pamhplets/letters one might get in the regular mail (i.e. paper or snail mail). Due to the significantly lower cost of sending an email, Spam has been particularly prevalent since the early days of Email, with Spam Bots and Email Marketers getting more and more clever. Spam has been at worst a major cause of pain (in cases of email Fraud), and at best a minor nuisance or annoyance to many everyday Email users. [2]
SMS to Email
Some Telcos (carriers) provide email addresses for routing messages to any subscriber's Mobile Phone number via either Email itself of SMS.
- How To Send Email To Any Cell Phone (for Free): http://www.makeuseof.com/tag/email-to-sms/
- SMS2Email (by AQL in the UK): http://sms2email.com/
Tools
- Sendmail: http://www.sendmail.com/sm/open_source/[3]
- Exim Internet Mailer -- message transfer agent (MTA): http://www.exim.org/
- Postfix: http://www.postfix.org/[4]
- Exim: http://www.exim.org/ [5]
- qmail: http://cr.yp.to/qmail.html[6]
- MX Toolbox: http://mxtoolbox.com/ (MX records for a domain in priority order. The MX lookup is done directly against the domain's authoritative name server, so changes to MX Records should show up instantly)
- SayThanks: https://saythanks.io | INBOX | DEMO (service to let you "SayThanks" to your favourite Open Source developers)
- CSS Color picker: https://www.w3schools.com/colors/colors_picker.asp (useful as we often have no choice but to go with a bunch of inline styles)
- Responsive Email CSS Inliner: https://htmlemail.io/inline/
Templates
- Stripo: https://stripo.email (create professional pure HTML code according to advanced email templates coding experiences and responsive better engagement rate for emails opened on mobile email templates fast time reducing for every new email creation by optimizing processes and automation without any HTML skills)
- SendWithUs - Open Source Email Templates: https://github.com/sendwithus/templates[7]
- MailChimp - 36 Open Source Email Blueprints: https://blog.mailchimp.com/36-open-source-email-templates/
- EasySendy - Responsive Email Editor: https://easysendy.com/free-drag-and-drop-responsive-email-editor-for-sendy/
- Stamplia: https://stamplia.com/explore?order=validatedAt&dir=desc (Templates for sale)
- Litmus: https://litmus.com/ (Email Marketing Campaign tool & robust Email Editor
- Is there an open source email template editor similar to MailChimp's?: https://www.quora.com/Is-there-an-open-source-email-template-editor-similar-to-MailChimps
- Open Source Email Templates: https://news.ycombinator.com/item?id=8154646
Email Marketing
- ModernMedia's ExactTarget - Email Marketing, Newsletters/Campaigns: http://www.exacttarget.com | DOCS (now part of Salesforce Marketing Cloud)
- MailChimp - Newsletters/Campaigns: http://mailchimp.com/
- Sendy - Amazon Simple Email Service (SES) client: https://sendy.co/ (newsletter management tool)
- ConstantContact: http://www.constantcontact.com/
- CampaignMonitor: http://www.campaignmonitor.com/
Anonyous Email
- Hey: https://www.hey.com [8]
- Mailinator: https://www.mailinator.com/
Web
Open Source
- Horde (webmail): http://www.horde.org/imp/
- Tutanota: https://mail.tutanota.com/
Proprietary
- Hotmail: http://hotmail.com
- Gmail: http://gmail.com
- Yahoo! Mail: http://mail.yahoo.com
- ProtonMail: https://beta.protonmail.com
Desktop
Open Source
- Thunderbird: http://www.mozillamessaging.com/thunderbird
- Pegasus Mail client: http://pmail.com/ | Mercury Mail server: http://pmail.com/downloads_s3_t.htm
Proprietary
- MS Office - Outlook: http://office.microsoft.com/en-us/outlook/
- Outlook Express: http://www.microsoft.com/windows/ie/ie6/using/oe/default.mspx
- Pegasus: http://pmail.com/
Resources
- Email format -- Validation/spec summary: http://emailregex.com/email-validation-summary
- Canada's Anti-Spam Legislation and Regulation (CASL): http://fightspam.gc.ca/eic/site/030.nsf/eng/00285.html[9][10][11]
- Emailology: https://web.archive.org/web/20170813123126/http://www.emailology.org/ (template for responsive HTML5 emails/newsletters)
- Awesome Emails: https://github.com/jonathandion/awesome-emails (collection of awesome frameworks, templates, tools, workflows and many more to build better emails.)
- Responsive HTML email templates: https://github.com/konsav/email-templates
- Free Responsive Simple HTML Email Template: https://github.com/leemunroe/responsive-html-email-template
- Antwort - Responsive Layouts for Email: https://github.com/InterNations/antwort
- Amazon - Simple Email Service (SES): http://aws.amazon.com/ses/ [16]
- Email Reading Library (Source Code): http://www.sajithmr.com/email-reading-library-souce-code/
- Apache Camel - Mail bindings: http://camel.apache.org/mail.html
- Best practices for Email unsubscribe: http://www.dave-woods.co.uk/index.php/best-practices-for-email-unsubscribe/
- Best Practices For Bulletproof E-Mail Delivery: http://www.smashingmagazine.com/2007/10/16/best-practices-for-bulletproof-e-mail-delivery/
- Using the Outlook.com preview (FAQ): http://www.zdnet.com/using-the-outlook-com-preview-faq-7000001967/
- How to Create and Verify an Email Newsletter Before Sending (Checklist): https://designmodo.com/email-newsletter-checklist/
- 7 Email Marketing Metrics You Should Track: https://www.businessnewsdaily.com/16288-email-marketing-metrics.html
JAVA
- Send Email from Java (using .properties configuration file): http://snipplr.com/view/70050/sendemailjava/
- Sending Email From Your Application Using Java Mail: http://www.javacommerce.com/displaypage.jsp?name=javamail.sql&id=18274
- Sending email using Java: http://www.jscape.com/articles/sending_email_using_java.html
- Sending HTML based email using Java: http://www.jscape.com/articles/sending_html_email_using_java.html
- Send Email from your GMAIL account using java: http://www.easemarry.com/blog/java-use-gmail-account-to-send-mail/comment-page-1/
- JavaMail -- Send Email with attachment: http://www.wikijava.org/wiki/Send_Email_with_attachment
- JavaMail API – Sending email via Gmail SMTP example : http://www.mkyong.com/java/javamail-api-sending-email-via-gmail-smtp-example/
PHP
- How to Send Email from a PHP Script: http://email.about.com/od/emailprogrammingtips/qt/How_to_Send_Email_from_a_PHP_Script.htm
- The PHP mail() Function: http://www.w3schools.com/php/php_mail.asp
- PHP -- Sending Email (with Text/HTML/Attachments): http://www.webcheatsheet.com/php/send_email_text_html_attachment.php
- PHP Send Email: http://www.cyberciti.biz/faq/php-sending-email/
- Verify And Sanitize Email Address in PHP: http://www.cyberciti.biz/faq/php-verify-email-address/[17]
Tutorials
- 3 different (legal) types of Email: https://www.mailjet.com/docs/email_types (Marketing, Notification, Transaction)[18]
- SMTP, POP3, IMAP and MIME types: https://sites.google.com/site/francescopasturenzi/internet-architecture-and-protocols/email-smtp-pop3-imap-and-mime
- Email Self-Defense (PGP guide): https://emailselfdefense.fsf.org/en/
- Using Outlook/Exchange for calendar only, while keeping e-mail in Thunderbird: http://users.wfu.edu/matthews/misc/thunderbird/exchangetb/thunderbirdexchange.html[19]
- From Outlook to Thunderbird and Back Again: http://www.twistermc.com/1376/outlook-thunderbird/
- How to Sync Your Desktop Email Client (Outlook or Thunderbird) Across Multiple Computers: http://lifehacker.com/5805828/how-to-sync-your-desktop-email-client-outlook-or-thunderbird-across-multiple-computers
- How to Minimize Outlook to the System Tray: http://email.about.com/od/outlooktips/qt/How_to_Minimize_Outlook_to_the_System_Tray.htm
- 20 Tips for Creating an Effective Email Signature: http://www.sitepoint.com/creating-an-effective-email-signature/
- Automatically Encrypting all Incoming Email: https://grepular.com/Automatically_Encrypting_all_Incoming_Email
- Autodiscover service in Exchange Server: https://docs.microsoft.com/en-us/exchange/architecture/client-access/autodiscover?view=exchserver-2019 (Autodiscover.xml)
- Getting started with 2-step (Email) verification: http://support.google.com/accounts/bin/static.py?hl=en&page=guide.cs&guide=1056283&answer=1085463&rd=3
- Configure XAMPP Mercury Mail: http://kyrathaba.dcmembers.com/errata/configureMercuryMail.htm
- Setting up Mercury SMTP for XAMPP: http://www.danieltmurphy.com/setting-up-mercury-smtp/
- Send mail on localhost via Mercury/32 with XAMPP: http://www.youtube.com/watch?v=VU4PT7xMSO0 (VIDEO)
- Sending Nice HTML Email with PHP: https://css-tricks.com/sending-nice-html-email-with-php/
- A Bulletproof Guide to Using HTML5 and CSS3 in Email: http://litmus.com/blog/a-bulletproof-guide-to-using-html5-and-css3-in-email
- How Vanity Email Works: http://pawleys.org/about.html
- How to mark all unread emails as read in Gmail and more: http://www.zdnet.com/blog/btl/how-to-mark-all-unread-emails-as-read-in-gmail-and-more/80754
- Techniques For Overcoming Poor CSS Support In Email: http://coding.smashingmagazine.com/2012/03/13/techniques-overcome-poor-css-support-email/
- Top 10 Clever Tricks Built Right Into Gmail: http://lifehacker.com/5903974/top-10-clever-tricks-built-right-into-gmail
- Master the new Gmail with these Tips & Add-Ons: http://lifehacker.com/5861810/master-the-new-gmail-with-these-tips-shortcuts-and-add+ons
- How to Set Up Gmail, Google Calendar, and Google Contacts (Properly) on iOS: http://lifehacker.com/5859854/how-to-set-up-gmail-google-calendar-and-google-contacts-on-ios
- How to backup all emails and settings in Mozilla Thunderbird: http://www.wikihow.com/Back-Up-Email-Files-in-Mozilla-Thunderbird
- Outlook - How to Recall a Sent Message: http://www.tech-recipes.com/rx/1719/outlook_how_to_recall_sent_message/
- Delay or schedule sending email messages: https://support.office.com/en-us/article/Delay-or-schedule-sending-email-messages-026af69f-c287-490a-a72f-6c65793744ba
- How To Recall Sent Messages In Outlook 2013: http://blog.laptopmag.com/recall-sent-message-outlook
- The ultimate guide to Gmail backup: http://www.zdnet.com/article/ultimate-guide-to-gmail-backup/
- How to Add Approved Senders to Hotmail: https://www.wikihow.com/Add-Approved-Senders-to-Hotmail
- How to Send An Anonymous Email: http://www.wikihow.com/Send-An-Anonymous-Email
- How can I send mass mails (spam) to random email addresses for free, but without my mail being tagged under spam?: https://www.quora.com/How-can-I-send-mass-mails-spam-to-random-email-addresses-for-free-but-without-my-mail-being-tagged-under-spam
- How to find someone behind an email address?: https://medium.com/@CyberGuyknows/how-to-find-someone-behind-an-email-address-5147ecc3af04 (reverse email lookup)
- JavaMail Example – Send Mail in Java using SMTP (using TLS, SSL, or no auth): http://www.journaldev.com/2532/javamail-example-send-mail-in-java-smtp
- 5 Ways to Send Email From Linux Command Line: https://tecadmin.net/ways-to-send-email-from-linux-command-line/
- Build an HTML Email Template From Scratch: https://webdesign.tutsplus.com/articles/build-an-html-email-template-from-scratch--webdesign-12770
- How to Write an Email Marketing Campaign (the basics): https://www.business2community.com/email-marketing/how-to-write-an-email-marketing-campaign-02357897[20]
- Everything Developers Need to Know About Sending Transactional Email: https://webdesign.tutsplus.com/articles/everything-developers-need-to-know-about-sending-transactional-email--cms-31759
- An Introduction To Building And Sending HTML Email For Web Developers: https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/
- How to Send a Password-Protected Email for Free: https://www.howtogeek.com/719909/how-to-send-a-password-protected-email-for-free/
- How to Send a Confidential Email in Gmail: https://www.howtogeek.com/721079/how-to-send-a-confidential-email-in-gmail/
- Email Validation in Java: https://www.baeldung.com/java-email-validation-regex (Pattern matcher .vs. String Regex .vs. Apache Commons validator)
- Explanation of Doctype, HTML Attributes & Meta Tags in Email: https://litmus.com/community/discussions/39-explanation-of-doctype-html-attributes-and-meta-tags-in-email-head
- Which Doctype Should I Use in HTML Email?: https://www.campaignmonitor.com/blog/email-marketing/2019/05/correct-doctype-to-use-in-html-email/
External Links
- wikipedia: Email
- wikipedia: Email address
- wikipedia: Email mailbox (Inbox)
- wikipedia: Email forwarding
- wikipedia: Comparison of mail servers
- wikipedia: List of mail server software
- wikipedia: Email client (also referred to as Message User Agent or "MUA")
- wikipedia: Comparison of email clients
- wikipedia: Webmail
- wikipedia: Email agent (infrastructure)
- wikipedia: Mail retrieval agent (MRA)
- wikipedia: Mail delivery agent (MDA)
- wikipedia: Message transfer agent (MTA)
- wikipedia: Message submission agent (MSA)
- wikipedia: MX record (Mail eXchanger record)
- wikipedia: SMTP (Simple Mail Transfer Protocol)
- wikipedia: POP3 (Post Office Protocol)
- wikipedia: IMAP (Internet Message Access Protocol)
- wikipedia: BlackBerry Enterprise Server (BES)
- wikipedia: Microsoft Exchange Server
- wikipedia: MAPI (Messaging Application Programming Interface)
- wikipedia: Exchange ActiveSync
- wikipedia: SyncML
- wikipedia: OpenSync (software)
- AcadiaU Webmail: http://office365.acadiau.ca (switched over to Office365 as of 2016-06-17)[21][22][23]
- Email Protocols presentation: http://www.opus1.com/www/presentations/emailproto/sld001.htm
- E-Mail -- the Most Used and Least Effective Communications Tool: http://www.maintenanceresources.com/referencelibrary/maintenancemanagement/email.htm
- Biggest ever study of worldwide email client usage: http://www.campaignmonitor.com/blog/post/2714/new-study-on-worldwide-email-client-usage/
- Email Not Used Effectively, Most Email Marketers Say: http://www.marketingcharts.com/direct/email-not-used-effectively-most-marketers-say-512/
- The Rise of Email Marketing: http://thescrappyemailmarketer.wordpress.com/2009/02/12/the-rise-of-email-marketing/
- Email mailboxes to increase to 1.2 billion worldwide by 2005 (2001): http://archives.cnn.com/2001/TECH/internet/09/19/email.usage.idg/
- How Many Emails Are Sent Every Day?: http://email.about.com/od/emailtrivia/f/emails_per_day.htm
- Personal emails at work a source of relief for 1 in 3 UK workers: http://www.personneltoday.com/articles/2009/11/02/52813/personal-emails-at-work-a-source-of-relief-for-1-in-3-workers.html
- Emails reach 210 Billion Per Day: http://74.125.93.132/search?q=cache:Q39CfJJZYdAJ:www.techwatch.co.uk/2009/01/26/emails-reach-210-billion-per-day/+emails+billion+per+day&cd=8&hl=en&ct=clnk&gl=ca&client=firefox-a
- YouTube Now Serving 1 Billion Spam Videos Per Day!: http://www.marketingpilgrim.com/2009/10/youtube-now-serving-1-billion-spam-videos-per-day.html
- Facebook Users Spend 8 Billion Minutes/Day on the Site: http://gigaom.com/2009/10/21/facebook-users-spend-8-billion-minutesday-on-the-site/
- Pingdom Says People Are Tweeting 27 Million Times A Day: http://www.techcrunch.com/2009/11/12/twitter-27-million-tweets-day-pingdo/
- Internet 2008 in numbers: http://royal.pingdom.com/2009/01/22/internet-2008-in-numbers/
- Gmail as a free smtp server: http://www.geekzone.co.nz/tonyhughes/599
- Complete working code for Gmail POP3 & SMTP with SSL - Java mail API: http://forums.sun.com/thread.jspa?threadID=5267916&messageID=10118711
- What secrets (if any) are hidden in Elena Kagan's Inbox?: http://www.zdnet.com/blog/government/what-secrets-if-any-are-hidden-in-elena-kagans-inbox/9147
- Study: 'Employees not sociable at work'; Gen Y needs to change everything: http://www.zdnet.com/blog/igeneration/study-employees-not-sociable-at-work-gen-y-needs-to-change-everything/6314
- Who's the biggest U.S. e-mail service of them all? (Hint: It's not Gmail): http://www.zdnet.com/blog/microsoft/whos-the-biggest-us-e-mail-service-of-them-all-hint-its-not-gmail/7967
- Import .pst files: http://kb.mozillazine.org/Import_.pst_files
- Email Marketing Trend - Animated Gifs: http://www.getelastic.com/email-marketing-trend-animated-gifs/
- Email Use Plummets Among Teens : http://www.huffingtonpost.com/2011/02/08/email-use-teens_n_820121.html
- Why email won’t die anytime soon: http://royal.pingdom.com/2010/12/28/why-email-will-not-die/
- Email is far from dead; 'no viable replacement' in sight: http://www.zdnet.com/blog/igeneration/email-is-far-from-dead-no-viable-replacement-in-sight/10233
- How to create a custom subscribe widget/form with phpList + custom landing pages: http://mrpeppermarketing.com/blog/technical-posts/how-to-create-a-custom-subscribe-form-with-phplist/
- One Reason to Not Offer Vanity Email Addresses: http://www.elliotsblog.com/one-reason-to-not-offer-vanity-email-addresses
- POP3, SMTP, and other e‑mail server types: http://windows.microsoft.com/en-CA/windows-vista/POP3-SMTP-and-other-e-mail-server-types
- Office Etiquette - The Farewell Email: http://www.businessweek.com/articles/2013-08-01/office-etiquette-the-farewell-e-mail
- Mega to fill secure email gap left by Lavabit: http://www.zdnet.com/mega-to-fill-secure-email-gap-left-by-lavabit-7000019232/
- "It's a 1970s protocol, we can do better" - The ex-Skypers on a mission to replace Email: http://www.zdnet.com/article/its-a-1970s-protocol-we-can-do-better-the-ex-skypers-on-a-mission-to-replace-email/
- 5 Tricks to Finally Achieve Inbox Zero: http://mashable.com/2013/10/10/inbox-zero/#DqzG7mEr_Eqc
- Gmail Finally Supports Responsive Design (for web-based Email client): http://www.mediapost.com/publications/article/284880/gmail-finally-supports-responsive-design.html
- Why You May Not Want To Run Your Own Mail Server: http://www.digitalocean.com/community/tutorials/why-you-may-not-want-to-run-your-own-mail-server
- A Crystal-Clear Explanation of Hillary's Confusing Email Scandal: http://www.slate.com/blogs/the_slatest/2015/08/20/hillary_clinton_email_scandal_explained.html
- Analysis -- The FBI's Comprehensive, Devastating, Indictmentless Indictment of Hillary Clinton (over Email scandal): http://townhall.com/tipsheet/guybenson/2016/07/06/analysis-the-fbi-directors-devastating-indictmentless-indictment-of-hillary-clinton-n2188349
- The Tech That Got Obama Elected Will Now Fire Ads at You: http://www.wired.com/2015/10/civis-me/dia-optimizer/
- 3 Amazing Things That Happen When You Close Your Email: http://www.menshealth.com/guy-wisdom/how-to-manage-your-email-inbox
- 3 Strategic Questions the Media Industry’s Future Depends On: https://hbr.org/2015/10/3-strategic-questions-the-media-industrys-future-depends-on
- 5 keys to success with triggered Email Campaigns: http://www.clickz.com/clickz/column/2433807/5-keys-to-success-with-triggered-email-campaigns
- Microsoft is using dark patterns to pressure Outlook.com users into using the Outlook mobile apps: https://mspoweruser.com/microsoft-is-using-dark-patterns-to-pressure-outlook-com-users-into-using-the-outlook-mobile-apps/
- Don’t Reply to Your Emails: https://www.theatlantic.com/technology/archive/2019/01/case-inbox-infinity/579673/
- Consumers Will Share Email With Digital Assistants For Rewards: Microsoft: https://www.mediapost.com/publications/article/335361/consumers-will-share-email-with-digital-assistants.html
- Here’s why you need to make sure your email design is mobile-first: https://marketingland.com/heres-why-you-need-to-make-sure-your-email-design-is-mobile-first-260088
- Vacuuming The Inbox -- MIT Researchers Test Tool For Email Users: https://www.mediapost.com/publications/article/335184/vacuuming-the-inbox-mit-researchers-test-tool-for.html
- Email Is the Biggest Threat to Business, So Why Is Everyone Using It?: https://www.inc.com/adam-levin/email-is-biggest-threat-to-business-so-why-is-everyone-using-it.html
- New French Law Bars Work Email After Hours: http://fortune.com/2017/01/01/french-right-to-disconnect-law/
- Gmail Is Top Webmail Service -- Except In Some Countries, Study Finds: https://www.mediapost.com/publications/article/341866/gmail-is-top-webmail-service-except-in-some-cou.html
- Stop Annoying Everyone With These Common Email Mistakes: https://getpocket.com/explore/item/stop-annoying-everyone-with-these-common-email-mistakes
- Now Accepting Credit Cards And Email Addresses - Why Personal Data Has Become Currency: https://www.informationsecuritybuzz.com/articles/now-accepting-credit-cards-and-email-addresses-why-personal-data-has-become-currency/
- Why "gamified email" is a buzz in Marketing: https://www.martechoutlook.com/news/why-gamified-email-campaign-is-a-buzz-in-marketing-nid-1118.html
- Trust Me, You Don’t Want to Know What Happens to Email You Send: https://getpocket.com/explore/item/trust-me-you-don-t-want-to-know-what-happens-to-email-you-send
- How to Get Email Addresses for Email Marketing: https://www.business2community.com/brandviews/aweber/how-to-get-email-addresses-for-email-marketing-02336308
- Email Is The Least Trusted Communication Channel - 2020 Report: https://www.mediapost.com/publications/article/354784/email-is-the-least-trusted-communication-channel.html
- How Do Consumers Engage with Brands Through Email?: https://www.business2community.com/email-marketing/how-do-consumers-engage-with-brands-through-email-02352430
- Google Has A List Of Everything Purchased When Merchants Email You The Receipt: https://www.mediapost.com/publications/article/336009/google-has-a-list-of-everything-purchased-when-mer.html
- Google Responds To Reports That It Logs Retail Purchase Receipts Sent To Gmail: https://www.mediapost.com/publications/article/336016/google-responds-to-reports-that-it-logs-retail-pur.html
- Millennials Say - "Enough Emails." They Demand Relevance, Study Shows: https://www.mediapost.com/publications/article/358985/millennials-say-enough-emails-they-demand-rele.html
- Why You Should Delete Emails Instead of Archiving Them: https://www.howtogeek.com/709693/why-you-should-delete-emails-instead-of-archiving-them/
- How to Migrate from Gmail to ProtonMail: https://www.howtogeek.com/721055/how-to-migrate-from-gmail-to-protonmail/[24][25]
- The Email Undertow - (Survey shows) Consumers Are Eager To Open Messages From Brands And Everyone: https://www.mediapost.com/publications/article/360196/the-email-undertow-consumers-are-eager-to-open-me.html
- Consumers Feel They're Being Emailed Too Often - Study: https://www.mediapost.com/publications/article/361312/consumers-feel-theyre-being-emailed-too-often-st.html
- What is an Email Marketing Strategy?: https://www.business2community.com/brandviews/shelley-media-arts/what-is-an-email-marketing-strategy-02393758
- Email Marketing 101 - The SOAP Sequence: https://www.smamarketing.net/blog/email-marketing-the-soap-sequence
- PROs & CONs -- Should I Use a Separate Domain for Marketing Emails?: https://customerthink.com/should-i-use-a-separate-domain-for-marketing-emails/
- Publishers Grapple Over Email, Contextual Targeting To Replace Third-Party Cookies: https://www.mediapost.com/publications/article/362892/publishers-grapple-over-email-contextual-targetin.html
- How to Use iCloud+ “Hide My Email” on iPhone and iPad: https://www.howtogeek.com/756255/how-to-use-icloud-hide-my-email-on-iphone-and-ipad/
- Hillary Clinton's (home email server leaked) emails - what's it all about?: https://www.bbc.com/news/world-us-canada-31806907
- Your Work Email Address is Your Work's Email Address: https://www.troyhunt.com/your-work-email-address-is-your-works-email-address/
- The Truth About Protonmail: https://privacy-watchdog.io/truth-about-protonmail/
- Are there any more secure email services than ProtonMail?: https://www.quora.com/Are-there-any-more-secure-email-services-than-ProtonMail?share=1
- ProtonMail removed “we do not keep any IP logs” from its privacy policy: https://arstechnica.com/information-technology/2021/09/privacy-focused-protonmail-provided-a-users-ip-address-to-authorities/
References
- ↑ wikipedia: Email
- ↑ wikipedia: E-mail spam
- ↑ wikipedia: Sendmail
- ↑ wikipedia: Postfix (software)
- ↑ wikipedia: Exim
- ↑ wikipedia: qmail
- ↑ SendWithUs official templates: https://www.sendwithus.com/resources/templates/about
- ↑ HEY is running its JavaScript off import maps: https://world.hey.com/dhh/hey-is-running-its-javascript-off-import-maps-2abcf203
- ↑ CRTC -- Canada’s Anti-Spam Legislation: https://crtc.gc.ca/eng/internet/anti.htm
- ↑ Canada's Anti-Spam Legislation -- Fast Facts: http://fightspam.gc.ca/eic/site/030.nsf/eng/h_00039.html
- ↑ CASL - FightSpam webiste: http://fightspam.gc.ca/eic/site/030.nsf/eng/home
- ↑ Single Column Responsive Email Template: https://codepen.io/japick/pen/YwyNyq
- ↑ Responsive HTML Email Template - Fold Multi-column to single-column example: https://codepen.io/LeftyDesigner/pen/BdDza
- ↑ Responsive Email Template - General example: https://codepen.io/konsav/pen/yNVyOG
- ↑ Responsive Email Template - Webinar example: https://codepen.io/raybeezdesign/pen/pHlLG
- ↑ Amazon launches Simple Email Service: http://snook.ca/archives/opinion/amazon-ses-launches
- ↑ Using PHP to read email in a POP3 mailbox: http://www.weberdev.com/get_example.php3?ExampleID=4015
- ↑ A Crash Course in Email - SMTP: http://www.experts-exchange.com/Networking/Protocols/Application_Protocols/Email/SMTP/A_1807-A-Crash-Course-in-Email-SMTP.html
- ↑ Synchronize Outlook Express and Thunderbird: http://www.cybermilitia.net/2007/08/15/synchronize-outlook-express-and-thunderbird/
- ↑ 3 Reasons Your Email Marketing Campaign Isn’t Working: https://www.business2community.com/email-marketing/3-reasons-your-email-marketing-campaign-isnt-working-02401587
- ↑ AcadiaU Webmail -- Office 365 - Knowledge Base: https://hub.acadiau.ca/TDClient/KB/?CategoryID=6 | OLD LINK
- ↑ AcadiaU Webmail -- Office 365 - Get Started with Office Online: https://hub.acadiau.ca/TDClient/KB/ArticleDet?ID=187
- ↑ Office 365 - Adding Accounts: https://hub.acadiau.ca/TDClient/KB/ArticleDet?ID=211
- ↑ What is zero-access encryption and why it is important for security: https://protonmail.com/blog/zero-access-encryption/
- ↑ What is end-to-end encryption and how does it work?: https://protonmail.com/blog/what-is-end-to-end-encryption/
- ↑ ProtonMail CEO says services must comply with laws unless based 15 miles offshore: https://www.zdnet.com/article/protonmail-ceo-says-services-must-comply-with-laws-unless-based-15-miles-offshore/
- ↑ ProtonMail deletes 'we don't log your IP' boast from website after French climate activist reportedly arrested: https://www.theregister.com/2021/09/07/protonmail_hands_user_ip_address_police/
See Also
PGP | Internet | SMS | IM | Calendar | Marketing | BT | Advertising | Tracking | A11Y | xHTML | HTML5