Allow client to download mailling list as vcard or something
Moderator: General Moderators
Allow client to download mailling list as vcard or something
I am writing a simple mailing list app for a client of mine and I'd like for them to simply access a certain url and be able to download and easily import the contacts into their outlook or whatever else they want to import it into. Is it possible to create one big vcard file w/multiple addresses on it? What's the best way to do this?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Allow client to download mailling list as vcard or something
Oddly I am doing much the same...
I would use CSV as it's the defacto-standard and every application is likely to support it...wiki wrote:The Address Book on Mac OS X allows export of all contacts in one vcf file while Microsoft Outlook only accepts one contact per file. The KDE Kontact application on Linux allows import & export of single or multiple contacts per file.