View Single Post
Old 18-04-2008, 16:12   #4 (permalink)
campbell
Web Hoster
 
Join Date: Jan 2008
Location: Canada
Posts: 122
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?
  Reply With Quote