RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
> Date: Mon, 12 Apr 2010 09:22:53 -0500 > From: keithda...@pridedallas.com > To: harlequ...@gmx.de; aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: RE: [PHP-WIN] Mail Function Not Working > > Where is your site being hosted? Does the hosting server have SMTP availab

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
; php-windows@lists.php.net Subject: Re: [PHP-WIN] Mail Function Not Working Hi Alice, Alice wrote: > I have an issue here where I see no PHP errors on my mail > function usage, and yet I am not getting the mail in the desired > account. Here is what I have for my PHP code: > > $

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Sascha Meyer
Hi Alice, Alice wrote: > I have an issue here where I see no PHP errors on my mail > function usage, and yet I am not getting the mail in the desired > account. Here is what I have for my PHP code: > > $headers = "From: aj...@alumni.iu.edu" ; > $to = $email; > $subject = > "Comments Regarding

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
> From: rquadl...@googlemail.com > Date: Mon, 12 Apr 2010 14:54:24 +0100 > To: keithda...@pridedallas.com > CC: aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: Re: [PHP-WIN] Mail Function Not Working > > On 12 April 2010 14:47, Keith Davis wrote: > > Wh

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Richard Quadling
. > > Keith Davis (214) 906-5183 > > -Original Message- > From: Alice Wei [mailto:aj...@alumni.iu.edu] > Sent: Monday, April 12, 2010 8:20 AM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Mail Function Not Working > > > > > > > > Hi, >

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
Alice Wei [mailto:aj...@alumni.iu.edu] Sent: Monday, April 12, 2010 8:20 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Mail Function Not Working Hi, I have an issue here where I see no PHP errors on my mail function usage, and yet I am not getting the mail in the desired account. He

[PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
Hi, I have an issue here where I see no PHP errors on my mail function usage, and yet I am not getting the mail in the desired account. Here is what I have for my PHP code: $headers = "From: aj...@alumni.iu.edu" ; $to = $email; $subject = "Comments Regarding My Site"; $body = "From: $y

RE: [PHP-WIN] Mail Function Error

2009-02-09 Thread Alice Wei
Date: Sun, 8 Feb 2009 17:01:32 + > From: n...@chance.now > To: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Mail Function Error > > > > > > > Hi, > > > > > > > > I am one of those people whose mail server is not on the local

Re: [PHP-WIN] Mail Function Error

2009-02-08 Thread Niel Archer
> > > > Hi, > > > > > > I am one of those people whose mail server is not on the local machine. > > > It is on http://www.hotmail.com and the address is this email address. I > > > currently constantly get this on my error log: > > > > > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ > >

RE: [PHP-WIN] Mail Function Error

2009-02-07 Thread Alice Wei
> > Hi, > > > > I am one of those people whose mail server is not on the local machine. > > It is on http://www.hotmail.com and the address is this email address. I > > currently constantly get this on my error log: > > > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ > href='function.mai

Re: [PHP-WIN] Mail Function Error

2009-02-07 Thread Niel Archer
> > Hi, > > I am one of those people whose mail server is not on the local machine. It > is on http://www.hotmail.com and the address is this email address. I > currently constantly get this on my error log: > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ href='function.mail'>function.ma

[PHP-WIN] Mail Function Error

2009-02-07 Thread Alice Wei
Hi, I am one of those people whose mail server is not on the local machine. It is on http://www.hotmail.com and the address is this email address. I currently constantly get this on my error log: [07-Feb-2009 06:39:15] PHP Warning: mail() [function.mail]: Failed to connect to mailserver a

RE: [PHP-WIN] mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Jeff White
$mime_boundary . "--" . EOL . EOL; // finish with two eol's for better security. see Injection. # SEND THE EMAIL ini_set(sendmail_from, $fromaddress); // the INI lines are to force the From Address to be used ! $mail_sent = mail($to, $subject

[PHP-WIN] mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Dan Richfield
When using IIS7 with PHP 5.2.5 with the FastCGIModule, the mail() function returns the following error message when trying to use anything but a plain email address (ex. [EMAIL PROTECTED]) in the From or To headers: PHP Warning: mail() [function.mail]: SMTP server response: 501 Incorrect Address

[PHP-WIN] Mail always goes to junk folder.

2006-12-27 Thread Nii Amon Dsane
Hi list I have a problem with mail(). When I construct an email and send it to a user, it always lands in the user's junk folder. How can I ensure that the mail gets to the Inbox folder? Thanks Nii Amon

[PHP-WIN] Mail System Error - Returned Mail

2005-07-04 Thread MAILER-DAEMON
Dear user of lists.php.net, mail server administrator of lists.php.net would like to let you know the following. Your e-mail account has been used to send a huge amount of unsolicited e-mail during this week. Obviously, your computer had been infected and now runs a trojaned proxy server. We re

[PHP-WIN] mail function not working

2004-11-07 Thread William Lee
My system: Windows XP Apache SMTP server: MailEnable PHP 5.0.2 Whenever I try to use the mail function, it returns me a value of "false". My php.ini settings are: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 Here's the function I'm using: This always returns: bool(false)

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 17:42:57 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Am I correcting thinking that, when you use the mail() function on the hosting > server, the server will automatically pick up the SMTP server (i assume a hosting > server will already have the SMTP-Server value in

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread trystano
Am I correcting thinking that, when you use the mail() function on the hosting server, the server will automatically pick up the SMTP server (i assume a hosting server will already have the SMTP-Server value in the php.ini file, which we do not have access to). But if testing on a local server,

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread Cory D. Wiles
What happens when you try to use the mail function. Did you put your correct smpt-server in the php.ini? Anne Shroeder wrote: Alas, I cannot use the mail() function on Windows. Someone told me about this: http://www.phpguru.org/static/mime.mail.html but attempts to get it to work have been futi

[PHP-WIN] Mail functions?

2004-08-12 Thread Anne Shroeder
Alas, I cannot use the mail() function on Windows. Someone told me about this: http://www.phpguru.org/static/mime.mail.html but attempts to get it to work have been futile. Does anyone else have a good and straightforward solution for sending mail from a web page (results from a form). Nothing

[PHP-WIN] mail error

2004-06-23 Thread Cory D. Wiles
I just upgraded to PHP5RC3 and for some reason the mail() function is throwing an error. *Warning*: mail() [function.mail ]: "sendmail_from" not set in php.ini or custom "From:" header missing in *C:\Program Files\Apache Group\Apache2\htdoc

RE: [PHP-WIN] Mail

2004-05-09 Thread Jonathan Villa
Did you change the reporting level to see if anything gets reported... -Original Message- From: Andreas Lindahl [mailto:[EMAIL PROTECTED] Sent: Sunday, May 09, 2004 3:13 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Mail My mail function doesn´t work at all. I have tried a very simple

[PHP-WIN] Mail

2004-05-09 Thread Andreas Lindahl
My mail function doesn´t work at all. I have tried a very simple line to send the mail, but nothing happens. The mail will not send, and the function doesn´t return anything. I have made the neccesary changes in php.ini. $result = mail("[EMAIL PROTECTED]", "Test", "Line Test"); Does anyone have a

Re: [PHP-WIN] Mail Function Problem

2004-04-15 Thread Luis Moreira
M. Imran Khan wrote: When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me

[PHP-WIN] Mail Function Problem

2004-04-15 Thread M. Imran Khan
When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me regarding this. Th

[PHP-WIN] Mail Delivery (failure php-windows@lists.php.net)

2004-04-01 Thread shane
If the message will not displayed automatically, follow the link to read the delivered message. Received message is available at: www.lists.php.net/inbox/php-windows/read.php?sessionid-27461  

[PHP-WIN] Mail()

2004-02-29 Thread Martin Nielsen-Lönn
Is it possible to fetch an error from mail()? I have tried to send a e-mail but it doesn't work.. Greetings/Martin Nielsen-Lönn

Re: [PHP-WIN] mail()

2004-01-07 Thread Anthony Ritter
From: "Mike Brum" <[EMAIL PROTECTED]> > It's very possible that they're not letting you relay through them since > you're not providing any authentication for that mail server but just trying > to send (as far as it can tell) "random mail from an unknown sender"...[snipped] Thanks

RE: [PHP-WIN] mail()

2004-01-07 Thread Mike Brum
e- From: Anthony Ritter [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 1:12 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] mail() Using php/apache/mysql I am testing an mail script. The script has a .html form which receives the text input and then a .php script to execute the vari

[PHP-WIN] mail()

2004-01-06 Thread Anthony Ritter
Using php/apache/mysql I am testing an mail script. The script has a .html form which receives the text input and then a .php script to execute the variables in a mail() function. When I publish both files - the .html and .php - to my ISP's server and enter the data and hit submit I receive an

[PHP-WIN] mail($To problem

2003-12-04 Thread Alan McDonald
Can someone tell me why I might be getting this problem? I construct an HTML email and send it,... it's fine,... it goes But the last > character after the /html tag gets truncated. I always get >"; I do not see the http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Mail with Word attachment

2003-10-20 Thread George Pitcher
Hi all, I need to send MS Word attachments from PHP (they're built on the fly). I've tried PHPMailer but that doesn't like my NT box so I've gone back to php's mail() function. I'm using the following script but and the attachment is in the same webfolder as the script but when I check the email

[PHP-WIN] Mail server requires logon, How do I configure php

2003-07-14 Thread Rick
My mail server requires me to logon to the server when sending email. How do I configure PHP to do the same Thanks Rick -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Mail sent an hour before I send it

2003-06-18 Thread Charles P. Killmer
When I send email through php, the mail is stamped witha time that is an hour after I send it. I have checked the time zone and daylight settings one ALL servers. I forwarded it to another account and this is the original message. This was actually sent at 7:53 am. When I log onto the mail se

[PHP-WIN] mail() function causes Apache 2.0 to crash on Windows 2000

2003-03-20 Thread Jason Bryner
I have a simple mail script that just takes values from a form (to address, subject and message) and sends them to a mail() function. Whenever the mail() function is called Apache 2.0 crashes. I'm running Apache 2.0 on a Windows 2000 machine (localhost) with PHP 4.3.1. What could be causing this

[PHP-WIN] mail() on XP

2003-03-08 Thread John Smith
Is it possible to set up PHP so mail() sends email (through localhost, not another server) to a local account? I have the non-server version of Windows XP. John - Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more

AW: [PHP-WIN] Mail Function Problem

2003-03-06 Thread Sven Schnitzke
want_to_drop_your_mail_at") just before calling mail(); -- Sven > -Ursprüngliche Nachricht- > Von: Jason Hawkins [SMTP:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 6. März 2003 03:07 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] Mail Function Problem > >

[PHP-WIN] Mail Function Problem

2003-03-05 Thread Jason Hawkins
Hi, can anyone help?? I am trying to use the mail() function. It works for addresses that are internal on the intranet - but as soon as I try sending to an external address such as [EMAIL PROTECTED] I have problems with the folllowing error message: SMTP server response: 550 Relaying denied here

[PHP-WIN] mail() CC: header

2003-02-17 Thread Matt Hillebrand
Has anyone here successfully sent CC headers with mail()? It simply won't work for me. I get different errors depending on which mail server I use. Matt -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Mail()

2003-02-05 Thread Dominic
I am trying to use PHP to email: The simple code to test in the web page is : mail("[EMAIL PROTECTED]", "My Subject", "Line \nLine 2\nLine 3"); I have the php.ini configured using an email address within the domain of the SMTP server ([EMAIL PROTECTED]). I have this domain (fcny.org) setup on SM

Re: [PHP-WIN] Mail newbie Question

2003-01-31 Thread toby z
hi duncan i have to do this job for a client in a week or so im sure its possible . ill start at it in a while n ill let u no whatever it is k ? good luck toby --- Duncan <[EMAIL PROTECTED]> wrote: > Hi All, > > Is it possible to create a page where visitors can for example > submit

Re: [PHP-WIN] Mail newbie Question

2003-01-28 Thread Cam Dunstan
D]> Sent: Wednesday, January 29, 2003 7:39 AM Subject: [PHP-WIN] Mail newbie Question > Hi All, > > Is it possible to create a page where visitors can for example submit their > email address and a list of their demands, then the page mails it to a > support address? > > Wo

[PHP-WIN] Mail newbie Question

2003-01-28 Thread Duncan
Hi All, Is it possible to create a page where visitors can for example submit their email address and a list of their demands, then the page mails it to a support address? Would I have to use a mail server of any kind to send the emails? Where could I find an example script that could do this?

[PHP-WIN] Mail functions

2003-01-07 Thread Raheel Hussain
hi, I m using the mail() function on a server, but having problems, the problem is that the mail is not being sent. i consulted with the administrator then he said that i m using 3rd. party QMAIIL component on the server so if there is a 3rd party component is used. what changes should i do for

RE: [PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
s [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 12:22 PM > To: [EMAIL PROTECTED] > Cc: PHP Windows Helplist > Subject: Re: [PHP-WIN] mail() function not working > > > To fix your mail server: > > You need to enable mail relaying on your mail server. HOWEVER, it

Re: [PHP-WIN] mail() function not working

2003-01-06 Thread Stephen Edmonds
the ; from infront of error_log =, otherwise the line won't be processed! Stephen - Original Message - From: "Rad Craig" <[EMAIL PROTECTED]> To: "PHP Windows" <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 5:38 PM Subject: [PHP-WIN] mail() function no

[PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
I have a new PHP install on Win2k. Everything has worked except the mail() function. Nothing shows up in my event log. I have a mail server installed on the same machine. I have the SMTP=localhost set in my php.ini file. The mail server works fine, has been for many months. I have logging tur

[PHP-WIN] mail function in IIS 5

2002-10-31 Thread Omar
I work in a Win2k server Is there any way I could see how many resources the 'mail' function consumes in the server? I use web forms and send them by email, but they've became really slow and i guess it could be the mail function (maybe the sql querys, but i don't think that could be). Thank you f

[PHP-WIN] Mail

2002-10-23 Thread James Meers
Hi, I am trying to use the mail function, below is the code i am using: mail( "[EMAIL PROTECTED]","test","This is a test mail" ); I get an error: Warning: Server Error in F:\milinksroot\test.php on line 2 Does anyone know what i should be looking for to rectify this problem? CHe

Re: [PHP-WIN] Mail problem

2002-10-07 Thread toby z
francisco are u tryin the function on the webserver u will host ur site on coz if u r running it from ur local host u will get the error since ur localhost cant send a mail toby . --- Francisco Murillo Montoya <[EMAIL PROTECTED]> wrote: > Hello; > > I have PHP 4.2.3 on Windows 2000 adva

[PHP-WIN] Mail problem

2002-10-05 Thread Francisco Murillo Montoya
Hello; I have PHP 4.2.3 on Windows 2000 advanced, and when I try to use the mail funtion, the server returns an error. The page sais: Warning: Server error in c:\url\file.php on line 2. I have Imail as Mail Server. Do you know why this happen? Thank you. Francisco Murillo -- PHP Windows

Re: [PHP-WIN] mail programs

2002-10-04 Thread Cam Dunstan
IL PROTECTED]> Sent: Saturday, October 05, 2002 9:16 AM Subject: [PHP-WIN] mail programs > > hey, > > i just started to get into the mail() function with php4 could anyone tell > me the best mail program to use under windows 98 as i would like to test my > scripts on my loca

[PHP-WIN] mail programs

2002-10-04 Thread Dean Hayes
hey, i just started to get into the mail() function with php4 could anyone tell me the best mail program to use under windows 98 as i would like to test my scripts on my local box before i make them live thanks Dean "The Insane Guy" Hayes

Re: [PHP-WIN] Mail tag?

2002-09-22 Thread H Marc Bower
to 'localhost' (a > valid email address is set in sendmail_from). Testing the MTA by itself > works properly. > > http://bugs.php.net hint that is was fixed in CVS back in 2000. Any > ideas? > - Original Message ----- From: "Codejay" <[EMAIL PROTECTED]>

Re: [PHP-WIN] Mail tag?

2002-09-22 Thread H Marc Bower
t I'm sure you could find it in the archives... if there are any. :) I will check the old messages I have stored, and repost if I can find it. (V) - Original Message - From: "Codejay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 22, 2002 1:23

[PHP-WIN] Mail tag?

2002-09-22 Thread Codejay
Has anyone experienced a problem with the mail tag after upgrading? My php.ini still has the same path to sendmail and I can't send mail through php anymore. None of my sendmail configuration has changed at all. any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-WIN] mail() --> "failed to recieve" error

2002-09-09 Thread Court Shrock
Sorry to bother everyone...found the causeSMTP on IIS5 doesn't bind to 127.0.0.1 by default. Changed php.ini to use the ip address of its interface and the everything worked. Found this out by putting the same script on a different server, but pointing smtp to the original server. On Mon, 2

[PHP-WIN] mail() --> "failed to recieve" error

2002-09-09 Thread Court Shrock
When trying to (and nothing more): getting the message "Failed to receive: in path_the_file_being_run". Tried php v4.1.2 and 4.2.3 with the same results. The box is Win2k server and IIS5. A SMTP relay is listening on localhost. The php.ini settings are set to point to 'localhost' (a valid

[PHP-WIN] mail() on W2K Pro

2002-09-08 Thread Ignatius Reilly
Hi, I want to be able to use error_log() ( or mail() ) in a W2K Pro installation (PHP 4.2). I suppose some kind of message queuing service or SMTP server has to be installed. I would appreciate if somebody who has done this successfully could give me some indications. Ignatius _

Re: [PHP-WIN] mail() I get crazy from this...

2002-09-01 Thread Aleksandar Skodric
ksandar Skodric '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'Peter '" <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 1:37 PM Subject: RE: [PHP-WIN] mail() I get crazy from this... > Have it come to your attention that Mr > Peter-I-have-a

RE: [PHP-WIN] mail() I get crazy from this...

2002-09-01 Thread Svensson, B.A.T. (HKG)
Have it come to your attention that Mr Peter-I-have-a-problem-but-no-SMPT-server-nor-an-ISP actually post his question from hotmail? ;) -Original Message- From: Aleksandar Skodric To: [EMAIL PROTECTED]; Peter Sent: 31-8-02 11:47 Subject: Re: [PHP-WIN] mail() I get crazy from this... the

Re: [PHP-WIN] mail server on windows

2002-08-31 Thread DL Neil
krizz, Apache is a web server. What you need is an SMTP (outbound email) server. Check the PHP.INI. There are two settings to make. One of them should be the same email server that you use for sending email from Outlook Express. Regards, =dn > I have an apache server for windows, for testing

[PHP-WIN] mail server on windows

2002-08-31 Thread krizz
I have an apache server for windows, for testing my php scripts. My problem is with testing the mail function. Anyone knows a way for windows and an apache server? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 2:50 PM Subject: Re: [PHP-WIN] mail() I get crazy from this... > Hello B.A.T., > If so, I must organise. By sheer luck I got a cheap fast ADSL line, > guaranteed 115 kilobytes a second. Now, I understand, I must target to >

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
is working all well : ) Cheers, Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 2:31 PM Subject: Re: [PHP-WIN] mail() I get crazy from this... > Hello, > Thanks for this answer. No, I do not ha

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
installing one on your machine! Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 1:57 PM Subject: [PHP-WIN] mail() I get crazy from this... > Hello, > I repeat: my PHP mail() function does not

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
you IP address... Hope this helps... : ) Cheers, Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 12:58 PM Subject: Re: [PHP-WIN] mail() does not work. Help please... > Hello Piotr, > Thanks fo

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
ginal Message - From: "Piotr Pluciennik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 12:46 PM Subject: Re: [PHP-WIN] mail() does not work. Help please... > So, you should have an access to smtp server. Then in > php.ini set lines

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread leo g. divinagracia iii
if you have a server yourself, then download the freebie STMP server from pegasus mail's creator. i'm using since our days with a novell box. now my win2k box runs the mercury smtp server strickly for php duties... http://www.pmail.com he has both clients and server for win32... Peter wrote

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Hello B.A.T., > If so, I must organise. By sheer luck I got a cheap fast ADSL line, > guaranteed 115 kilobytes a second. Now, I understand, I must target to > be an ISP. I have a fixed IP-address. I have a server and PHP, MYSQL. 155kb, that speed man. I remember the old days at the beginning

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Ross Fleming
n relay one, however, good mail servers have black-lists of smtp servers that are "open" and so refuse connections from them. It's a fight against spam really Ross > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: 28 August 2002 13:51 > To:

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Peter
Hello B.A.T., If so, I must organise. By sheer luck I got a cheap fast ADSL line, guaranteed 115 kilobytes a second. Now, I understand, I must target to be an ISP. I have a fixed IP-address. I have a server and PHP, MYSQL. You tell me that other SMPT servers will not accept my e-mail unless I

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Thanks for this answer. No, I do not have an ISP. I only have a raw > line: fast ADSL without any whatever, but guaranteed fast. > I do not understand your kind of english, but it seems to me from your > last sentence that I should give up. You MUST necessarily have an ISP (Internet Service pr

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Why MUST you have one?? To my knowledge, Hotmail isn't a pop/smtp server. > It's web based mail. An SMTP server receives copies of email from you, and > forwards them on to the correct server. That's all. You could certainly > try turning your own machine into an SMTP server, but I would dou

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Peter
y should be > able to provide you with one. Other wise you're up the proverbial creek > > Ross > > >>-Original Message- >>From: Peter [mailto:[EMAIL PROTECTED]] >>Sent: 28 August 2002 12:57 >>To: [EMAIL PROTECTED] >>Subject: [PHP-WIN] mai

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Ross Fleming
e you're up the proverbial creek Ross > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: 28 August 2002 12:57 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] mail() I get crazy from this... > > > Hello, > I repeat: my PHP mail() function does not

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread DL Neil
t; <[EMAIL PROTECTED]> > >To: <>,"Peter" <[EMAIL PROTECTED]> > >Subject: Re: [PHP-WIN] mail() does not work. Help please... > >Date: Wed, 28 Aug 2002 12:04:46 +0100 > > > >Peter, > > > > > What must I fill in "your.smpt.se

[PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Peter
Hello, I repeat: my PHP mail() function does not work. Apache tells me it can not connect. I have XP, Netscape, Apache, PHP, MYSQL. I have not the faintest idea where my smpt server is. I use Netscape for reading my e-mail.I have only a raw line to the internet. I have installed a firewall. Wh

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread DL Neil
Peter, > What must I fill in "your.smpt.server"? > Where is my smpt-server? At this moment I hava no idea. I can get my > address with ipconfig /all. So, I can fill in the sendmail_from address > (although I do not want to receive e-mails at that address)Or must I > take here some other address?.

RE: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Hello Piotr, > Thanks for your reaction. > What must I fill in "your.smpt.server"? Anything that accepts a connection on port 25, and has a mail transfer agent installed at that port. > Where is my smpt-server? > At this moment I hava no idea. Check your e-mail configuration in your e-mail

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Peter
Hello Piotr, Thanks for your reaction. What must I fill in "your.smpt.server"? Where is my smpt-server? At this moment I hava no idea. I can get my address with ipconfig /all. So, I can fill in the sendmail_from address (although I do not want to receive e-mails at that address)Or must I take h

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Piotr Pluciennik
So, you should have an access to smtp server. Then in php.ini set lines as below according to address of your server and your mailbox... [mail function] SMTP= your.smtp.server sendmail_from = [EMAIL PROTECTED] HTH Piotr --- Peter <[EMAIL PROTECTED]> wrote: > M

[PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Peter
My mail() does not work. Apache server tells me that no connection could be made. (I have: windows XP, Apache, PHP4, MySQL)I do not have a provider. I just have a bare ADSL line (which I could hire for a bargain). 1. what must I do in the ini-files? (send_mail etc.) 2. this is my small text whic

RE: [PHP-WIN] mail() function

2002-08-13 Thread Ross Fleming
lene Burckhalter [mailto:[EMAIL PROTECTED]] > Sent: 13 August 2002 21:27 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] mail() function > > > I am very new at this... > > I want to use the mail funtion, but instead of using an actual > e-mail address for the first argument,

[PHP-WIN] mail() function

2002-08-13 Thread Marlene Burckhalter
I am very new at this... I want to use the mail funtion, but instead of using an actual e-mail address for the first argument, I want to pass it a variable that I have assigned to the resulting return of a function. The fuction ends like this : function get_useremail {... $query_data = mysql

[PHP-WIN] mail in WIN2K

2002-07-15 Thread MAAS
Hi Iam trying to use mail in WIN2K PRO, I use IIS. But I only get this in my browser Warning: Server Error in c:\inetpub\wwwroot\log.php on line 23 I use code like this. But what should I use for headers? mail($recipient, $subject, $msg, $mailheaders); Should I do anything in php.ini? I have

Re: [PHP-WIN] mail() and user name

2002-05-29 Thread Frank M. Kromann
Use the function imap_mail(). This function does rfc822 parsing on all mail adresses. You have to load the imap extension to use this function though. - Frank > Hi > > I have one question about mail() function. It works fine, but... > Once I wanted to send an e-mail with recipient name in addr

[PHP-WIN] mail() and user name

2002-05-29 Thread Tomator
Hi I have one question about mail() function. It works fine, but... Once I wanted to send an e-mail with recipient name in address. So I've tried something like "Name" - and didn't work. Finally I got up, but could it be done? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP-WIN] mail() problem

2002-05-14 Thread Mike Eynon
This could be a PHP or COM question... not sure. I am calling a custom COM object from php. I am seeing a memory leak happen when I build my variant in C++ and then return it out to the PHP calling into the COM. I am using the following piece of code to take a simple C++ array of strings and lo

Re: [PHP-WIN] mail() problem

2002-05-13 Thread Peter
uot;>news:[EMAIL PROTECTED]... > Try to put SMTP from your ISP, like: smtp.isp.com in the php.ini and try then... > > I run Win XP with PHP and it works OK! > > Good luck > > Alex > > >- Original Message - > >From: "Tomator" <[EMAIL PROTECTE

RE: [PHP-WIN] mail() problem

2002-05-13 Thread aleksandar
Try to put SMTP from your ISP, like: smtp.isp.com in the php.ini and try then... I run Win XP with PHP and it works OK! Good luck Alex >- Original Message - >From: "Tomator" <[EMAIL PROTECTED]> >Date: Friday, May 10, 2002 1:52 pm >Subject: [PHP-WIN] mail(

RE: [PHP-WIN] mail() problem

2002-05-12 Thread Danny Asmussen
6 555 __ -Original Message- From: Jason Soza [mailto:[EMAIL PROTECTED]] Sent: 11. maj 2002 00:01 To: Tomator Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] mail() problem Did you restart Apache after making the php.ini changes? Jason Soza - Ori

Re: [PHP-WIN] mail() problem

2002-05-10 Thread Jason Soza
Did you restart Apache after making the php.ini changes? Jason Soza - Original Message - From: "Tomator" <[EMAIL PROTECTED]> Date: Friday, May 10, 2002 1:52 pm Subject: [PHP-WIN] mail() problem > When I try to use mail() function I see warning "Unknown error in

[PHP-WIN] mail() problem

2002-05-10 Thread Tomator
When I try to use mail() function I see warning "Unknown error in line...". I'm using WinXP with PHP as Apache's module and have PHP.INI in C:\winnt, where is the line "SMTP = my.addres". However phpinfo() ALWAYS tells that SMTP is "localhost". I can change thist only with ini_set(), but it doesn

[PHP-WIN] mail() funtion won't work

2002-05-05 Thread Derek Bond
I'm runngin XP Pro, apache and php 4.2 I set my php.ini correctly, even rebootedand my mail() still won't work grrr Bond www.phpwebpages.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mail() doesn't work with $ variable

2002-05-05 Thread Cheyenne Vermeulen
Hi all! I'm pretty green on this and i'm trying to create a form that sends a authorization mail using a few variable using the ()mail script. I have all settings correct, added the smtp right, even tested it with the following script wich worked fine "" When using the concerning script

Re: [PHP-WIN] mail atachment

2002-04-21 Thread Mike Flynn
At 06:56 AM 4/21/02 -0700, Camelia Moldovan wrote: >Hi! How can I attach a file to a mail using PHP ? > >I tried to use some existing classes but I received lots of errors. http://www.phpbuilder.com/columns/kartic2807.php3 -Mike -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] mail atachment

2002-04-21 Thread Camelia Moldovan
Hi! How can I attach a file to a mail using PHP ? I tried to use some existing classes but I received lots of errors. Thanks. - Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more

Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread Mike Flynn
Hmm? The article explains exactly how to do it. You can make a multipart MIME e-mail where the first part is the message, and the 2nd part is the file attachment (and more parts for additional files). The file data is encoded using base64 encoding in this example. You just need to create th

  1   2   3   >