RE: [Exim] PHP Form to send emails with Exim

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jason Gerfen
Data:  
Para: exim-users
Assunto: RE: [Exim] PHP Form to send emails with Exim
Sorry but I use both PHP and Perl so I am not going to say anything
about what is better or not. For those that are interested in helping
me configure my php.ini to use exim vs. sendmail here is my current
configuration for the sendmail directives in php.ini.

sendmail_path = /usr/exim/bin/exim -t -odq

I have also tried to make a symbolic link from the sendmail file to
point to the exim binary with no luck. For my mail the simple php code.
<?php
$to = "email@???";
$sub = "Subject line";
mail($to,$sub,$_POST['$msg']);
?>

--
Jason Gerfen

"... well, actually, I am more like a sheep in wolves clothing."
                            ~ me