How to send an EMail from my VB Software?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shailja
    New Member
    • Feb 2007
    • 123

    How to send an EMail from my VB Software?

    Hi,

    Kindly help me how to send simple EMail from my VB Software? I am stucked with this problem. What coding do i need to write? I want to do it without using SMTP Server.

    Kindly let me know if u know.
    Thanks
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by Shailja
    Hi,

    Kindly help me how to send simple EMail from my VB Software? I am stucked with this problem. What coding do i need to write? I want to do it without using SMTP Server.
    We would probably need to know a bit more, like what version of VB you're using.

    However, I think you'll find an answer fairly quickly using the Search box at the top of the page, as I'm pretty sure the subject has been covered here before.
    Last edited by Killer42; May 9 '07, 02:39 AM. Reason: Typo

    Comment

    • manjesh
      New Member
      • Apr 2007
      • 14

      #3
      Originally posted by Shailja
      Hi,

      Kindly help me how to send simple EMail from my VB Software? I am stucked with this problem. What coding do i need to write? I want to do it without using SMTP Server.

      Kindly let me know if u know.
      Thanks
      hi
      have u found solutoins else send u r email id i can send sample code which i recently worked .
      my id is <Removed by Moderator>
      regards
      manjesh
      Last edited by Killer42; May 9 '07, 02:40 AM. Reason: Removed e-mail address

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Please don't post your e-mail address. See the posting guidelines for more info. Especially the section 'Things that are generally unacceptable'.

        If you want people to e-mail you, they can do it from the TSDN "Control Panel" - as long as you turn the option on.

        Comment

        • William Vidal
          New Member
          • May 2007
          • 3

          #5
          Hello,

          Recently I had the same problem and that is the best article I could ever found in internet:
          Tutorial: Outlook Sending E-mail Without Security Warning. Prevents the 'A program is trying to automatically send e-mail on your behalf' security message.


          It helped me a lot. Read carefully there are 3 possibilities. The one where you have to insert code in Outlook is the one I used.

          The other possibility which is not mentioned in this article is sending the email using some SMTP command prompt. There are several freeware software you can find, but a good approach is:
          Free SMTP Server supports all email programs


          For others, try those keywords in Google: Free SMTP Prompt

          Good Luck,

          William
          Last edited by Killer42; May 9 '07, 09:40 AM. Reason: Activate link

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            Thanks for that, William.

            Shailja, please let us know whether this resolves your issue.

            Comment

            • Shailja
              New Member
              • Feb 2007
              • 123

              #7
              Originally posted by Killer42
              Thanks for that, William.

              Shailja, please let us know whether this resolves your issue.
              No, still I am searching for the solution. I want to send EMail using my Software without using any Server. I dont want to send it by using Outlook.

              Plz help me soon

              Comment

              • Shailja
                New Member
                • Feb 2007
                • 123

                #8
                Originally posted by Killer42
                Thanks for that, William.

                Shailja, please let us know whether this resolves your issue.
                No, still I am searching for the solution. I want to do it without using SMTP Server. Plz help me soon. I am stcuked with this problem.

                Comment

                • Killer42
                  Recognized Expert Expert
                  • Oct 2006
                  • 8429

                  #9
                  Well, you could try out these links...




                  Or, I found this on another forum (won't say which one, I don't want to get into trouble) - I haven't tried it, but it sounds promising, even though you indicated you didn't want to use smtp...
                  Originally posted by VKAUSHIK
                  You can download the smtp.ocx which is freely available on the net. Its damn easy to use it to send mails.

                  SITE IS http://www.vb4all.net/

                  you can get the smtp.ocx from the site below:
                  国产日韩欧美久久一区,久久久久亚洲精品天堂,国产在线观看h片麻豆,正在播放国产对白孕妇作爱,av不卡国产在线观看,精品久久人妻少妇,亚洲精品91天天久久人人,久久无码不卡中文字幕


                  or a free download from the site



                  Also there is sample code on this site which uses MAPI TO SEND EMAIL.
                  国产日韩欧美久久一区,久久久久亚洲精品天堂,国产在线观看h片麻豆,正在播放国产对白孕妇作爱,av不卡国产在线观看,精品久久人妻少妇,亚洲精品91天天久久人人,久久无码不卡中文字幕


                  I myself have used this smtp.ocx in an industry application and it works fine.

                  Cheers,
                  Kaushik

                  Comment

                  Working...