borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (document object model for browser?)Next Topic (how to encrypt and decrypt data by MD5 buil in class in dotnet) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : how to send E-Cards to other as email.
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to send E-Cards to other as email.

many site has provision for sending E-Cards. so i like to that kind of site from there user can send
E-Cards with message as email to others.please give me the concept and code if possible.

05-08-2004 at 07:14 AM
View Profile Send Email to User Show All Posts | Quote Reply
MacD
Level: Big Cheese

Registered: 06-01-2004
Posts: 19
icon 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

24-08-2004 at 08:57 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : how to send E-Cards to other as email.
Previous Topic (document object model for browser?)Next Topic (how to encrypt and decrypt data by MD5 buil in class in dotnet) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder