Question
UDF ?? Or some other way ??
I'm trying to get ideas here.
I have a page that allows users to edit some subscription information. I
have it set so if they change their email address, from what was originally
in the DB, the system sets them to a 'renewed' status in the db.
Now, what I'd like to have happen is to send them a email that they would
need to 'reconfirm' in order for them to start receiving emails at this new
address. Right now I have it set so that when users register, they get a
email (handled by the cfm page that proccesses their subscription
information the 1st time).
I also have a cfm page that runs as a automated process once a week to send
emails to ALL users who are unverified or reverified.
Is there a way to combine some of these features?
Can I set the page that runs as a automated process as a UDF? In some
instances I would need to pass specific user data to it, when it runs as a
automated process I would need it to pull all the info from the db like its
doing now.....
So.....I guess I'm looking for a little help on the best way to set this
up.......
Suggestions would be greatly appreciated!
Thanks,
Steve
I have a page that allows users to edit some subscription information. I
have it set so if they change their email address, from what was originally
in the DB, the system sets them to a 'renewed' status in the db.
Now, what I'd like to have happen is to send them a email that they would
need to 'reconfirm' in order for them to start receiving emails at this new
address. Right now I have it set so that when users register, they get a
email (handled by the cfm page that proccesses their subscription
information the 1st time).
I also have a cfm page that runs as a automated process once a week to send
emails to ALL users who are unverified or reverified.
Is there a way to combine some of these features?
Can I set the page that runs as a automated process as a UDF? In some
instances I would need to pass specific user data to it, when it runs as a
automated process I would need it to pull all the info from the db like its
doing now.....
So.....I guess I'm looking for a little help on the best way to set this
up.......
Suggestions would be greatly appreciated!
Thanks,
Steve
