Search found 6 matches
- Sun Feb 13, 2005 6:40 am
- Forum: PHP - Code
- Topic: Basic PHP email question
- Replies: 13
- Views: 882
- 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...
(Where ever i wrote generic comments like 'me@mydomain.com' i actually put the real adress's in)
But no joy still...
- 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...
- 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). ...
- Fri Feb 11, 2005 8:16 am
- Forum: PHP - Code
- Topic: Basic PHP email question
- Replies: 13
- Views: 882
- 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...