 |
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

December 6th, 2006, 04:53 AM
|
Authorized User
|
|
Join Date: Dec 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
sending emails for all users in the domain
hello,
how can i send emails to all users for at a domain (MSN for example)?
thank you
|

December 6th, 2006, 09:16 AM
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Hi
Can u elaborate your issue a bit, coz you can send e-mail to any domain from .net.
Regards
Mike
Fortune favours the brave, so don't regret on missed oppurtunities.
|

December 6th, 2006, 09:44 AM
|
Authorized User
|
|
Join Date: Dec 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hello Mike,
thank you for replying.
the thing is i wanted to send a promotion email to all users of MS, so i just need to know how i can do this using ASP.Net
|

December 6th, 2006, 10:36 AM
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Well you need to know the email addresses of the MSN users whom you wish to send email, then using the System.Web.Mail class, you can send an email, if you need me to explain the code to send email, let us know.
Regards
Mike
Fortune favours the brave, so don't regret on missed oppurtunities.
|

December 6th, 2006, 10:45 AM
|
Authorized User
|
|
Join Date: Dec 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dear Mike,
my problem that i don't know the email addresses i want to send to,
i just want to send emails to all partisipants of MSN who have active accounts!!
as i told you its for promoting a product to a wide area of internet users.
|

December 6th, 2006, 10:49 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
mmm.. spam???
if you don't know the e-mail, then you are sending unsolicited mail...
HTH
Gonzalo
|

December 6th, 2006, 10:51 AM
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Oh ok, but my friend, no domain or company would expose the list of their users for promotions or towards spammers, so I don't think its possible to find email addresses of MSN users as such, but in today's world everything is possible, so consult with others too, or let others express their opinion here.
Regards
Mike
Fortune favours the brave, so don't regret on missed oppurtunities.
|
|
 |