Re: [PHP] mail() and Sender: field

2003-09-28 Thread Marek Kilimajer
Use a class that sends mail by conecting directly to smtp server. For example smtp_message.php in www.phpclasses.org/mimemessage Adam Whitehead wrote: Hi All I'm having a problem using the mail() function of PHP. It seems to vary between platforms (ie. this problem doesn't not occur on my Win32

[PHP] mail(); and embedding pictures

2003-09-26 Thread Iggy
I am wondering if it is possible to embed pictures into email messages using this function. Thanx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mail(); and embedding pictures

2003-09-26 Thread Jay Blanchard
[snip] I am wondering if it is possible to embed pictures into email messages using this function. [/snip] I'm wondering if anyone ever tests this stuff. ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mail(); and embedding pictures

2003-09-26 Thread Jay Blanchard
Subject: RE: [PHP] mail(); and embedding pictures I tried that but it doesn't work. You can see why if you use outlook and embed a picture. Send it to yourself and then view the source code of the email. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [PHP] mail(); and embedding pictures

2003-09-26 Thread Jay Blanchard
[snip] OK, apparently you are not reading my emails. I said I already did that but that it didn't work. Putting the file name in the IMG SRC tag simply doesn't work. At least not in that format. By putting an img tag in the HTML I am not that dumb. I realize that people send HTML message

RE: [PHP] mail(); and embedding pictures

2003-09-26 Thread Jay Blanchard
[snip] No, but it wouldn't do me any good anyway. I am not trying to link to a picture residing somewhere else. I am trying to EMBED it. [/snip] And snip your replies! Found in a google search...go figure Probably the easiest way to do this is to use a mail class PHPMailer

Re: [PHP] Mail problem

