costarica1
Programmer
We have a report where we post 12 daily pictures on our site everyday. These pictures are overwritten so they are in the same place each time. I want to make a way to do this: allow people to select which pictures ( from 1 to 12 ) they would like to send to a friend and then enter their email and friends email into a form and it would send their buddy the pictures. I just am curious to the actual steps I should take here to send the email out. This is what I figure:
USER selects picture 1,2,3 to send to FRIEND's email. USER and FRIEND emails both have to be input into the form. When submitted, the form will send an email to USER with the REPLY-TO field set to FRIENDS email.
Thats it .. I just want to make sure that it would be the best way to go about doing this, so that the FRIEND doesn't get a bunch of emails if we have a BADUSER trying to mess up the system. Is this the right way to go here?
--
Michael
USER selects picture 1,2,3 to send to FRIEND's email. USER and FRIEND emails both have to be input into the form. When submitted, the form will send an email to USER with the REPLY-TO field set to FRIENDS email.
Thats it .. I just want to make sure that it would be the best way to go about doing this, so that the FRIEND doesn't get a bunch of emails if we have a BADUSER trying to mess up the system. Is this the right way to go here?
--
Michael