Results 1 to 5 of 5

Thread: read detail from notepad file

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    366

    read detail from notepad file

    Hi, I have an email program, and i want it to take the address to send the email to from a notepad document on the server, because i want it to send multiple emails to all the addresses that are in the notepad file when send is clicked,
    At the moment the email to send to has to be typed in, but i want to be able to send the same message to multiple email addresses, and have those addresses saved in the notepad file that i will have saved on the server, so maybe there are ten email addresses in the document, it sends an email to each of them.
    Thanks
    Alex

  2. #2
    New Member
    Join Date
    Jan 2007
    Posts
    3

    Re: read detail from notepad file

    You could open the file and then explode the contents

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    366

    Re: read detail from notepad file

    little explanation needed please

  4. #4
    New Member
    Join Date
    Jan 2007
    Posts
    3

    Re: read detail from notepad file

    Quote Originally Posted by youngnoviceinneedofh
    little explanation needed please
    fopen opens the text file

    explode creates an array of items in a list

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: read detail from notepad file

    What's a "notepad file"?

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