I don't have much experiance with MIME. where could I find a tutorial or
ready made class?

----- Original Message -----
From: "Miguel Cruz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, May 12, 2002 4:41 PM
Subject: Re: [PHP] .vcf files and PHP Email Form(Newbie)


> Use any of about 10 billion available MIME mail classes/functions (or
> write your own; there's really nothing to it) and attach the vcard as
> content-type: text/x-vcard.
>
> miguel
>
> On Sun, 12 May 2002 [EMAIL PROTECTED] wrote:
> > I want to create an e-mail form that writes a (person's name).vcf(vCard)
> > file and attaches it to the message. This would allow me to eaisly add
> > people to my address book.
> >
> > The source of a sample .vcf(vCard) file is shown below:
> > BEGIN:VCARD
> > VERSION:2.1
> > N:Harrison;JJ
> > FN:Harrison, JJ
> > ORG:TecEco Pty. Ltd.;IT
> > TITLE:Webmaster
> > ADR;WORK:;;497 main road Glenorchy;Hobart;Tasmania;7010;Australia
> > LABEL;WORK;ENCODING=QUOTED-PRINTABLE:497 main road
Glenorchy=0D=0AHobart,
> > Tasmania 7010=0D=0AAustralia
> > ADR;HOME:;;12 Harbinger Lane Austin's
Ferry;Hobart;Tasmania;7011;Australia
> > LABEL;HOME;ENCODING=QUOTED-PRINTABLE:12 Harbinger Lane Austin's
> > Ferry=0D=0AHobart, Tasmania 7011=0D=0AAustralia
> > X-WAB-GENDER:2
> > URL;WORK:http://www.tececo.com
> > EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
> > REV:20020512T063717Z
> > END:VCARD
> >
> > Does anyone have any ideas or know of a pre-built script to do this?
> >
> > Thanks,
> >
> > JJ Harrison
> > [EMAIL PROTECTED]
> > www.tececo.com
> >
> >


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to