[GTER] Bloqueio de e-mail via dns
Marcus Grando
marcus at sbh.eng.br
Tue Jan 11 13:23:42 -02 2005
php.mail() pra Windows != Unix...
-- http://br2.php.net/mail --
Table 1. Mail configuration options
Name Default Changeable
SMTP "localhost" PHP_INI_ALL
smtp_port "25" PHP_INI_ALL
sendmail_from NULL PHP_INI_ALL
sendmail_path DEFAULT_SENDMAIL_PATH PHP_INI_SYSTEM
For further details and definition of the PHP_INI_* constants see ini_set().
Here's a short explanation of the configuration directives.
SMTP string
Used under Windows only: DNS name or IP address of the SMTP server
PHP should use for mail sent with the mail() function.
smtp_port int
Used under Windows only: Number of the port to connect to the
server specified with the SMTP setting when sending mail with mail();
defaults to 25. Only available since PHP 4.3.0.
-- http://br2.php.net/mail --
Sugiro então usar o PEAR-Mail para entregar então...
Abraços
Alexandre Hautequest wrote:
> Antonio Carlos Pina wrote:
>
>>E o que acontece quando você não tem nenhum MTA instalado no servidor ? ;-)
>>Ele deixa em queue que nunca será enviada (pois não há um servidor rodando).
>>
>>[]s,
>>Pina
>
>
>
> Uh... ele consulta o php.ini e ve qual a forma de entrega das mensagens,
> se via MTA local (por exemplo, chamar o binario /usr/sbin/sendmail) ou
> encaminhar via SOCKETS API para um servidor distante. Na teoria, isso
> resolve o problema de envio de emails pelo webserver.
>
--
Marcus Grando
marcus(at)sbh.eng.br
More information about the gter
mailing list