|
Posted by Simon Stienen on 10/30/89 11:23
On 2005-08-08 13-25-54 Maximus <teddy.am@gmail.com> wrote:
> Does anyone know how can i send PHP mail? for example, I want to send a
> HTML email inside it i want to include(somefile.htm);
You could use file_get_contents('http://yourserver/path/to/phpfile.php');
and then use this as message body. Executing PHP code on clientside is
(fortunately) not possible.
HTH,
Simon
--
Simon Stienen <http://slashlife.org/>
"What you do in this world is a matter of no consequence,
The question is, what can you make people believe that you have done."
/Sherlock Holmes in A Study in Scarlet by Sir Arthur Conan Doyle/
Navigation:
[Reply to this message]
|