Skip to main content
Known Participant
November 17, 2006
Question

Contact form only sends w/ my email

  • November 17, 2006
  • 5 replies
  • 467 views
I originally had problems receiving it. Now I receive it BUT ONLY WHEN I USE MY OWN EMAIL ADDRESS in the field. I am going insane. Can you pleaseeeeeeee tell me how can I fix this? This is my actionscript for flash and below is the php file that goes with it:
This topic has been closed for replies.

5 replies

Inspiring
November 18, 2006
you're welcome.
Known Participant
November 18, 2006
It works......You're an angel.........Thanks so much.......
Inspiring
November 18, 2006
That is a bit bazzarre, although it sounds like it is thinking that you are getting spammed as it does not recognise the email address it is coming from... perhaps try changing the php so it always thinks it is coming from your email....

mail("$to","$subject","$matter","From: nana@planetnana.com");

The persons actual email will still be within the email message itself. I think it is your email just thinking it is spam and filtering it.
Known Participant
November 18, 2006
when i test it and I use any email address in the form it doesn't work (I never receive it in my inbox) but if i fill out the same form using my email address I receive it.
if you fill it out I won't receive it.
test it: www.planetnana.com/c/byemail.swf
Inspiring
November 18, 2006
What are you saying, who's email are you trying to send to other than your own? It is only gonna send to your email becuase the email variable $to is your email address.