Results 1 to 7 of 7

Thread: [2005]Guidance for Emailing

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2006
    Posts
    30

    [2005]Guidance for Emailing

    Hi people,

    I am currently working on massmailing system... in which i can mail to all the ids that r stored in a database...

    Now i dont have Outlook configured, so i cannt use outlook as my SMTP server.

    So anyone can please guide me how can i build or setup a SMTP server ofmy own so that i can send mail using those. And what r the steps that r needed for those...

    Also as an added information, i am using cable net from my local provider, so i am not sure whether he has a SMTP server of hos own...

    Please help me.....

    Thankx in Advance...
    Last edited by techie_krishna; Aug 6th, 2006 at 12:00 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Guidance for Emailing

    Do you have an e-mail account with your cable provider? If so then you have access to their SMTP server via that account and their Web site will have the server name. Look up the System.Net.Mail namespace for the classes used to send e-mail, including code examples.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2006
    Posts
    30

    Re: Guidance for Emailing

    No i dont have a email account with my internet provider.....
    Now what shld I do....

  4. #4
    Lively Member
    Join Date
    Aug 2006
    Location
    india
    Posts
    88

    Re: Guidance for Emailing

    I made a VB.net project on that i will try to give u the code if I find it i actually formatted my drive

  5. #5
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    413

    Re: Guidance for Emailing

    massmailing? or did you mean spaming?
    Visual Studio .NET 2005/.NET Framework 2.0

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jan 2006
    Posts
    30

    Re: Guidance for Emailing

    Not spamming..... I dont intend to harm any body.... I need a guidance thru which i can send mail to the contacts that i Have in my table... I am using VS 2005 and have tried to configure a virtual SMTP server using IIS on my local machine....

    Can any body guide me what shld i do next????

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: [2005]Guidance for Emailing

    As jmc mentioned, the way to do this in .NET is to use the System.Net.Mail namespace, BUT.... you need access to an SMTP server in order for it to work.

    -tg

    OG Tay sez: Word.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width