Send Email to selected recipients

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lazareth
    New Member
    • Jan 2007
    • 29

    Send Email to selected recipients

    Hi,

    I am trying to write a program to send email messages to selected recipients on a form when a button is clicked (each recipient has a checkbox) .

    The recipient section I can work out, but I am having trouble finding code to send the email using the users default email or any email for that matter.

    I have done multiple searches on the subject but can't seem to find anything that works and the more I search the more confused I'm getting.

    I am new to programming and am using visual basic express.

    Any help appreciated
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi. One of the problems here could be microsoft's naming conventions. You are using vb.net. If you google 'vb.net send email' you will get rather a lot of pages to choose from, most of the earlyones will be useful.

    Comment

    • Lazareth
      New Member
      • Jan 2007
      • 29

      #3
      thanks will look into it

      Comment

      Working...