Hye there;
I made a php construction which generates all the traffic for sending an ecard!
but there's one specific document which sends the receiver an email that tells him where he or she can pick up the Ecard.
The email is in short:
$msg = "Hi (x) has send you an ecard, you can pick it up by clicking (y)."
Everything that stands behind the "$msg =" string, is send in the receivers email
x = name of sender
y = unique ecard link
But what i want is that the content generated in the php3 file looks a little nicer by changing the font style in some way?
Is there anyone who knows how to handle that.
kind regards;
Siebke