[PHP] Re: Sendmail question

2008-03-15 Thread Manuel Lemos
Hello, on 03/14/2008 12:35 PM nihilism machine said the following: > So the email should be a link to: > http://www.mysite.com/permalink.php?ID=120 > but instead links to: http://www.mysite.com/permalink.php?ID%120 The problem is that you have specified quoted-printable encoding and have not prop

[PHP] Re: Sendmail Return-Path

2004-07-27 Thread Manuel Lemos
Hello, On 07/27/2004 06:07 PM, Enda Nagle - Lists wrote: I¹m using PHP¹s mail() function on several sites, but have difficulty sometimes with the mails being tagged as SPAM. I want to have the Return-Path set to the site admin, but can¹t see where to do this. I know that it can be done at server ro

[PHP] Re: Sendmail wrapper

2004-02-03 Thread Manuel Lemos
On 02/02/2004 06:18 PM, Federico Petronio wrote: Hi all... I have a chrooted Apache/PHP on Solaris 8 working fine except for one PHP function, mail(). I read that in Unix environments there is not possible to make PHP use a remote SMTP and it needs to find a sendmail executable un the path. Sin

[PHP] Re: sendmail vs smpt

2003-12-02 Thread Manuel Lemos
Hello, On 12/02/2003 07:50 PM, Pablo Gosse wrote: Hi all. I'm curious as to the performance difference between scripts that use sendmail vs. smtp for their mailing abilities. I use the following class for delivering emails, http://phpmailer.sourceforge.net ,

[PHP] Re: sendmail problem!

2002-11-27 Thread Manuel Lemos
Hello, On 11/27/2002 09:01 PM, Siamak wrote: I use PEAR to send mails to my users through "sendmail", my mails sometimes are delivered immediately, sometimes after some minutes and sometimes after some hours and sometimes never! I tried to identify the cause but I wasn't successful, is there some

[PHP] Re: sendmail problem

2002-11-16 Thread Jeff Bluemel
Thanks for the reply... it took me a little bit to get this worked out, but it is working perfectly now. I appreciate the assistance. Jeff "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > On 11/16/2002 04:53 PM, Jeff Bluemel wrote: > >

[PHP] Re: sendmail problem

2002-11-16 Thread Manuel Lemos
Hello, On 11/16/2002 04:53 PM, Jeff Bluemel wrote: anybody??? still haven't gotten this figure out. You may want to try this class and mail me back if it does not work: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Jeff "Jeff Bluemel" <[EMAIL PROTECTED]> wrote in messa

[PHP] Re: sendmail problem

2002-11-16 Thread Jeff Bluemel
anybody??? still haven't gotten this figure out. Jeff "Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK - I got the rasmail codes from Zend.com's code library. it is working > perfectly for my application except for one problem. the email I a

[PHP] Re: Sendmail "return-path" from my virtual webhost

2002-07-30 Thread Manuel Lemos
Hello, On 07/30/2002 01:30 PM, Al wrote: > I was hoping there was a way to fix it without having to modify my php > scripts [e.g., phpBB2, postlister, etc.] There is an explicit php.ini option for that but it only works under Windows. On Unix, you may also try defining the sendmail path added

[PHP] Re: Sendmail "return-path" from my virtual webhost

2002-07-30 Thread Al
I was hoping there was a way to fix it without having to modify my php scripts [e.g., phpBB2, postlister, etc.] Manuel Lemos wrote: > Hello, > > On 07/29/2002 01:54 PM, Al wrote: > >> Emails sent from my php scripts, using sendmail, all have a goofy >> "return-path" variable in the header.

[PHP] Re: Sendmail "return-path" from my virtual webhost

2002-07-29 Thread Manuel Lemos
Hello, On 07/29/2002 01:54 PM, Al wrote: > Emails sent from my php scripts, using sendmail, all have a goofy > "return-path" variable in the header. > > Is there a way I can correct this, or does it require a change to the > sendmail config file that I can't get to? Yes, you can use mail() 5t

[PHP] Re: Sendmail "return-path" from my virtual webhost

2002-07-29 Thread Joel Boonstra
> Emails sent from my php scripts, using sendmail, all have a goofy > "return-path" variable in the header. > > Is there a way I can correct this, or does it require a change to the > sendmail config file that I can't get to? You should be able to use the fifth parameter ("additional parameters")

[PHP] Re: Sendmail

2002-02-23 Thread Erica Douglass
Do you have a specific reason for calling Sendmail directly? If not, try http://www.php.net/manual/en/function.mail.php Erica "Uma Shankari T." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Hello, > > > Can anyone help me in solving this problem..

[PHP] Re: Sendmail entry in PHP.ini

2001-11-03 Thread Yasuo Ohgaki
Jason Michael wrote: > Does anyone know what the correct entry for the php.ini that allows you to > to use sendmail in OSX 10.0.4 Server? Sendmail support is disabled when OS is Windows, it should be able to use sendmail support with Mac OSX. (It it work :) -- Yasuo Ohgaki -- PHP General Ma

[PHP] Re: sendmail

2001-08-21 Thread BRACK
Thank you for advise, I think I'll use .htaccess and that would be fine. But why do I need to include ""? I'm using in on my local Apache win32 without "" even though I understand what is "string" Youri On 19 Aug 2001, at 16:01, Richard Lynch wrote: > > I'm on virtual hosting that lets me con

[PHP] Re: sendmail

2001-08-19 Thread Richard Lynch
> I'm on virtual hosting that lets me configure anything with .htaccess > file. I was recomended by provider to specify location of sendmail in > case I want to use php mail() function I know that I may do it in > htaccess file by adding php_value sendmail_path > /usr/sbin/sendmail The qwestion is