Wrox Programmer Forums
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 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
 
Old February 1st, 2006, 12:01 AM
Authorized User
 
Join Date: Aug 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for this Peter but it doesn't mean much to me at my stage of understanding. I've been kicking this around but I can't see any way to proceed further. I guess I'll have to give up and try php perhaps, if I am to develop my own mail list application. Yassou!


 
Old March 28th, 2006, 05:50 PM
Authorized User
 
Join Date: Aug 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, after a couple of months, without any more encouragement, I have to conclude I have wasted my time and money on Wrox and VB. It promised a lot, but the result is unsatisfactory. I will abandon my books and software and try something else, maybe php and MySQL. Good night and good luck.

 
Old October 14th, 2006, 11:13 PM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi People.... I can resolve this problem... just enter this codes

 Public Function mandar_email(ByVal email As String)
        Dim my_email As System.Web.Mail.SmtpMail
        Dim from As String = "[email protected]"
        Dim mailto As String = email
        Dim subject As String = "Orçamento aberto"
        Dim body As String = "acesse o site e de o seu lance"
        my_email.SmtpServer = "smtp.unicenp.edu.br"
        my_email.Send(from, mailto, subject, body)

    End Function

Ok, here in Brasil works nice..... i lost a lot time to resolve this problem :-)
[email protected]






Similar Threads
Thread Thread Starter Forum Replies Last Post
System.Web.Caching.Cache Error TrivediVishal ASP.NET 1.0 and 1.1 Basics 2 December 18th, 2006 06:58 PM
error system.web....... anpham ASP.NET 1.0 and 1.1 Basics 3 July 1st, 2005 01:36 PM
System.Web.Mail dkb General .NET 3 August 25th, 2004 07:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.