Sorry my mad. I keep seeing scripts like this.
Quote:
<tr>
<td><p>Recipient</p></td>
<td><select name="Recipient" size="1" id="Recipient">
<option value="'test1@live.com">John Doe 1</option>
<option value="test2@hotmail.com">John Doe 2</option>
<option value="test3@yahoo.com">John Doe 3</option>
</select>
</td>
</tr>
|
However, I know that script can get those email address spam bombed.
So I tried that script shown above, but it isn't sending the emails. So what do I do?