Search found 3 matches
- Tue Sep 07, 2010 4:14 pm
- Forum: PHP - Code
- Topic: Email forwarding Form HELP
- Replies: 6
- Views: 408
Re: Email forwarding Form HELP
Right! I have these two lines in now... mail('email@bishcycles.co.uk', 'BishCycles Inquiry', $Body, 'From: <'.$EmailFrom.'>'); mail("email@bishcycles.co.uk", "BishCycles Inquiry", $Body, "From: <$EmailFrom>"); the top one is the original which is still only sending cert...
- Mon Sep 06, 2010 7:34 am
- Forum: PHP - Code
- Topic: Email forwarding Form HELP
- Replies: 6
- Views: 408
Re: Email forwarding Form HELP
Thanks but no luck... it still only sends with certain emails :s which makes no sense as theres no reason why the imputed email should make a difference!!! so confused!
- Fri Sep 03, 2010 10:03 am
- Forum: PHP - Code
- Topic: Email forwarding Form HELP
- Replies: 6
- Views: 408
Email forwarding Form HELP
Okay I have no idea why this doesn't work!! Anyone help? It sends some of them depending on what email you put in the form!! which doesn't make sense because they all are valid emails and get through the validation! Eg. sends when you put your email is name@live.co.uk but not 1111@live.co.uk can loo...