how would i restrict the number for out going mail to a certain number an hour per ip
also how do i call it through the url and but spaces in the message
mail() function help needed
Moderator: General Moderators
-
kaylamiller2
- Forum Newbie
- Posts: 3
- Joined: Fri Dec 26, 2008 11:58 am
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: mail() function help needed
record the ip and datestamp (includes time) in the database and check this before sending.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: mail() function help needed
%20 represents a space in a URL. Or use urlencode()
However, may I ask why you are sending emails via GET requests?
However, may I ask why you are sending emails via GET requests?