Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

For my online business, I need to send emails to my customers. Sometimes they get rejected by their spam filter. I try to encourage my customers to add my email address to their address book.

Do you think it would help if I attached a vcf file with my contact details? It would make it easier for my customers to save my contact details but at the same time it means that all my emails would have an attached file.

Is it a bad/good idea?

share|improve this question

2 Answers

up vote 6 down vote accepted

Sorry but no, adding a VCF with your contact information doesn't help your emails to go through spamfilters (i.e. be classified as 'ham').

I think you should split the question into two parts, there is the "content" side, i.e. how to lay out the message content so that it looks legit, and there is the "server config" site, i.e. how your servers should be set up.

I actually only know about the latter part, the server configs. And I don't feel it appropriate to discuss it here, it's IMHO off topic. (And if you search around on Serverfault.com & Stackoverflow.com and you will see it very well described there.)

While I don't want to discuss the technical aspects of server configuration here, it may be useful for others if I write up a short list of what needs to be done. Here it is, make sure that:

The simplest and fastest way to handle the above is to use 1-2 good hosted mail service providers. Don't set up mail servers yourself, it's too much work and the spammer / antispam battle rules are constantly changing. A good common config for many new startups is:

  • Google Apps for Domains as your main email provider, for 1-on-1 business email. If you have a webapp that needs to send emails (like account confirmation emails), then send these via Google Apps via their APIs.
  • A newsletter service provider like fx MailChimp for newsletters etc.
  • A SPF record for your domain, which links Google Apps' SPF records into your own.
share|improve this answer
2  
+1 for getting a credible and non-blacklisted hosting provider...i went with 1&1 and about half of the people i email(personal non-business emails) get slid over to the spam folder due to spammers using the cheap 1&1 hosting packages – Call me V Jan 1 '11 at 23:35

Mailchimp is a no go - they insist on using vcf: http://kb.mailchimp.com/article/can-i-remove-the-vcard-vcf-information-from-my-confirmation-emails

share|improve this answer
I don't really see how this answers the question. They never mention anything about MailChimp. – rbwhitaker Dec 16 '12 at 21:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.