Forum Moderators: phranque
question: is there any way to get all the contents easily into a text file without going through each one individually and copying and pasting?
would save me lot of menial work every day....
does the mail come from one of your servers? If so then a different approach could be used to put them all in a file then email you only once.
Do they all come from the same place or to the same exact address. You could maybe use a mail processor like procmail (though it is for unix).
What email client do you use (Outlook, Eudora...), and what platform do you work on (Windows, Linux...)?
more details
the mails are all from my site....forms with newsletter subscriptions. all come to the same yahoo address.
I use outlook to pick them up and use win xp.
my host is a unix though I am a bit of an idiot when it comes to doing super techie stuff, though have been known to follow slow and clear instructions! :-)
If all the mail to that one address consists of these messages, you could use a different email client program like Eudora or Mozilla Mail / Mozilla Thunderbird (which all use the mbox format) to get the emails. From there, you would need something like VBScript to parse the file and extract the info... (I'm just brainstorming here!) You could still use Outlook for your normal mail.
I assume that each time someone signs up for the newsletter it mails you their email address?
you could just have it append it to a file instead and then have a nightly script run to send you all the email adrresses in the file and empty the file.
You could also amintain this on the server as well and not worry about it emailing it to you every time. A database would possibly be helpful as well.