Results 1 to 9 of 9

Thread: multiple recepients

  1. #1

    Thread Starter
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152

    multiple recepients

    hi

    need help with this... I've got a text file on my webserver that has email addresses of all my members... 1 on each line
    ive gotten my program to get that txtfile but now ineed to send an email to each person with an attachment ( update of program )

    this will probably occur every week or so...Does anyone have any suggestions of wut i shud use to send the emails?

    the only thing ive worked with in this area before was anon. emails using smtp

    It would be GREAT if someone has a project that sends to multiple recipients with an attachment
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    do you want to run this from ASP? or are you looking for a VB app to do it?
    w/ ASP, look into using CDONTS .... if it's a VB app, you can use the MAPI controls, or hook into the Outlook object model.... it can also be done by SMTP by creating multi-part messages (for the attachements).....
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152
    well, I'd like to use VB. Which would be most efficient.... and what if the persons' do not have outlook?

    Im looking for the best and really fastest way... seeing as how i dont want the program to take 20 minutes to send out the emails lol
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106
    Also keep in mind that some e-mail systems will prevent you sending certain files. I don't think that I could do what you are trying to do, because any .exe is blocked (and a few other types, but I could probably send .dlls).

  5. #5

    Thread Starter
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152

    well...

    thx for your replies..

    So i wouldnt be able to send install_update.exe with the emails? to certain smtp servers ( i have chosen to go the smtp route ) just a preference since ive worked with it before ..winsock

    hopefully ill get some more replies with opinions ..

    Thankz in advance
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106
    It depends on their filtering software. I can neither send nor receive .exe files, even if they are in a .ZIP file. I can see their reasoning, but it really sucks in some cases. Often you can fool this by renaming the file, but then somebody or something on the other end has to name it back correctly.

  7. #7
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Use Visual Studio Installer to package your app. Then you can send one MSI file via email, unless there is a filter for that too (although I have never run into it yet).

    This is especially useful if you have added more controls in your "update" than in the prior veriosn. Just simply replacing the exe file will not register the "newer" components correctly.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  8. #8

    Thread Starter
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152
    Thanks James
    i guess that should deal with the exe sending issue eh ... But the only thing is i had all my ocx's ( wow 2 of them ) and extra files.. few txt and ini's built in a resource file.. so i wudnt have to use an installer

    But if thats the easiest way to deal with the mail issue i sure will try it

    Thankz Everyone
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

  9. #9
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Why not just send an e-mail with a link to a site where their software could be updated?
    Please rate my post.

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