| Author |
Message |
steve
Joined: 10 Jun 2009 Posts: 22
|
Posted: Sat Jun 13, 2009 5:25 am Post subject: MaxBulk Mailer :: Confirm Opt-In for upload_file |
|
|
Can you show or point to the code that needs to be changed to make the upload_file function send confirmation emails?
Thanks! |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 4404
|
Posted: Mon Jun 15, 2009 10:22 am Post subject: |
|
|
| What do you mean with confirmation emails? |
|
| Back to top |
|
 |
steve
Joined: 10 Jun 2009 Posts: 22
|
Posted: Mon Jun 15, 2009 7:02 pm Post subject: |
|
|
Sorry if I wasn't clear
Currently the upload_file.php adds the list of email addresses as subscribers, without sending them a "Confirm Opt-in" email.
We have many people at conferences and trainings who want to subscribe to our newsletter and manually fill out a paper card to subscribe. Someone on our staff enters those 50-100 addresses into a text file and I upload that list (upload_file.php).
I want to preserve the double opt-in process by having a "Confirm Opt In" email sent to them so they may click on the link to confirm and complete their subscription.
So I read somewhere in the forums that I needed to add that snippet of code to add that function. I just don't know where to find the code that does that. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 4404
|
Posted: Tue Jun 16, 2009 11:50 am Post subject: |
|
|
| What you ask is a whole new feature actually, it is not an upload but a mass delivery of messages containing a link with a specific ID to let the recipient subscribe to the list. Right now I just wonder what would be the best way to do that... |
|
| Back to top |
|
 |
jgoodnough
Joined: 07 Dec 2008 Posts: 5 Location: Acton, MA
|
Posted: Tue Jun 23, 2009 8:39 pm Post subject: |
|
|
| stanbusk wrote: | | What you ask is a whole new feature actually, it is not an upload but a mass delivery of messages containing a link with a specific ID to let the recipient subscribe to the list. Right now I just wonder what would be the best way to do that... |
Oh man this is what I want too. I have a similar situation where people are not online when they want to subscribe. I need to be able to send them a link to prompt them to do it later. This would be a huge feature in my mind. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 4404
|
Posted: Wed Jun 24, 2009 11:11 am Post subject: |
|
|
| Don't worry, I will add that feature. |
|
| Back to top |
|
 |
|