davidtrin
01-05-2002, 02:58 AM
Hello there
After seen the tutorial for PHP mailer I decided to have a try and test it on my latest project. It looked very easy and hassle free.
I haven't got a clue on PHP and so I just followed Jesse instructions and changed only the e mail address on the php3 file as follows:
<?php
mail("myem@ilhere.com", $subject, $message, "From: PHPMailer\nReply-To: $from\nX-Mailer: PHP/" . phpversion());
?>
where I've changed the e mail to a brand new address from my new server.
I've tried to set it to my yahoo address, to my new address in the server and to redirect from the new address to my yahoo. Nothing happens.
The redirection is working fine my with other addresses.
My server is oneandone.co.uk and they support PHP4, do I have to change something because of the different version?
What is the problem with that tutorial/codes?
After seen the tutorial for PHP mailer I decided to have a try and test it on my latest project. It looked very easy and hassle free.
I haven't got a clue on PHP and so I just followed Jesse instructions and changed only the e mail address on the php3 file as follows:
<?php
mail("myem@ilhere.com", $subject, $message, "From: PHPMailer\nReply-To: $from\nX-Mailer: PHP/" . phpversion());
?>
where I've changed the e mail to a brand new address from my new server.
I've tried to set it to my yahoo address, to my new address in the server and to redirect from the new address to my yahoo. Nothing happens.
The redirection is working fine my with other addresses.
My server is oneandone.co.uk and they support PHP4, do I have to change something because of the different version?
What is the problem with that tutorial/codes?