[SOLVED] Sending vCard via php mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

[SOLVED] Sending vCard via php mail

Post by myleow »

Does anyone know how to do this?

I tried encoding information in vCard format and then attach it as a .vcf file before sending out using mail.

Gmail, Hotmail can't recognize the vcard.

Anyone has example on how to do this where webmail and desktop client can recognize it as vCard?

Regards
Mian

[Edit]Nevermind fixed it, just added an extra \n[/Edit]
Post Reply