2003-09-23 Thread Trevor Dowling
All, Many thanks for you thoughts, I will take a look at your suggestions, I hope they fix the issue, others suggested the same things so I think we can assume your all correct, (I hope so!) Once again, thanks Trevor Curt Zirzow [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Thus

Re: [PHP] Mail problem

2003-09-23 Thread Trevor Dowling
Fixed! Thanks Trevor Trevor Dowling [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] All, Many thanks for you thoughts, I will take a look at your suggestions, I hope they fix the issue, others suggested the same things so I think we can assume your all correct, (I hope so!)

[PHP] Mail problem

2003-09-22 Thread Trevor Dowling
PHP Version 4.3.2 I am having problems sending a large number of emails from a mail list held in a database. I don't belive that the database has anything to do with the problem. I have about 9000 addresses and can only successfully send about 2000 mails before the page say complete/done. Below

RE: [PHP] Mail problem

2003-09-22 Thread Jay Blanchard
[snip] I have about 9000 addresses and can only successfully send about 2000 mails before the page say complete/done. [/snip] What is your PHP script execution time set to in the php.ini? Are you running this from the browser? If so you will also need to modify your browser timeout? Place this

RE: [PHP] Mail problem

2003-09-22 Thread chris . neale
-Original Message- From: Trevor Dowling [mailto:[EMAIL PROTECTED] Sent: 22 September 2003 16:46 To: [EMAIL PROTECTED] Subject: [PHP] Mail problem PHP Version 4.3.2 I am having problems sending a large number of emails from a mail list held in a database. I don't belive that the database

Re: [PHP] Mail problem

2003-09-22 Thread Rob Adams
[snip] I have about 9000 addresses and can only successfully send about 2000 mails before the page say complete/done. [/snip] Depending on your error reporting level, instead of ending normally you should get a script timed out message. If you're not getting that message, it may be that your

Re: [PHP] Mail problem

2003-09-22 Thread Curt Zirzow
* Thus wrote Trevor Dowling ([EMAIL PROTECTED]): PHP Version 4.3.2 I am having problems sending a large number of emails from a mail list held in a database. I don't belive that the database has anything to do with the problem. I have about 9000 addresses and can only successfully send

[PHP] Mail looping

2003-09-20 Thread Ryan A
Hi, I am trying to make a tell a friend script, i am getting the emails from a textarea and am asking for this format [EMAIL PROTECTED],[EMAIL PROTECTED] etc in case the client forgets to put a comma or purposely then how do i check it? If anybody has any code samples or has already done that,I

[PHP] PHP mail() fonction - Slow? Alternative?

2003-09-19 Thread Stéphane Paquay
Hi all, I'm using the mail() fonction to send email and it takes 60 seconds to send a simple email. Maybe it's due to the sendmail configuration, or maybe not, I'm not really sure, 'cos I'm not a Linux expert. Anyway, I cannot take so long to send a simple mail with PHP, so I need to find a

Re: [PHP] PHP mail() fonction - Slow? Alternative?

2003-09-19 Thread Curt Zirzow
* Thus wrote Stéphane Paquay ([EMAIL PROTECTED]): Hi all, I'm using the mail() fonction to send email and it takes 60 seconds to send a simple email. Maybe it's due to the sendmail configuration, or maybe not, I'm not really sure, 'cos I'm not a Linux expert. The odds are pretty high that

[PHP] mail function

2003-09-10 Thread Deependra b. Tandukar
Dear all, Recently installed PHP in my Linux server. It says, mail function is not enabled? How is turn this on? Regards, _DT -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mail() question

2003-09-09 Thread Jason Wong
On Tuesday 09 September 2003 08:12, Ryan A wrote: I am trying to create a new newsletter software as the ones i found on hotscripts were just not good enough or mucho $$ which i dont have :-( [snip] All your questions have been covered before and the answers are in the archives. Please

Re: [PHP] Mail() question

2003-09-09 Thread Ryan A
Hey, Thanks for replying. I had a look at quick ezmlm but it seems to be more of a mailing list software than a newsletter one, and since its not in php i cant really dig in and shape it to my needs...:-( Thanks anyway, Cheers, -Ryan Hi, Why don't you take a look at ezmlm instead. This is open

Re: [PHP] Mail() question

2003-09-09 Thread Ryan A
Hey Jason, Thanks for replying. I did search the archive for newsletter, newsletter software and variations but didnt come up with much. I got a lot of german and other results too from php general,debian etc Will do another search on mail now. Please note that i I intend to add a kind of

Re: [PHP] Mail() question

2003-09-09 Thread Jason Wong
On Tuesday 09 September 2003 17:02, Ryan A wrote: I did search the archive for newsletter, newsletter software and variations but didnt come up with much. I got a lot of german and other results too from php general,debian etc Will do another search on mail now. mass mailing, bulk mailing

Re: [PHP] Mail() question

2003-09-09 Thread Chris Hayes
At 09:40 9-9-03, you wrote: On Tuesday 09 September 2003 08:12, Ryan A wrote: I am trying to create a new newsletter software as the ones i found on hotscripts were just not good enough or mucho $$ which i dont have :-( Please note that i I intend to add a kind of word merge functionality

[PHP] Mail() question

2003-09-08 Thread Ryan A
Hi everyone, I am trying to create a new newsletter software as the ones i found on hotscripts were just not good enough or mucho $$ which i dont have :-( Have finished the basics but need some advise now. I am using a mysql database instead of text files. I have a table with the fields name and

[PHP] Mail() error in logs

2003-08-31 Thread Mike Morton
Hey there - quick question - until a week ago, the mail() function I am using to email confirmations was working fine, now the following error is showing up in the logs: Aug 31 11:50:26 www2 sendmail[29579]: h7VFoQc7029579: localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection

Re: [PHP] Mail() error in logs

2003-08-31 Thread Curt Zirzow
* Thus wrote Mike Morton ([EMAIL PROTECTED]): Hey there - quick question - until a week ago, the mail() function I am using to email confirmations was working fine, now the following error is showing up in the logs: Aug 31 11:50:26 www2 sendmail[29579]: h7VFoQc7029579: localhost [127.0.0.1]

[PHP] mail mime attachment

2003-08-27 Thread Moritz Steiner
Hi, has somebody a working code example of sending a mail with attachment, my code is unfortunately not working... My Code: require 'Mail.php'; require 'Mail/mime.php'; $headers['From']='[EMAIL PROTECTED]'; $headers['Subject']='mueedddee'; $body = 'brauc ich nicht'; $to = [EMAIL PROTECTED];

[PHP] mail function and php.ini file

2003-08-27 Thread Angelo Zanetti
Hi guys I am new to the mail function. I have looked in the manual however there isnt much about the mail function. I am trying to use the function and get returned this error: Warning: mail() [function.mail]: Failed to connect to mailserver at localhost port 25, verify your SMTP and smtp_port

[PHP] mail() function

2003-08-27 Thread Matthias Wulkow
Hi php-general, I have a question about the mail function. In the API I saw, that when running on linux, I just need the binary sendmail, usually located on /usr/sbin. Windows users need a running mail-server. I have php working on a linux machine. Why do I need to have postfix running then to

[PHP] RE:[PHP] mail mime attachment

2003-08-27 Thread Steven Murphy
I've been working on a simple mail attachment script, that is now working. Its pretty well documented in the code. You can download it at www.pfohlsolutions.com/projects/mailer/mailer.zip. It verifies fields and hides the to email address from spiders. Email me if you have any questions or

Re: [PHP] mail() question

2003-08-26 Thread Matthias Wulkow
Hallo Alister, am Montag, 25. August 2003 um 03:27 hast Du Folgendes gekritzelt: A Did you install postfix _after_ PHP? Did you have a sendmail binary in A place before you configured PHP? If it's not there are configure time, A it won't even compile the 'mail' function. Yes and there was no

Re: [PHP] mail() question

2003-08-26 Thread Alister
On Mon, 25 Aug 2003 14:24:25 +0200 Matthias Wulkow [EMAIL PROTECTED] wrote: A Did you install postfix _after_ PHP? Did you have a sendmail A binary in place before you configured PHP? If it's not there are A configure time, it won't even compile the 'mail' function. Yes and there was no

[PHP] mail() question

2003-08-25 Thread Matthias Wulkow
Hi php-general, I have followig error reported: Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 235 What is the trouble here? If I would have trouble because of delivery, normally mail would return false. But here... I have php4.3.1 running on linux. I

Re: [PHP] mail() question

2003-08-25 Thread Curt Zirzow
* Thus wrote Matthias Wulkow ([EMAIL PROTECTED]): Hi php-general, I have followig error reported: Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 235 What is the trouble here? If I would have trouble because of delivery, normally mail would

Re: [PHP] mail() question

2003-08-25 Thread Matthias Wulkow
Hallo Curt, am Montag, 25. August 2003 um 01:35 hast Du Folgendes gekritzelt: I have followig error reported: Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 235 What is the trouble here? If I would have trouble because of delivery, normally mail

Re: [PHP] mail() question

2003-08-25 Thread Stevie D Peele
What is on line 235?? That would help us - SDP On Mon, 25 Aug 2003 01:09:29 +0200 Matthias Wulkow [EMAIL PROTECTED] writes: Hi php-general, I have followig error reported: Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 235 What is the trouble

Re: [PHP] mail() question

2003-08-25 Thread Alister
On Mon, 25 Aug 2003 01:09:29 +0200 Matthias Wulkow [EMAIL PROTECTED] writes: Hi php-general, I have followig error reported: Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 235 What is the trouble here? If I would have trouble because of

Re: [PHP] mail() question

2003-08-25 Thread Curt Zirzow
* Thus wrote Matthias Wulkow ([EMAIL PROTECTED]): Hallo Curt, am Montag, 25. August 2003 um 01:35 hast Du Folgendes gekritzelt: I have followig error reported: Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 235 What is the trouble here? If

Re: [PHP] Mail() Problem Sending

2003-08-19 Thread raditha dissanayake
of extra headers in the e-mails in order to pass their guard. HTH Cesar Aracena www.icaam.com.ar -Mensaje original- De: Ben C. [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 18 de Agosto de 2003 06:28 p.m. Para: [EMAIL PROTECTED] Asunto: [PHP] Mail() Problem Sending I have recently had php

Re: [PHP] Mail() Problem Sending

2003-08-19 Thread Ivo Fokkema
Cesar Aracena [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] For some e-mail servers, you have to write lots of extra headers in the e-mails in order to pass their guard. [/snip] True! But actually, I' ve seen people using only the 'From:' header to send mail. Emails can then

Re: [PHP] Mail() Problem Sending

2003-08-19 Thread Curt Zirzow
* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]): Cesar Aracena [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] For some e-mail servers, you have to write lots of extra headers in the e-mails in order to pass their guard. [/snip] True! But actually, I' ve seen people using

Re: [PHP] Mail() Problem Sending

2003-08-19 Thread Ivo Fokkema
Curt Zirzow [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Thus wrote Ivo Fokkema ([EMAIL PROTECTED]): True! But actually, I' ve seen people using only the 'From:' header to send mail. Emails can then be dropped easily by servers thinking it is spam. No email server should drop

[PHP] Mail() Problem Sending

2003-08-18 Thread Ben C .
I have recently had php installed on my server with sendmail. The server is behind a firewall and SMTP is open on the firewall. However, when I execute the mail(), it appears to have sent the mail, but I never receive it. I am not getting any error messages. Has anyone ever run into this

Re: [PHP] Mail() Problem Sending

2003-08-18 Thread Michael A Smith
My ideas: (in order of likelihood) Idea #1: Your computer hates you. Idea #2: Sendmail isn't running. Idea #3: Sendmail isn't setup correctly. Idea #4: You have been hacked by Saddam. -Michael :-) Ben C. wrote: I have recently had php installed on my server with sendmail. The server is behind a

RE: [PHP] Mail() Problem Sending

2003-08-18 Thread Cesar Aracena
. HTH Cesar Aracena www.icaam.com.ar -Mensaje original- De: Ben C. [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 18 de Agosto de 2003 06:28 p.m. Para: [EMAIL PROTECTED] Asunto: [PHP] Mail() Problem Sending I have recently had php installed on my server with sendmail. The server

Re: [PHP] mail() function failure

2003-08-14 Thread Jason Wong
On Thursday 07 August 2003 23:19, Brad Esclavon wrote: I have made a simple script to mail an email to a person on my domain. i have tested the script with different values and i still cannot get the email. when i execute the mail function, it returns true, so i know it gets to the mail

Re: [PHP] mail() usage in for loops

2003-08-14 Thread John W. Holmes
Mohanaraj wrote: What would be the best way to handle this ? Go get a program that's made to send out emails like this. Odds are it'll be faster and less of a strain on your server. PHP is great, but there are other solutions out there. My $0.02, of course. :) -- ---John Holmes... Amazon

[PHP] mail() function failure

2003-08-14 Thread Brad Esclavon
PROTECTED]; $mail_subject = php mail test; $mail_body = test; if ( mail($mail_to, $mail_subject, $mail_body)) {echo(sucess);} else {echo(fail);} ? -- Brad Esclavon [EMAIL PROTECTED] (H) 404-875-4561 (C) 404-291-1082 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Joel Rees
When you say batches of 500 , would that mean you put pauses between each batch ? Or do you prepare each email as a file and then send them out in batches of 500? Whats the time space between each batch? Assuming I was stuck with sendmail, what would you recommend ? Well, I don't know

[PHP] Mail

2003-08-14 Thread Sean
I cannot get mail() to work any idea's I get a server error. Windows 2000 the SMTP port is 25. No default values have being changed from the original PHP installation. In it's simplest form mail([EMAIL PROTECTED], My Subject, Test); Gives the error as do more complicated scripts that I copied.

[PHP] mail

2003-08-14 Thread Klaus Linzner
Hi! Kann anyone tell me how to send attachments with the mail function? Thanks, Klausi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mail

2003-08-14 Thread Jay Blanchard
[snip] Hi! Kann anyone tell me how to send attachments with the mail function? [/snip] +2 this week and some wonder why we say RTFM, STFW, or STFA http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=send+attachm ents+with+PHP+mail()spell=1 GIS for send attachments with PHP mail() HTH

[PHP] mail() usage in for loops

2003-08-14 Thread Mohanaraj
Dear all, I have read that using mail() in a for loop to send a lot of emails ( around 1k-10k ) emails is not advised due to the fact that it can be resource intensive hence or the script might take so much time that it ti,es out. However what if i append all the emails into the Bcc: header as

Re: [PHP] mail

2003-08-14 Thread Curt Zirzow
* Thus wrote Jay Blanchard ([EMAIL PROTECTED]): GIS for send attachments with PHP mail() GIS? Google Search? Curt -- I used to think I was indecisive, but now I'm not so sure. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Curt Zirzow
* Thus wrote Mohanaraj ([EMAIL PROTECTED]): Dear all, I have read that using mail() in a for loop to send a lot of emails ( around 1k-10k ) emails is not advised due to the fact that it can be resource intensive hence or the script might take so much time that it ti,es out. However what if

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Mohanaraj
excessive, say we limit each email list to about 1k subscribers, do you think your average hosting company will have a problem with that ? 3. there are many excellent PHP mail classes (PHPClasses has a few and PHPMailer is an excellent alternative as well) Thanks a lot. Looking at them now. 4

Re: [PHP] mail with no sendmail on linux

2003-08-14 Thread andu
On Fri, 8 Aug 2003 13:49:41 +1000 (EST) [EMAIL PROTECTED] wrote: i have a class that can sewnd through smtp , but i think there i a package setup in php classes there is also a pear class to do this The Pear class did it, thanks. Is there a workaround for not having sendmail installed on

RE: [PHP] Mail

2003-08-14 Thread Mike Brum
mail server are who they say they are. -Mike -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 11:50 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Mail * Thus wrote Sean ([EMAIL PROTECTED]): Got it if anyone else has trouble. In the IIS SMTP

Re: [PHP] Mail

2003-08-14 Thread John W. Holmes
Sean wrote: I cannot get mail() to work any idea's I get a server error. Windows 2000 the SMTP port is 25. No default values have being changed from the original PHP installation. In it's simplest form mail([EMAIL PROTECTED], My Subject, Test); Gives the error as do more complicated scripts that

Re: [PHP] Mail

2003-08-14 Thread Curt Zirzow
* Thus wrote Sean ([EMAIL PROTECTED]): Got it if anyone else has trouble. In the IIS SMTP properties go to the Access Tab. Click the Relay button at the bottom and change the selection from Only the list below to All except the list below I have no idea if this is a security risk it works

[PHP] mail with no sendmail on linux

2003-08-14 Thread andu
Is there a workaround for not having sendmail installed on my linux machine and using instead my isp's mail server. I am practically behind 2 firewalls so I don't even think i could use sendmail even if I wanted to which is not the case. -- Andu -- PHP General Mailing List

Re: [PHP] Mail

2003-08-14 Thread Sean
I have searched various other places for an answer but have found none. I imagine that the problem is caused by something simple that I am doing wrong but if not this will be going on a Linux server when it works is there another commonly used way of sending mail that the web hosting service will

Re: [PHP] mail with no sendmail on linux

2003-08-14 Thread daniel
i have a class that can sewnd through smtp , but i think there i a package setup in php classes there is also a pear class to do this Is there a workaround for not having sendmail installed on my linux machine and using instead my isp's mail server. I am practically behind 2 firewalls so I

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Michael Geier
1. many providers will not accept email messages with horrendous amounts of BCC: entries (very spam indicative) 2. do not use mail() to do this 3. there are many excellent PHP mail classes (PHPClasses has a few and PHPMailer is an excellent alternative as well) 4. IM(H)O, if you are going

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Dasmeet
Hi! Mohanaraj, If you have still not decided about what you are going to use, you can check the several mailing list managers at http://www.hotscripts.com/PHP/Scripts_and_Programs/Mailing_List_Managers/index.html (this will help you get more confused ;) ). Also there seems to be a good script..

[PHP] mail error

2003-08-14 Thread merryE
I am using php 4 with apache in windows. I created a form in html with this code: FORM method=POST action=do_feedback.php pyour name: INPUT type=text NAME=sender_name size=30/p pyour email: INPUT type=text NAME=sender_email size=30/p pAdditional message:br textarea name=message cols=30

Re: [PHP] mail error

2003-08-14 Thread Jackson Miller
The from header has to be something like: $mailheaders = From: My Web Site [EMAIL PROTECTED]\n; There has to be an email address in the from header. It will show up like you want in your mail client. -Jackson On Thursday 14 August 2003 10:50, merryE wrote: I am using php 4 with apache in

Re: [PHP] Mail

2003-08-12 Thread Sean
they say they are. -Mike -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 11:50 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Mail * Thus wrote Sean ([EMAIL PROTECTED]): Got it if anyone else has trouble. In the IIS SMTP properties go

Re: [PHP] Mail

2003-08-11 Thread Sean
Got it if anyone else has trouble. In the IIS SMTP properties go to the Access Tab. Click the Relay button at the bottom and change the selection from Only the list below to All except the list below I have no idea if this is a security risk it works that's all I care about for now. Sean --

Re: [PHP] mail() usage in for loops

2003-08-11 Thread Mohanaraj
Michael Geier wrote: See answer above. With Qmail and homegrown software, I have several servers sending upwards of 13K emails per minute. All of these are HTML emails with: Custom headers, Custom unsubscribes. I create my email list and break it into files of 500, then loop through those

Re: [PHP] mail() usage in for loops

2003-08-10 Thread Curt Zirzow
* Thus wrote John W. Holmes ([EMAIL PROTECTED]): Mohanaraj wrote: What would be the best way to handle this ? Go get a program that's made to send out emails like this. Odds are it'll be faster and less of a strain on your server. PHP is great, but there are other solutions out there.

Re: [PHP] Mail

2003-08-09 Thread Sean
Thanks for the quick response. 1 and 2 work 3 does not giving unable to relay for I had slight doubts about what to use for [EMAIL PROTECTED] I used my normal email address. 1.. Type helo me and press ENTER. The output resembles the following: 250 OK

RE: [PHP] Mail

2003-08-09 Thread Mike Brum
Do you have an SMTP server installed on your machine? If not, add one to IIS (probably the simplest way to do it in Win2k). -M -Original Message- From: Sean [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Mail I cannot get mail

RE: [PHP] mail

2003-08-07 Thread Jay Blanchard
[snip] * Thus wrote Jay Blanchard ([EMAIL PROTECTED]): GIS for send attachments with PHP mail() GIS? Google Search? [/snip] Information :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail funciton

2003-08-03 Thread aculott
hope i am sending my problem to the right place recently installed PHP with Apache , on Windows 2000 paltform,,all is well, but cnat seem to get the mail() fucntion working i made the chagnes in php.ini SMTP set to my outgoing email server, that i have with myu ISP and sendmail_from with my emai

[PHP] Mail funtion question

2003-07-29 Thread Irvin Amoraal
I am using the PHP mail() function to send subscribed-to bulk email. It successfully sends emails to the valid email addresses, but I get a series of error messages at the top of the PHP page like: /home/[my folder]/dead.letter... Saved message in /home/[my folder]/dead.letter 123... User unknown

[PHP] Mail Authentication or redirection of SMTP server

2003-07-28 Thread Ron Allen
Here is my problem. When I send emails locally theough the Exchange Server I have no problems sending mail. When I try to send emails to another site through the MTA funtion_mail pops up. One of two things came to mind. First is that we have anonymous forwarding of emails turned off for

[PHP] Mail parse

2003-07-28 Thread Radek Zajkowski
I am curious if there is a better documentation of Mail Parse functions than the one provided on the php.net site. Any help is appreciated, R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail or Authentication or redirection of SMTP

2003-07-27 Thread Ron Allen
Here is my problem. When I send emails locally theough the Exchange Server I have no problems sending mail. When I try to send emails to another site through the MTA funtion_mail pops up. One of two things came to mind. First is that we have anonymous forwarding of emails turned off for

[PHP] mail problem

2003-07-26 Thread Paul Marinas
Hi, i have to send some e-mails with pictures, in html format, i was wondering if anyone knows where to find a php class that dose this. Thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail functions in php

2003-07-23 Thread Uma Shankari T.
Hello, I need to send audio/video files through PHP mail() function. What is the MIME type i need to use?  or else Is there any other way to send attachment as a mail?   Please help me.   Thanx in advance, Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Mail functions in php

2003-07-23 Thread Justin French
, July 23, 2003, at 07:36 PM, Uma Shankari T. wrote: Hello, I need to send audio/video files through PHP mail() function. What is the MIME type i need to use?  or else Is there any other way to send attachment as a mail?   Please help me.   Thanx in advance, Uma -- PHP General Mailing List (http

[PHP] mail()

2003-07-22 Thread Javier
Hi, I need to send a reminder to all the users in my website. To minimize bandwidth I would like to send just an email to a domain and then all the remaining users in the BCC. What would be the $to field in mail() since I send all the destinations in $headers? Thanks. -- *** s2r - public

Re: [PHP] mail()

2003-07-22 Thread Chris Shiflett
--- Javier [EMAIL PROTECTED] wrote: I would like to send just an email to a domain and then all the remaining users in the BCC. I'm not sure if that was a typo or not, but just in case, you want to send email to an email address, not a domain. What would be the $to field in mail() since I

Re: [PHP] mail()

2003-07-22 Thread Javier
[EMAIL PROTECTED] (Chris Shiflett) wrote in news:[EMAIL PROTECTED]: For eg: If I've got 20 users that have a yahoo email. I just want to connect one time to send all the 20 messages not a connection for every email. --- Javier [EMAIL PROTECTED] wrote: I would like to send just an email to

Re: [PHP] Mail From option in PHP.ini

2003-07-21 Thread Peter Torraca
On 07/18/2003 12:00 PM, Brian S. Drexler wrote: Ok, I want to specify who the mail is coming from by using the sendmail_path option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want to be able to dynmaically change [EMAIL PROTECTED] to [EMAIL PROTECTED] or whatever else.

[PHP] mail function

2003-07-20 Thread Peda
I put this PHP script on web server: ?php if (mail([EMAIL PROTECTED], brati, peda, From: Peda)== TRUE) print(U redu je); else print(Greska); ? But It seems that mail function doesn't work. I don't get any e-mail. Can anyone tell me what is wrong. Greetings. -- PHP General Mailing List

Re: [PHP] mail function

2003-07-20 Thread Curt Zirzow
* Thus wrote Peda ([EMAIL PROTECTED]): I put this PHP script on web server: ?php if (mail([EMAIL PROTECTED], brati, peda, From: Peda)== TRUE) print(U redu je); else print(Greska); ? But It seems that mail function doesn't work. I don't get any e-mail. Can anyone tell me what is wrong.

Re: [PHP] mail function

2003-07-20 Thread Jason Wong
On Sunday 20 July 2003 23:00, Peda wrote: I put this PHP script on web server: ?php if (mail([EMAIL PROTECTED], brati, peda, From: Peda)== TRUE) print(U redu je); else print(Greska); ? But It seems that mail function doesn't work. I don't get any e-mail. Can anyone tell me what is

Re: [PHP] Mail From option in PHP.ini

2003-07-20 Thread Lowell Allen
From the php website, it appears that the [EMAIL PROTECTED] can be put in the fifth parameter of the mail() function: Example 3. Sending mail with extra headers and setting an additional command line parameter. mail([EMAIL PROTECTED], the subject, $message, From: [EMAIL PROTECTED],

Re: [PHP] Mail From option in PHP.ini

2003-07-20 Thread Curt Zirzow
* Thus wrote Lowell Allen ([EMAIL PROTECTED]): return-path for emails is something like Return-Path: [EMAIL PROTECTED]. I had accepted that I could not change the return-path value with PHP, but reading about this fifth parameter renewed my hope that I could. I tried adding a fifth

Re: [PHP] mail function

2003-07-20 Thread Peda
sendmail_path = /usr/sbin/sendmail OS is Linux -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
Ok, I want to specify who the mail is coming from by using the sendmail_path option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want to be able to dynmaically change [EMAIL PROTECTED] to [EMAIL PROTECTED] or whatever else. Anyone have any ideas how I can do this? I'm pulling

Re: [PHP] Mail From option in PHP.ini

2003-07-18 Thread CPT John W. Holmes
Ok, I want to specify who the mail is coming from by using the sendmail_path option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want to be able to dynmaically change [EMAIL PROTECTED] to [EMAIL PROTECTED] or whatever else. Anyone have any ideas how I can do this? I'm

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
11:09 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Mail From option in PHP.ini Ok, I want to specify who the mail is coming from by using the sendmail_path option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want to be able to dynmaically change [EMAIL

Re: [PHP] Mail From option in PHP.ini

2003-07-18 Thread skate
be none-the-wiser unless he really wants to sift through the headers. - Original Message - From: Brian S. Drexler [EMAIL PROTECTED] To: 'CPT John W. Holmes' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 18, 2003 4:10 PM Subject: RE: [PHP] Mail From option in PHP.ini I tried

Re: [PHP] Mail From option in PHP.ini

2003-07-18 Thread sven
or httpd.conf...Thanks for the suggestion though... -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 11:09 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Mail From option in PHP.ini Ok, I want to specify who the mail

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
, 2003 11:16 AM To: [EMAIL PROTECTED]; 'CPT John W. Holmes'; [EMAIL PROTECTED] Subject: Re: [PHP] Mail From option in PHP.ini the sendmail_path in php.ini is to do with where abouts the sendmail program is located, not where your sending mail from... if you define the extra headers in the mail

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
); The commented out ones were also tried -Original Message- From: sven [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 11:23 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Mail From option in PHP.ini ... and how about this? $headers .= Return-Path: $email_address_from_your_database

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread M.A.Bond
I take it you've also tried setting Reply-To: ?? Same format as From: Mark -Original Message- From: Brian S. Drexler [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 16:25 To: 'sven'; php-general Subject: RE: [PHP] Mail From option in PHP.ini No, I tried this too. Here is what I've tried

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
Yes, sorry...forgot to include that one...:-) -Original Message- From: M.A.Bond [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 11:31 AM To: 'sysadmin'; 'sven'; php-general Subject: RE: [PHP] Mail From option in PHP.ini I take it you've also tried setting Reply-To: ?? Same format

<    4   5   6   7   8   9   10   11   12   13   >