| Author |
Message |
occupant
Joined: 20 Jan 2006 Posts: 2
|
Posted: Fri Jan 20, 2006 6:33 pm Post subject: Recipient subscribe/unsubscribe for Windows |
|
|
| There is a FAQ for using Applescript and OS X Mail to do this, but are there any solutions/workarounds for Outlook or another Windows email client? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2186
|
Posted: Fri Jan 20, 2006 7:07 pm Post subject: |
|
|
Outlook Express doesn't accept OLE commands as Outlook does. Also Outlook Express doesn't include an Address Book anymore, it is a separated application called Windows Address Book (WAB). I guess Microsoft decided to remove OLE because of security problems.
Are you using Outlook or Outlook Express. Where do you want to extract e-mails from, messages or Address Book? |
|
| Back to top |
|
 |
occupant
Joined: 20 Jan 2006 Posts: 2
|
Posted: Wed Jan 25, 2006 10:00 pm Post subject: |
|
|
I'm talking about Outlook (not Express - damn overlapping naming conventions)
What I want to know is if it is possible to do something described in this FAQ (http://www.maxprog.com/support/us/mbm/subscribtion_by_email.html) with Outlook. So I guess I'm asking about extracting from emails.
Thanks. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2186
|
Posted: Thu Jan 26, 2006 9:57 am Post subject: |
|
|
Yes, you can do it and in fact it is all about extracting e-mails. Outlook lets you save e-mails to a plain text file so you just need to add a rule to gather all the subscribe messages in a folder and then save them to a text file. You will then need to use eMail Extractor to extract e-mail addresses.
You can also use a CGI like CGI-Subsribe that allows you to handle subscriptions from your web site. This script saves the addresses to a plain text file you can use with MaxBulk Mailer. It handles opt-in and opt-out, has an admin panel, sends notifications on new subscribes...etc...
For example click Subscribe to add yourself to our sample list (just do it, we never use that list, it is only for you to see how it works, you will receive by e-mail a message to confirm your subscription, try also to unsubscribe, and then subscribe again to see what happens in that case).
(Note that it also allows you to send messages, don't use that feature. It is NOT (in general) good for lists of more than, say 100 members, unless you are allowed to run background processes on your web server. If you aren't allowed to do so, and especially, if you don't know what it means by that, don't try to use this with a big list). |
|
| Back to top |
|
 |
|