Page 1 of 1

mail() function help needed

Posted: Sat Dec 27, 2008 4:37 pm
by kaylamiller2
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

Re: mail() function help needed

Posted: Sun Dec 28, 2008 3:11 am
by jaoudestudios
record the ip and datestamp (includes time) in the database and check this before sending.

Re: mail() function help needed

Posted: Sun Dec 28, 2008 10:40 pm
by Ambush Commander
%20 represents a space in a URL. Or use urlencode()

However, may I ask why you are sending emails via GET requests?