 |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0  | This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 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
|
|
|
|
|

October 3rd, 2007, 06:03 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sending EMAIL
Dear all,
I am working with The Beer House project, and never get my website to send out any email.
Did any body ran into the same problem ? Could any one show me what i have to config on my "web.config" to get the mail send out?
<system.net>
<mailSettings>
<smtp deliveryMethod="Network "from=" [email protected]">
<network defaultCredentials="true" host="(localhost)" port="25" />
</smtp>
</mailSettings>
</system.net> </configuration>
|
|

October 4th, 2007, 04:28 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Hi Charles,
See a post in my blog about E-mailing. you actually need to change a small setting on your IIS box in order for it to work :)
HTH.
Cheers,
Peter
http://entropia-online.blogspot.com/
|
|

October 4th, 2007, 11:21 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Peter,
Thank you for your information. But it is not the solution in my case.
I am using windows vista, it appears that smtp is not included with iis.
I've reading a lot of posts regarding to this problem.
Still no luck!
Did any one get the web application send out email on windows vista?
Your entry is appreciated!
Cheer,
Charles
|
|

October 5th, 2007, 02:43 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Ugh, yuck, blech. Vista is just Millenium, part 2 ;)
I have a copy of Vista lying at home, but haven't had the guts to install it. And the more I read about it, the less I like the idea of installing it ;)
So sorry, can't help you with that :( I run on XP, and it works there...
Found this for you though: http://weblogs.asp.net/steveschofiel...ere-is-it.aspx
HTH.
Peter
http://entropia-online.blogspot.com/
|
|

October 5th, 2007, 03:40 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I finally got it to work with windows vista and the freesmtp server
However, I ran into different problem.
I can send email to my yahoo account email
But I can't send email to my gmail.com account.
By the way, the freesmtp is kinda suck! Only 10 email a day!
Anyway, I will setup manage to deploy my project early, so that i can do some test!
Thank for all your input!
Cheer
|
|

October 5th, 2007, 05:00 PM
|
|
Friend of Wrox
|
|
Join Date: Aug 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i have 900 users in the thb installation and it send all mail without troubble.
|
|

October 5th, 2007, 05:05 PM
|
|
Friend of Wrox
|
|
Join Date: Mar 2007
Posts: 488
Thanks: 2
Thanked 11 Times in 10 Posts
|
|
kherrerab - you just gave me an idea, see new thread...
jimi
http://www.originaltalent.com
|
|

October 5th, 2007, 05:08 PM
|
|
Friend of Wrox
|
|
Join Date: Aug 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
which one?
|
|

October 5th, 2007, 05:14 PM
|
|
Friend of Wrox
|
|
Join Date: Mar 2007
Posts: 488
Thanks: 2
Thanked 11 Times in 10 Posts
|
|
|
|

October 6th, 2007, 03:54 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks all for trying to help.
I finally found the solution to send email with vista!
I download the trial of 1st mail server!
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Sending email |
ironchef |
Pro JSP |
3 |
February 17th, 2008 11:38 PM |
| Sending email |
maitias |
C# 2005 |
2 |
February 17th, 2006 11:24 AM |
| sending email |
keyvanjan |
Classic ASP Components |
1 |
May 9th, 2005 05:56 PM |
| email sending |
msrnivas |
.NET Web Services |
6 |
June 26th, 2004 06:59 AM |
|
 |