Search found 6 matches

by ave
Sun Feb 13, 2005 6:40 am
Forum: PHP - Code
Topic: Basic PHP email question
Replies: 13
Views: 882

thanks for the continued help everyone, still havent sorted it but ill try 'feyd's' suggestion tomorrow, i think thats the only option i have left aside from trying a totally different approach.
by ave
Sat Feb 12, 2005 10:01 am
Forum: PHP - Code
Topic: Basic PHP email question
Replies: 13
Views: 882

Have tried that already, its most peculiar...
(Where ever i wrote generic comments like 'me@mydomain.com' i actually put the real adress's in)
But no joy still...
by ave
Sat Feb 12, 2005 8:31 am
Forum: PHP - Code
Topic: Basic PHP email question
Replies: 13
Views: 882

talk to their support then. i have and its taken 6 days and NO response as i said originally was hoping some one might have had the same problem already. In reply to 'LiLpunkSkateR' The $from is defined by a text field in the flash movie and basically it add a 'REPLY TO' field to the e-mail telling...
by ave
Fri Feb 11, 2005 11:27 am
Forum: PHP - Code
Topic: Basic PHP email question
Replies: 13
Views: 882

ok not to sound ungrateful but one thing ? What error ?? And ok the problem is i am translating dynamic text fields in FLASH to an e-mail format. Im also not sure i understand what you meant here Also, where is $from coming from? If it's YOUR email, thats what you should be using.. (not PHPMailer). ...
by ave
Fri Feb 11, 2005 8:16 am
Forum: PHP - Code
Topic: Basic PHP email question
Replies: 13
Views: 882

so is there no way to get my original simple script working ?
I mean it works fine on my other site...

I am not very good at PHP and also i have to integrate it into a FLASH form... hmm this is a problem, thanks for the help so far though ill certainly look at the link you posted.
by ave
Fri Feb 11, 2005 6:14 am
Forum: PHP - Code
Topic: Basic PHP email question
Replies: 13
Views: 882

Basic PHP email question

I have a flash web site on easyspace servers, it has an e-mail form which works ok elsewhere but wont work on their servers as they say it needs different code to work. The base code is as follows <?php mail("me@myemail.com", $subject, $message, "From: PHPMailer\nReply-To: $from\nX-Ma...