Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-09 Thread Manuel Lemos
Hello, Juanjo Pascual wrote: > I have a problem with the mail function when I send a mail with acents > or Ñ in the subject. When I receive the mail this caracters have been > replaced by X. > > I'm using the mail function in this way: > > mail([EMAIL PROTECTED], 'Consulta Señalítica desde la

Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-09 Thread Ligaya Turmelle
Juanjo Pascual wrote: Hello, I have a problem with the mail function when I send a mail with acents or Ñ in the subject. When I receive the mail this caracters have been replaced by X. I'm using the mail function in this way: mail([EMAIL PROTECTED], 'Consulta Señalítica desde la página web'

Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-06 Thread Martin Marques
On Thu, 6 Jul 2006, Juanjo Pascual wrote: Hello, I have a problem with the mail function when I send a mail with acents or Ñ in the subject. When I receive the mail this caracters have been replaced by X. I'm using the mail function in this way: mail([EMAIL PROTECTED], 'Consulta Señalítica

Re: [PHP] problem with Mail function

2006-02-05 Thread sunaram patir
Dude, Do not use $to = "$email"; instead $to=$email; But i didn't even know what is your problem! On 2/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This may be a bit to obvious, but I miss little stuff all the time. > > You wouldn't happen to have the if(mail(...)) in some form of l

Re: [PHP] problem with Mail function

2006-02-05 Thread sub
This may be a bit to obvious, but I miss little stuff all the time. You wouldn't happen to have the if(mail(...)) in some form of loop would you? or perhaps $to is getting assigned the e-mail address like "[EMAIL PROTECTED] [EMAIL PROTECTED]" can you check the value of $email before you assign it

Re: [PHP] Problem with mail() function and exec

2003-11-26 Thread th3 th1nk3r
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stardate Thursday 27 November 2003 02:08 Capt. Lord th1nk3r Class C-1 msg from Rasmus Lerdorf > Do you have /bin/sh inside your jail? Thanks I'm stupid. It was that easy. Thanks again ;) - -- -

Re: [PHP] Problem with mail() function and exec

2003-11-26 Thread Rasmus Lerdorf
Do you have /bin/sh inside your jail? On Thu, 27 Nov 2003, th3 th1nk3r wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > I have a great problem. I hava an apache 1.3.28 + php 4.3.3 installation into > a chroot jail in my Linux box. Into the jail I have installed postfix (with

RE: [PHP] Problem with mail function

2001-03-26 Thread Ankur Verma
The mail function uses the specified SMTP mail server to send out the mail. you will need to set the php.ini variables as follows SMTP= localhost ; The name or IP address of the machine which is running the SMTP Server. for ex

Re: [PHP] Problem with mail function

2001-03-26 Thread Carsten Gehling
From: "Sonya Davey / QDCEL" <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 10:55 AM > 1.What must I configure thse settings in my php.ini file to? > SMTP = localhost > sendmail_from = [EMAIL PROTECTED] SMTP must be set to the address of a SMTP-server (Simple Mail Transfer Protocol) - that is