Adblock breaks this site

VB6, how to send email directly from coputer?

Discussion in 'Archives' started by Rami, May 20, 2007.

  1. Rami

    Rami Guest

    Referrals:
    0
    VB6, how to send email directly from coputer?

    I want a program that sends an email directly from my computer without having to use external email server to send from, anyone know how to program this in VB6? Years ago I had a dll for this but it's gone now... :confused:
     
  2. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    VB6, how to send email directly from coputer?

    Well i find the simpliest and easiest way it to get a php file which sends to your email, and then just have your programm connect to that php file.
     
  3. Rami

    Rami Guest

    Referrals:
    0
    VB6, how to send email directly from coputer?

    hmmm.. interesting solution! Thanks.
     
  4. ardnat

    ardnat Guest

    Referrals:
    0
    VB6, how to send email directly from coputer?

    orgfree.com there servers allow sendmail...
    there is also like a 30min. delay when you send mail so yea.
    if you need any help I can help you
     
  5. Rami

    Rami Guest

    Referrals:
    0
    VB6, how to send email directly from coputer?

    Is there no way to write a program that just sends the email directly without any outside service? I don't see why that would be a problem, just for sending not receiving or anything... should be possible!
     
  6. -------owned-------

    -------owned------- Guru
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    VB6, how to send email directly from coputer?

    Isn't their a smtp function?
     
  7. Cody

    Cody Grand Master
    Visual Basic Programmers

    Joined:
    May 10, 2005
    Posts:
    3,052
    Referrals:
    5
    Sythe Gold:
    30
    VB6, how to send email directly from coputer?

    You cannot really send emails from a program in VB6.

    ALL firewalls including windows it self mostly will block programs from sending emails with the smtp function.

    From my experience.. its impossible lol.

    Do what covey said..

    Make a php script. Connect to it like www.ursite.com/[email protected]&msg=hi dude?
     
< Account sale!!!!! | Need a Pcer >


 
 
Adblock breaks this site