Forum Moderators: phranque
Not sure hwere to put this - thought this woudl be the most suitable... :)
I am webmaster for a sucessful support group - to which members can join for free via an HTML form, that is then sent to me, listing there details - including their email address (though the message isnt directly from them)
There are about 1000 of these now - and i need to find a way to extract these email address, so that i can then copy into a BCC or a bulk mailer - so that i can send out news letters...
Id there a simple way of doing this? - the thought of copy and pasting everyone is a nightmare...
hope you can help!
Thanks, Harley
If you don't use Outlook, Address Manager Pro will search through the body of e-mails in Outlook Express and Eudora (as well as Outlook) and pull out all e-mail addresses. They do offer a demo version but it will only "show" you the e-mail addresses - to actually get them you have to pay. But it's less than $30.
Other options include Advanced E-mail Parser from mailutilities (pricey at over $300) and Message Parse.
Good luck - one of the above should meet your needs.
Email Address: myemail@here.net
then you could use regular expressions to search for that and copy the line into an external file.
If using windows, you could save all the emails into 1 file, then use something like Textpad to do a general find for "Email Address:", bookmark the lines, then copy the bookmarked lines into a new document.
You've then got your list of emails.
JP