Results 1 to 8 of 8

Thread: SMTP Server [RESOLVED]

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    592

    Resolved SMTP Server [RESOLVED]

    Hi Guys,

    I'm trying to start a new bulk email campaign but my ISP told me that i can't use their SMTP server for sending mass emails.


    Well, what are my options?



    May i set up a virtual SMTP server on the local machine (WinXP SP3) and send the email programatically and using the local relay?

    If so then is there any limitations that i should be aware of?

    Btw, if i set up virtual server (SMTP) would i still use my ISP's smtp server indirectly or it has nothing to do with them ?




    Thanks
    Last edited by selanec; May 5th, 2009 at 09:12 PM.

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: SMTP Server

    You can setup your own SMTP server, without using your ISP's email server directly or indirectly.
    But be aware that many email servers filter emails from such smtp as junk and some block them all together.
    Moreover those who accept the emails may also blacklist you and block your emails if you mass mail them.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    592

    Re: SMTP Server

    i see. ok what if i host a domain on my computer with static ip? will that help so the email messages go to the inbox instead junk? thanks

  4. #4
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: SMTP Server

    It depends on the recipient email junk filter software. If the recipient junk email filter software determines that it is a junk, it will go to junk mail folder (unless the recipient has explicitly added you to his safe list). Most of the professional email services now a days (like yahoo, hotmail, gmail) have strong email filters and I doubt you could get past thru them, without explicit user permissions.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    592

    Re: SMTP Server

    What do you think about the MX records (DNS matter) ? May i use any free DNS for this?

    I've also read that i should get my IP to ISP whitelist's ... but how it's possible?

    Thanks!

  6. #6
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: SMTP Server

    That might work, but I'm not sure. You may give it a try atleast as it is free.

    You would need to get your IP to your ISP's whitelist only if he is blocking your emails, otherwise I think that is not required. Though I'm not very sure about this too and someone else might shed some light on this.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: SMTP Server

    Moved To General Developer

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    592

    Resolved Re: SMTP Server

    Quote Originally Posted by Hack View Post
    Moved To General Developer
    and what's the difference? it seems you don't have a forum for this question. ok i have resolved it anyway. thanks

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