Canned Emails – a minimal site with prewritten emails
cannedemails.com
Canned Emails – a minimal site with prewritten emails
1–10 of 39 posts
Re: Canned Emails – a minimal site with prewritten emails
#2Neat. Would be handy though if you could preview the text without it opening a mailto
Re: Canned Emails – a minimal site with prewritten emails
#3I can tell these are written really well because the voice that I hear in my head as I read them is your typical insincere Silicon Valleyite. Well done!
Re: Canned Emails – a minimal site with prewritten emails
#4Neat. Would be handy though if you could preview the text without it opening a mailto
I think this is the first site I came across that is easier to read as source.
Re: Canned Emails – a minimal site with prewritten emails
#5nothing happens when I click on the links.
Re: Canned Emails – a minimal site with prewritten emails
#6Still I don't know how to avoid that the annoying Apple mail program opens all the mails and not Gmail's compose view within in the browser. Thus, I'd also agree to just get a text preview from the text and maybe not just one version but many curated from users as a next feature.
Re: Canned Emails – a minimal site with prewritten emails
#7I can tell these are written really well because the voice that I hear in my head as I read them is your typical insincere Silicon Valleyite. Well done!
[deleted]
Re: Canned Emails – a minimal site with prewritten emails
#8Re: Canned Emails – a minimal site with prewritten emails
#9Today I contributed to the greater good of society:
var output = "";
$('h2 a').each(function(i) {
output += "TITLE: " + $.trim(this.innerHTML) + "\n";
var email = decodeURIComponent(this.href).slice(13).split("&subject=");
output += "SUBJECT: " + email[1] + "\n";
output += "BODY:\n" + email[0].replace(/\n( )+/g, "\n") + "\n\n\n\n";
console.log(output);
});
That being said I love the site :)Re: Canned Emails – a minimal site with prewritten emails
#10"apologize from problem / bug" should be "apologize for..."
Otherwise, very cool.