I
Icon Iconoclast
Hi!
I've created a web-based anonymous email service at
http://tinyurl.com/anonmail. Everything works fine but I would like to know
how to make it possible for the SENDER to send his name along with his
address.
The recipient gets something like:
(e-mail address removed)
I would like it to be like:
Anonymous Man <[email protected]>
Services like Hotmail and Gmail do this all the time. I just need to know
which ASP.NET class/method should I use to accommodate the NAME of the
sender.
Thanks!
Icon
I've created a web-based anonymous email service at
http://tinyurl.com/anonmail. Everything works fine but I would like to know
how to make it possible for the SENDER to send his name along with his
address.
The recipient gets something like:
(e-mail address removed)
I would like it to be like:
Anonymous Man <[email protected]>
Services like Hotmail and Gmail do this all the time. I just need to know
which ASP.NET class/method should I use to accommodate the NAME of the
sender.
Thanks!
Icon