Results 1 to 5 of 5

Thread: emailing with attachment?

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    emailing with attachment?

    is using a php script on a webserver a good option for sending multiple emails with large attachment?

    currently uploading the attachment, from a local pc, multiple times, is very time consuming

    how would i pass the emails from local pc program, with arguments, to php script?

    thnx for any help

    edit: i found some code here http://www.vbforums.com/showpost.php...31&postcount=9 to send an atttachment, but it appears the data is just in the body of the email, i am testing with a text file but the files to be attached would be pdf
    Last edited by westconn1; Nov 30th, 2008 at 06:30 AM.
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

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