I have a php script that auto responds to someone that fills out a form on my website and gives me their email. Can i make my script do seperate emails depending on the options picked (form has a list of check boxes and i would like to email them just txt like the autoresponder does but sends seperate emails depending on the boxes chosen. Ex. you choose box 2 and 4, script sends 2 emails with different txt depending on what those options were about.)
If someone knows how to do this can you give me an example or send me to some where i can download a script that has an example of this?
Quick question
Moderator: General Moderators
Re: Quick question
Yes, this is very possible. One of the easiest ways to do this would be to use the if... else statements