[PHP] Re: Sending email when sendmail_from & sendmail_path = null.

2005-01-30 Thread Manuel Lemos
Hello, on 01/31/2005 12:08 AM Tim Burgan said the following: My client's web host's PHP configuration for both sendmail_from and sendmail_path are both = null. How do I send email with PHP? What options do I need to set within my code, and what to? You need to ask that web host as they probably

Re: [PHP] Re: Sending email

2004-08-22 Thread Octavian Rasnita
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 1:31 PM Subject: [PHP] Re: Sending email > Octavian Rasnita wrote: > > > Hi all, > > > > I want to send a test message with the following specifications: > > > > 1. Th

[PHP] Re: Sending email

2004-08-22 Thread M. Sokolewicz
Octavian Rasnita wrote: Hi all, I want to send a test message with the following specifications: 1. The message is sent by [EMAIL PROTECTED] 2. The message is sent to the following recipients: [EMAIL PROTECTED], [EMAIL PROTECTED] 3. The message has the subject: [EMAIL PROTECTED] 4. The message has

[PHP] Re: Sending email without an email server

2004-07-13 Thread Manuel Lemos
Hello, On 07/13/2004 07:46 AM, Robert Mena wrote: I have a small script hosted in a win32/apache/php4 enviroment where I do not have a local email server. I was wondering how could I send emails either connecting directly to the mx or sending through a relay. These classes together do exactly that.

[PHP] Re: Sending email with php

2004-06-16 Thread Manuel Lemos
Hello, On 06/16/2004 07:43 AM, Phpu wrote: Hi, How can i send email in php usig the smtp server? I'm looking for a tutorial or a good script. You may want to try this class that lets you send messages via a custom SMTP server if you really have to: http://www.phpclasses.org/mimemessage -- Regard

[PHP] Re: Sending email with php

2004-06-16 Thread pete M
I use phpMailer http://phpmailer.sourceforge.net/ makes mailing a doddle pete Phpu wrote: Hi, How can i send email in php usig the smtp server? I'm looking for a tutorial or a good script. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Sending email with php

2004-06-16 Thread Torsten Roehr
>"Phpu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Hi, >How can i send email in php usig the smtp server? I'm looking for a tutorial or a good script. Take a look at PEAR's Mail package: http://pear.php.net/package/Mail Regards, Torsten Roehr -- PHP General Mailing List (http:

[PHP] Re: sending email

2003-05-29 Thread Manuel Lemos
Hello, On 05/29/2003 12:32 AM, Aris Santillan wrote: i want to send html format type of emails using mail( ); function? is there a how to where can i start learning that type of encoding You may want to try this class that is able to compose and send HTML messages properly: http://www.phpclasses

[PHP] Re: sending email with linefeeds

2002-09-07 Thread Manuel Lemos
Hello, On 09/06/2002 12:10 PM, Kai Hinkelmann wrote: > Hi, > > we are sending plain-text-emails from php not using the mail-command but > with port-operations. Everything works fine BUT outlook 2000 eats the > linefeeds. We tried several things: copying the header from an original > (functional)

Re: [PHP] Re: sending email with linefeeds

2002-09-06 Thread Peter Janett
he/1.3.22), MySQL 3.23.43 PostgreSQL coming soon! http://www.newmediaone.net [EMAIL PROTECTED] (303)828-9882 - Original Message - From: "Erwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 9:20 AM Subject: [PHP] Re: sending email

[PHP] Re: sending email with linefeeds

2002-09-06 Thread Kai Hinkelmann
I can't believe that I hit wrong buttons two times... so my answer for the third time... Thanks for your answer. Here is a genereted email: Return-Path: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Received: (qmail 21481 invoked from network); 6 Sep 2002 15:47:03 - Received: from notu

[PHP] Re: sending email with linefeeds

2002-09-06 Thread Erwin
Kai Hinkelmann wrote: > Hi, > > we are sending plain-text-emails from php not using the mail-command > but with port-operations. Everything works fine BUT outlook 2000 eats > the linefeeds. We tried several things: copying the header from an > original (functional) email from outlook, sending with

[PHP] Re: sending email to a mailing list

2002-08-27 Thread Manuel Lemos
Hello, On 08/27/2002 12:38 PM, Raphael Hamzagic wrote: > Hi everyone, > > I'm with a little doubt about the best way to send a mail message to a large > mailing list using PHP. I'm not interested in existing mailing list > managers, or source codes. > I dont know if the best way to send emails

[PHP] Re: Sending email through "mail" function to a bad address

2001-09-21 Thread Richard Lynch
If it's a local email address that's bad, check the return value of http://php.net/mail itself. If it's a non-local address, Errors-to: and Reply-to: or whatever should work, depending on how well the email servers involved have implemented those specs. Show the source for how you did Reply-to: