MacD Level: Big Cheese
 Registered: 06-01-2004 Posts: 19
|
Re: how to send E-Cards to other as email.
Hi,
I hope this will assist you. They are two approaches which you can use.
#1 : Provide link to the e-card in your mail message
Under this scenario you will allow a user to choose an e-card and when s/he sends the email message add the URL of the e-card in the email. The recipient will then visit the link to see the e-card. This is how www.passionup.om works.
#2 : Put the e-card content directly into the email message.
Here what you have got to do is to set your mail format to HTML. In your mail message include some html tag and i advise you to use the table tag so that you can align your stuff properply. An e.g of a message is as follows:
msg = "<font face='verdana' size=2><table><tr><td>Sender</td>><td>Tri_inn </td></tr>><tr><td>Tri_nn Photo</td>><td><img src='www.mysite.com/images/Tri_nn.jpg'></td></tr>
</table></font>"
e.t.c
With this approach your e-card will be displayed as message in the email formated of course in the way that you desire.
This is used normally on newsletters.
It is a tiresome one though.
Best regards,
____________________________
MacD
|