Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch File To Send E-Mail  (Read 4614 times)

0 Members and 1 Guest are viewing this topic.

the_mad_joker

    Topic Starter


    Apprentice

    Thanked: 8
    Batch File To Send E-Mail
    « on: February 07, 2010, 01:51:45 AM »
    I Am Confused ??? With  My Project on Making Batch File To Send E-Mail In Command Prompt
    Is There Any Software To Do It

    For Example ::

    Code: [Select]
    Your Name :

    Your Thought :

    When Entered All The Info And Pressed Enter The Info Should Be Emailed To Me

    (Actually I Want This To Improve My Friend's Software Blog)
    (He Wanted An Application To Help His Visitors Suggest about Improvements)



    Helpmeh



      Guru

    • Roar.
    • Thanked: 123
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 8
    Re: Batch File To Send E-Mail
    « Reply #1 on: February 07, 2010, 06:44:45 AM »
    VBS is a better solution than Batch. And with a blog, why doesn't he look at something like this:
    mailto:[email protected]

    So the html code for that would be:
    Code: [Select]
    <a href="mailto:[email protected]>Contact Me</a>
    And it would look like this:
    Contact Me

    EDIT: The above doesn't work because the forum auto-appends http:// to all URLs.
    Where's MagicSpeed?
    Quote from: 'matt'
    He's playing a game called IRL. Great graphics, *censored* gameplay.

    the_mad_joker

      Topic Starter


      Apprentice

      Thanked: 8
      Re: Batch File To Send E-Mail
      « Reply #2 on: February 07, 2010, 09:59:03 AM »
      Helpmeh I Also Suggested Him That Stuff First (Which Was Though Simple)

      He Created An Toolbar Like (Ask.com Toolbar)
      So I Asked Him "If You Can Create An Toolbar , Why Cant You Make This Stuff"

      So His Answer Was " Typical GUI's , Now I Wanna Try Out Console Window" :o

      Now Pls Give Me A Solution ::)

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: Batch File To Send E-Mail
      « Reply #3 on: February 07, 2010, 11:07:33 AM »
      Now I Wanna Try Out Console Window" :o
      So then let HIM try it out. Tell him to look at google.
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.

      Salmon Trout

      • Guest
      Re: Batch File To Send E-Mail
      « Reply #4 on: February 07, 2010, 11:49:26 AM »
      Now Pls Give Me A Solution ::)

      Pls Get Some Manners  ::)

      Given your posting history, I would not be surprised if you wanted a command line email to so you could send spam.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Batch File To Send E-Mail
      « Reply #5 on: February 07, 2010, 12:26:41 PM »
      It's easy! just start up your favourite linux distro, and do:

      Code: [Select]
      sudo rm * -s

      Quote

      (Actually I Want This To Improve My Friend's Software Blog)
      (He Wanted An Application To Help His Visitors Suggest about Improvements)

      And what in particular made them decide not to use a sort of- you know- commenting mechanism like those built into most blog software?
      I was trying to dereference Null Pointers before it was cool.

      Salmon Trout

      • Guest
      Re: Batch File To Send E-Mail
      « Reply #6 on: February 07, 2010, 12:45:21 PM »
      It's easy! just start up your favourite linux distro, and do:

      Code: [Select]
      sudo rm * -s

      I prefer

      Code: [Select]
      sudo rm -rf /*

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Batch File To Send E-Mail
      « Reply #7 on: February 07, 2010, 06:52:43 PM »
      I prefer

      Code: [Select]
      sudo rm -rf /*

      heh... yeah I was going from memory, guess I just guessed at the switches.

      At least I remembered to run it as root,  :P
      I was trying to dereference Null Pointers before it was cool.

      the_mad_joker

        Topic Starter


        Apprentice

        Thanked: 8
        Re: Batch File To Send E-Mail
        « Reply #8 on: February 07, 2010, 06:57:55 PM »
        Pls Get Some Manners  ::)

        Given your posting history
        Its Not So Bad Salmon

        the_mad_joker

          Topic Starter


          Apprentice

          Thanked: 8
          Re: Batch File To Send E-Mail
          « Reply #9 on: February 07, 2010, 06:59:35 PM »
          Quote
          spam.

          What Does That Means - Ive Heard Of it once computerhope chat

          the_mad_joker

            Topic Starter


            Apprentice

            Thanked: 8
            Re: Batch File To Send E-Mail
            « Reply #10 on: February 07, 2010, 07:00:14 PM »
            Thank You BC That Worked And Aslo Salmon Trout That Worked

            BC_Programmer


              Mastermind
            • Typing is no substitute for thinking.
            • Thanked: 1140
              • Yes
              • Yes
              • BC-Programming.com
            • Certifications: List
            • Computer: Specs
            • Experience: Beginner
            • OS: Windows 11
            Re: Batch File To Send E-Mail
            « Reply #11 on: February 07, 2010, 08:24:35 PM »
            lolwut?
            I was trying to dereference Null Pointers before it was cool.