[PHP] Re: PHP SMTP Mailers

2010-03-22 Thread Auke van Slooten
King Coffee wrote: Hi, I'm executing a third-parity standard PHP application on a Windows IIS 7 shared hosting server. I need to convert, or use, a SMTP mailer service. I found two SMTP PHP scripts - I think may work. The sourceforge.net PHPMailer project and the pear.php.net (Mail, Net_

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-16 Thread Eric Lee
Hi, As I know that php did't setting user name and password. So, just install any smtp server with authenticaton set to "no authentication" Much list IIS smtp server. Eric, Regards, On 1/16/10, Andy Shellam wrote: > > Hi, > > > > > Also http://www.softstack.com/freesmtp.html which vikash men

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Andy Shellam
Hi, > > Also http://www.softstack.com/freesmtp.html which vikash mentioned works > through outlook settings. > > Anyways the below will help- > > http://php.net/manual/en/ref.mail.php > > http://glob.com.au/sendmail/ Personally, I always found hMailServer to be perfectly reliable as a relay

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Gaurav Kumar
Hi Richard, The problem is that if I am using any open source software or any other pre-built software then I will not be able to manage through ini_set. Also http://www.softstack.com/freesmtp.html which vikash mentioned works through outlook settings. Anyways the below will help- http://php.net

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Richard Quadling
2010/1/15 : > You can install any smtp server on your windows machine and the mail() will > work with default settings. You can check this out: > http://www.softstack.com/freesmtp.html > > Thanks, > > Vikash Kumar > http://vika.sh > > > On Fri, Jan 15, 2010 at 5:30 PM, Gaurav Kumar > wrote: > >> S

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread vikash . iitb
You can install any smtp server on your windows machine and the mail() will work with default settings. You can check this out: http://www.softstack.com/freesmtp.html Thanks, Vikash Kumar http://vika.sh On Fri, Jan 15, 2010 at 5:30 PM, Gaurav Kumar wrote: > Sorry Kim, don't want to use phpmail

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Gaurav Kumar
Sorry Kim, don't want to use phpmailer script or manually setting user accounts u/p in the script. On Fri, Jan 15, 2010 at 5:23 PM, Kim Madsen wrote: > Hi Gaurav > > Gaurav Kumar wrote on 15/01/2010 09:54: > > > NO SMTP >> >> Any trusted SMTP software to install on local development machine a

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Kim Madsen
Hi Gaurav Gaurav Kumar wrote on 15/01/2010 09:54: NO SMTP Any trusted SMTP software to install on local development machine and how to set it up with php to send an email? Also just providing the SMTP server details in php.ini will not work for me as this requires authentication/credentials e

Re: [PHP] smtp mail question

2009-10-30 Thread John Black
Al wrote: Anyone see a problem if I login into the smtp server with Username different than the Return-Path? It seems to work OK; but, I know from experience using the mail servers that increasingly everything must be exactly right to prevent recipient mail servers from rejecting emails. All

Re: [PHP] SMTP mail server

2009-04-24 Thread Manuel Lemos
Hello, on 04/24/2009 10:17 PM Ron Piggott said the following: > I am on a shared web site hosting company. They are asking me to edit > my PHP script to specify the SMTP using $aditional_parameters on the URL > below. If this can't be achieved then I need to confirm this. No, AFAIK you cannot c

Re: [PHP] SMTP mail server

2009-04-24 Thread kranthi
ini_set("SMTP", "mail.host.com"); ini_set("smtp_port", 25); http://ca2.php.net/manual/en/mail.configuration.php http://ca2.php.net/manual/en/function.ini-set.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SMTP mail server

2009-04-24 Thread Ron Piggott
I am needing to put this into one specific PHP script. What would the ini_set look like? Ron On Sat, 2009-04-25 at 06:43 +0530, kranthi wrote: > if u cant change the configuration settings of php.ini > use http://pear.php.net/package/Mail > alternatively u can also hav ini_set on top of every

Re: [PHP] SMTP mail server

2009-04-24 Thread Ron Piggott
I am on a shared web site hosting company. They are asking me to edit my PHP script to specify the SMTP using $aditional_parameters on the URL below. If this can't be achieved then I need to confirm this. Ron On Fri, 2009-04-24 at 20:04 -0500, Adam Williams wrote: > > Ron Piggott wrote: > >

Re: [PHP] SMTP mail server

2009-04-24 Thread kranthi
if u cant change the configuration settings of php.ini use http://pear.php.net/package/Mail alternatively u can also hav ini_set on top of every page. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SMTP mail server

2009-04-24 Thread Adam Williams
Ron Piggott wrote: How do I specify an actual SMTP server? (Like mail.host.com) This is what I have so far: mail($email, $subject, $message, $headers); I was to http://ca2.php.net/manual/en/function.mail.php and saw this syntax: mail ( string $to , string $subject , string $message [, stri

Re: [PHP] SMTP

2008-03-10 Thread Alain Roger
Ok, thanks for info, i've downloaded the MailEnable SW for free and i was able to check that my PHP mail function really send correctly emails :-) thanks a lot, A. On Mon, Mar 10, 2008 at 3:33 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Sun, Mar 9, 2008 at 4:38 PM, Alain Roger <[EMAIL PROTE

Re: [PHP] SMTP

2008-03-10 Thread Alain Roger
Hi Ray, we tested it with telnet and it seems that it works... but my mail client does not receive it. :-( php mail function just tells me that email can not be delivered. here is the function: > if (mail($to, $subject, $body)) > { > echo("Message successfully sent!"); > } > e

Re: [PHP] SMTP

2008-03-10 Thread Daniel Brown
On Sun, Mar 9, 2008 at 4:38 PM, Alain Roger <[EMAIL PROTECTED]> wrote: > Hi, > > i know that this is not necessary the best forum for that, but i need to get > a real feedback and i guess you already faced the same issue as mine. > basically, i develop php web application on windows XP platform.

RE: [PHP] SMTP

2008-03-10 Thread Andrés Robinet
> -Original Message- > From: Alain Roger [mailto:[EMAIL PROTECTED] > Sent: Monday, March 10, 2008 3:16 AM > To: Ray Hauge > Cc: PHP General List > Subject: Re: [PHP] SMTP > > Hi Ray, > > in my php.ini i have : > SMTP = localhost > smtp_port = 2

Re: [PHP] SMTP

2008-03-10 Thread Alain Roger
Hi Ray, in my php.ini i have : SMTP = localhost smtp_port = 25 sendmail_from = [EMAIL PROTECTED] but my website (testing machine) is on localhost (which has also the IP 195.126.5.1) i think the problem is not in php.ini but more on SMTP server side (in settings, maybe password for authentication

RE: [PHP] SMTP

2008-03-09 Thread Andrés Robinet
> -Original Message- > From: Ray Hauge [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 09, 2008 5:17 PM > To: Alain Roger > Cc: PHP General List > Subject: Re: [PHP] SMTP > > Alain Roger wrote: > > Hi, > > > > i know that this is not necessary th

Re: [PHP] SMTP

2008-03-09 Thread Ray Hauge
Alain Roger wrote: Hi, i know that this is not necessary the best forum for that, but i need to get a real feedback and i guess you already faced the same issue as mine. basically, i develop php web application on windows XP platform. So i have apache 2.24 installed and PHP 5.2.4. now i would l

Re: [PHP] SMTP vs mail()

2008-01-17 Thread Manuel Lemos
Hello, on 01/17/2008 06:57 PM Richard Lynch said the following: > On Thu, January 17, 2008 3:50 am, Richard Heyes wrote: >>> You can easily make a mail queue in php yourself with a daemon that >>> checks the queue and sends waiting mail in batches of say 200 per >>> minute. (provided you have acce

Re: [PHP] SMTP vs mail()

2008-01-17 Thread Richard Lynch
On Thu, January 17, 2008 3:50 am, Richard Heyes wrote: >> You can easily make a mail queue in php yourself with a daemon that >> checks the queue and sends waiting mail in batches of say 200 per >> minute. (provided you have access to the cli on the server) > > Why when there MTAs? Your shared hos

Re: [PHP] SMTP vs mail()

2008-01-17 Thread Richard Heyes
You can easily make a mail queue in php yourself with a daemon that checks the queue and sends waiting mail in batches of say 200 per minute. (provided you have access to the cli on the server) Why when there MTAs? -- Richard Heyes http://www.websupportsolutions.co.uk Mailing list management

Re: [PHP] SMTP vs mail()

2008-01-16 Thread Nathan Rixham
You can easily make a mail queue in php yourself with a daemon that checks the queue and sends waiting mail in batches of say 200 per minute. (provided you have access to the cli on the server) Black http://rssphp.net a85020316bb687648d6f73c4eb3bec93 :msg::id Chris wrote: Manuel Lemos wrote:

Re: [PHP] SMTP vs mail()

2008-01-15 Thread Chris
Manuel Lemos wrote: Hello, on 01/15/2008 07:16 AM Per Jessen said the following: If there's any way to re-configure the MTA to queue the messages for later sending, that would save you a lot of overhead on the PHP end... The MTA will always queue the messages - well, that is certainly the case

Re: [PHP] SMTP vs mail()

2008-01-15 Thread Manuel Lemos
Hello, on 01/15/2008 07:16 AM Per Jessen said the following: >> If there's any way to re-configure the MTA to queue the messages for >> later sending, that would save you a lot of overhead on the PHP end... > > The MTA will always queue the messages - well, that is certainly the > case for postfi

Re: [PHP] SMTP vs mail()

2008-01-15 Thread mike
i can vouch. postfix rocks. i send it non-stop 30,000+ emails at a time (a loop from a database that does a popen("/usr/sbin/sendmail") on the local machine (also postfix) which then relays it to my actual public smtp server (running postfix) - and it just throws it all into the queue and chews on

Re: [PHP] SMTP vs mail()

2008-01-15 Thread Per Jessen
Richard Lynch wrote: > If there's any way to re-configure the MTA to queue the messages for > later sending, that would save you a lot of overhead on the PHP end... The MTA will always queue the messages - well, that is certainly the case for postfix. /Per Jessen, Zürich -- PHP General Mail

Re: [PHP] SMTP vs mail()

2008-01-14 Thread Richard Lynch
On Sat, January 12, 2008 4:28 am, Richard Heyes wrote: Assuming you're talking delivery to a local MTA (which will subsequently do the remote delivery), is speed really important? >>> For the amount of email I'm looking at (1000s, growing), yes. >>> >> >> Hmm, that's not quite what I was

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Scott Wilcox
Per Jessen wrote: Richard Heyes wrote: Bearing in mind I haven't yet done any benchmarks, which do you think is faster - SMTP with multiple RCPT commands or the PHP mail() function (with it launching a separate sendmail process for each mail() function call)? I've done some rough b

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Richard Heyes
Note - this was one call to mail(): mail(",, ..",subject,text); Granted, but as long as the email stays the same size when you compare mail() and something like SMTP, I wouldn't imagine the relative speeds varying significantly. Or maybe they would, I'll compare and see. -- Richard He

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Per Jessen
Richard Heyes wrote: >> 1. Using mail(), same email sent to 1000 users. >> >> Script finished in 200ms (1000 emails delivered to local MTA). >> Delivery to target MTA over 100Mbit LAN took about 6s. > > That settles it then. The mail() command will be more than fast enough > for my needs. > > T

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Richard Heyes
1. Using mail(), same email sent to 1000 users. Script finished in 200ms (1000 emails delivered to local MTA). Delivery to target MTA over 100Mbit LAN took about 6s. That settles it then. The mail() command will be more than fast enough for my needs. Thanks. -- Richard Heyes http://www.web

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Per Jessen
Richard Heyes wrote: > Bearing in mind I haven't yet done any benchmarks, which do you think > is faster - SMTP with multiple RCPT commands or the PHP mail() > function (with it launching a separate sendmail process for each > mail() function call)? > I've done some rough benchmarking - 1. Usi

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Richard Heyes
Assuming you're talking delivery to a local MTA (which will subsequently do the remote delivery), is speed really important? For the amount of email I'm looking at (1000s, growing), yes. Hmm, that's not quite what I was thinking of. The amount of emails to be delivered does not in my opinion

Re: [PHP] SMTP vs mail()

2008-01-12 Thread Per Jessen
Richard Heyes wrote: >> Assuming you're talking delivery to a local MTA (which will >> subsequently do the remote delivery), is speed really important? > > For the amount of email I'm looking at (1000s, growing), yes. > Hmm, that's not quite what I was thinking of. The amount of emails to be d

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Chris
Also don't forget the part where you shouldn't disconnect and reconnect between mails sent. indeed but I have experienced situations where the SMTP server refuses more than X number of messages on any one connection ... which meant having to get the script to disconnect/reconnect every 200 (ii

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Richard Lynch
On Fri, January 11, 2008 12:22 pm, Jochem Maas wrote: > Eric Butera schreef: >> On Jan 11, 2008 11:33 AM, Stut <[EMAIL PROTECTED]> wrote: >>> No brainer, SMTP will almost certainly be faster. My mailing list >>> system >>> (written in PHP obviously) can dump 600k customised emails to the >>> loca

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Richard Lynch
On Fri, January 11, 2008 10:29 am, Richard Heyes wrote: > Bearing in mind I haven't yet done any benchmarks, which do you think > is > faster - SMTP with multiple RCPT commands or the PHP mail() function > (with it launching a separate sendmail process for each mail() > function > call)? If mail()

Re: [PHP] SMTP vs mail()

2008-01-11 Thread mike
On 1/11/08, Richard Heyes <[EMAIL PROTECTED]> wrote: > > Assuming you're talking delivery to a local MTA (which will subsequently > > do the remote delivery), is speed really important? > > For the amount of email I'm looking at (1000s, growing), yes. one word: phpmailer (http://phpmailer.codeworx

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Manuel Lemos
Hello, on 01/11/2008 04:22 PM Jochem Maas said the following: > Eric Butera schreef: >> On Jan 11, 2008 11:33 AM, Stut <[EMAIL PROTECTED]> wrote: >>> No brainer, SMTP will almost certainly be faster. My mailing list system >>> (written in PHP obviously) can dump 600k customised emails to the local

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Richard Heyes
Assuming you're talking delivery to a local MTA (which will subsequently do the remote delivery), is speed really important? For the amount of email I'm looking at (1000s, growing), yes. -- Richard Heyes http://www.websupportsolutions.co.uk Knowledge Base and HelpDesk software that can cut the

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Manuel Lemos
Hello, on 01/11/2008 02:33 PM Stut said the following: > Richard Heyes wrote: >> Bearing in mind I haven't yet done any benchmarks, which do you think >> is faster - SMTP with multiple RCPT commands or the PHP mail() >> function (with it launching a separate sendmail process for each >> mail() fun

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Per Jessen
Richard Heyes wrote: > Bearing in mind I haven't yet done any benchmarks, which do you think > is faster - SMTP with multiple RCPT commands or the PHP mail() > function (with it launching a separate sendmail process for each > mail() function call)? Assuming you're talking delivery to a local MTA

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Daniel Brown
On Jan 11, 2008 1:26 PM, Eric Butera <[EMAIL PROTECTED]> wrote: > Weird! I've never heard of that but I really don't doubt it. Working > with e-mail is the least favorite part of my work. he said, via email. -- Daniel P. Brown Senior Unix Geek and #1 Rated "Year's Coolest Guy" By Se

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Richard Heyes
There is no such thing. :) Perhaps not then... :-) -- Richard Heyes http://www.websupportsolutions.co.uk Knowledge Base and HelpDesk software that can cut the cost of online support ** NOW OFFERING FREE ACCOUNTS TO CHARITIES AND NON-PROFITS ** -- PHP General Mailing List (http://www.php.net/

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Eric Butera
On Jan 11, 2008 1:33 PM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > I used to use htmlMimeMail, but now I use Zend_Mail as it has a better > > API and is also faster in regards to the quoted printable encoding. > > IIRC htmlMimeMail use the PHP built in function to do quoted printable > encoding.

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Richard Heyes
I used to use htmlMimeMail, but now I use Zend_Mail as it has a better API and is also faster in regards to the quoted printable encoding. IIRC htmlMimeMail use the PHP built in function to do quoted printable encoding. -- Richard Heyes http://www.websupportsolutions.co.uk Knowledge Base and

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Eric Butera
On Jan 11, 2008 1:22 PM, Jochem Maas <[EMAIL PROTECTED]> wrote: > Eric Butera schreef: > > On Jan 11, 2008 11:33 AM, Stut <[EMAIL PROTECTED]> wrote: > >> No brainer, SMTP will almost certainly be faster. My mailing list system > >> (written in PHP obviously) can dump 600k customised emails to the l

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Jochem Maas
Eric Butera schreef: On Jan 11, 2008 11:33 AM, Stut <[EMAIL PROTECTED]> wrote: No brainer, SMTP will almost certainly be faster. My mailing list system (written in PHP obviously) can dump 600k customised emails to the local SMTP server in a couple of hours. Doing the same with the mail command t

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Eric Butera
On Jan 11, 2008 11:33 AM, Stut <[EMAIL PROTECTED]> wrote: > No brainer, SMTP will almost certainly be faster. My mailing list system > (written in PHP obviously) can dump 600k customised emails to the local > SMTP server in a couple of hours. Doing the same with the mail command > took over 24 hour

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Daniel Brown
On Jan 11, 2008 11:36 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > >> Bearing in mind I haven't yet done any benchmarks, which do you think > >> is faster - SMTP with multiple RCPT commands or the PHP mail() > >> function (with it launching a separate sendmail process for each > >> mail() functio

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Richard Heyes
Bearing in mind I haven't yet done any benchmarks, which do you think is faster - SMTP with multiple RCPT commands or the PHP mail() function (with it launching a separate sendmail process for each mail() function call)? No brainer, SMTP will almost certainly be faster. My mailing list system

Re: [PHP] SMTP vs mail()

2008-01-11 Thread Stut
Richard Heyes wrote: Bearing in mind I haven't yet done any benchmarks, which do you think is faster - SMTP with multiple RCPT commands or the PHP mail() function (with it launching a separate sendmail process for each mail() function call)? No brainer, SMTP will almost certainly be faster. M

Re: [PHP] SMTP unable to relay

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin. sendmail is not normally on WinDoze boxes, so do some googling for the setup you have, and talk with your admins to see what you need to do to get it set up to work correctly. Wolf Diana wrote: > I have tried settiing my php.ini

Re: [PHP] SMTP & PHP: Spam Tagging Problem

2005-10-25 Thread Richard Lynch
On Tue, October 25, 2005 3:27 am, Cabbar Duzayak wrote: > I am having a problem with my system when sending e-mails to yahoo > accounts, and it has been baffling me for the last couple of days, > actually I should say it is driving me crazy... > > As I mentioned, I have a cpanel and have 2 domains/

Re: [PHP] smtp server

2004-12-16 Thread Yannick Warnier
Le jeu 16/12/2004 à 14:43, Pablo D Marotta a écrit : > Hi there.. > I´m trying to use the mail function but I have a problem. I´m working in a LAN > with more or less 30 pcs, that places inside a huge network, and I just can´t > use the enterprise smtp server. > How can i set a valid smtp server?

Re: [PHP] smtp server

2004-12-16 Thread Richard Lynch
Pablo D Marotta wrote: > Hi there.. > I´m trying to use the mail function but I have a problem. I´m working in a > LAN > with more or less 30 pcs, that places inside a huge network, and I just > can´t > use the enterprise smtp server. > How can i set a valid smtp server? If you have Microsoft lice

Re: [PHP] smtp server

2004-12-16 Thread M. Sokolewicz
Jason Wong wrote: On Thursday 16 December 2004 23:00, Mike wrote: If you're on any of the *nix'es, it's hard to go wrong with sendmail. I think you mean it's hard not to go wrong with sendmail ;-) no, that means it's easy to go wrong with sendmail... I think Mike did mean that it's hard to go wr

Re: [PHP] smtp server

2004-12-16 Thread Jason Wong
On Thursday 16 December 2004 23:00, Mike wrote: > If you're on any of the *nix'es, it's hard to go wrong with sendmail. I think you mean it's hard not to go wrong with sendmail ;-) -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & H

Re: [PHP] smtp server

2004-12-16 Thread Jason Wong
On Thursday 16 December 2004 22:43, Pablo D Marotta wrote: Please note that this has nothing to do with PHP. > I´m trying to use the mail function but I have a problem. I´m working in a > LAN with more or less 30 pcs, that places inside a huge network, and I just > can´t use the enterprise smtp s

RE: [PHP] smtp server

2004-12-16 Thread Mike
> Hi there.. > I´m trying to use the mail function but I have a problem. I´m > working in a LAN with more or less 30 pcs, that places inside > a huge network, and I just can´t use the enterprise smtp server. > How can i set a valid smtp server? > I thought about installing some "good-free" smtp s

Re: [PHP] SMTP and changing the character set

2004-05-08 Thread Todd Cary
Thank you both for the help. One more question: can SMPT use the Asian character set since it is 16 bits? Todd Dave G wrote: Todd, Is there a way to specify a character set in a SMTP email? I've found that SMTP is really, really very particular about how you apply spacing and carriage retu

RE: [PHP] SMTP and changing the character set

2004-05-08 Thread Dave G
Todd, > Is there a way to specify a character set in a SMTP email? I've found that SMTP is really, really very particular about how you apply spacing and carriage returns when passing a content type header from PHP. In the PHP mail() function, you want to add the content type header like so: I

RE: [PHP] SMTP and changing the character set

2004-05-07 Thread Chris
SMTP, just like HTTP, uses the Content-Type header. So you can do something like this: Content-Type: text/plain; charset=US-ASCII Just add that to the header argument of the mail function, if that's what you're using. Chris -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED] Se

Re: [PHP] SMTP and GroupWise

2004-04-25 Thread Burhan Khalid
Todd Cary wrote: My client is using GroupWise to relay *without* having relay turned on and it needs/uses an authenication that is different from the regular SMTP. Here is a trace of a message that went through: [ snipped POP before SMTP authentication ] Does anyone know of a class that can p

Re: [PHP] SMTP and GroupWise

2004-04-22 Thread Jason Wong
On Friday 23 April 2004 03:27, Todd Cary wrote: > I am using the phpmailer class, and I do not see mention of using the > POP3 for authentication. Am I missing something? I don't think it supports POP-before-relay last time I looked - which was quite a while ago. What you need to do is login

Re: [PHP] SMTP and GroupWise

2004-04-22 Thread Todd Cary
David - I am using the phpmailer class, and I do not see mention of using the POP3 for authentication. Am I missing something? Todd David O'Brien wrote: That's just basic pop before smtp. A common way of authenticating. Just make a connection to the pop server after the hello and before sendi

Re: [PHP] SMTP and GroupWise

2004-04-22 Thread David O'Brien
That's just basic pop before smtp. A common way of authenticating. Just make a connection to the pop server after the hello and before sending the email. Most mail servers cache this info for a certain amount of time so you may not have to do it every time you send. I know that http://phpmailer.so

Re: [PHP] SMTP vs POP3

2003-12-04 Thread Šimon Tóth
Read the online manual - IMAP functions, they support almost everything. Simon Toth mailto:[EMAIL PROTECTED] http://kerberos.knows.it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] smtp mail sending on unix

2003-10-08 Thread Javier Tacon
Try a class to send emails by smtps, like phpmailer: http://phpmailer.sourceforge.net/ -Mensaje original- De: Jaanus Torp [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 08 de octubre de 2003 11:29 Para: [EMAIL PROTECTED] Asunto: [PHP] smtp mail sending on unix Importancia: Baja Hi,

RE: [PHP] SMTP server response: 550 5.7.1 Unable to relay for

2003-08-27 Thread Chris W. Parker
Àlex Camps on Wednesday, August 27, 2003 12:04 PM said: > i have windows xp with apache,php and argomail > but i cant send emails from php why? According to your subject it looks like the computer you are trying to use to send the email does not allow relaying. >

RE: [PHP] SMTP - Authorization?

2003-08-26 Thread Mathiau
Another life saver! This news group is great! Thnx. -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 12:09 AM To: Mathiau Cc: [EMAIL PROTECTED] Subject: Re: [PHP] SMTP - Authorization? Hello, On 08/25/2003 09:34 PM, Mathiau wrote

Re: [PHP] SMTP - Authorization?

2003-08-26 Thread Manuel Lemos
Hello, On 08/25/2003 09:34 PM, Mathiau wrote: basically i am sending out a mailing list to customers, - using a PHP script, however the SMTP i am using needs to have Authorization to log into the outgoing SMTP - i HAVE to use this authentication no if's and ot butt's., otherwise i will be blocked

Re: [PHP] SMTP setting correct mail() not working?

2003-06-10 Thread R'twick Niceorgaw
On Wednesday 11 June 2003 03:57 am, Ben Houlton wrote: > I've set the SMTP setting correctly (I've checked like 50 times) but it > sill comes up with: Warning: mail(): Failed to connect to mailserver at > "mail.ihug.com.au" port 25, verify your "SMTP" and "smtp_port" setting in > php.ini or use ini

Re: [PHP] SMTP Authenticate

2003-03-15 Thread The Head Sage
If the SMTP server is running on your machine, or you have access to it's configuration. Create an e-mail address specificaly for PHP to mail from, as i had trouble authenticating. But if i created the mailer address as a local user on my SMTP server, it'd be allowed through. I believe it's a metho

Re: [PHP] smtp

2002-05-21 Thread 1LT John W. Holmes
- Original Message - From: "Steve Buehler" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 2:34 PM Subject: [PHP] smtp > I am trying to use the "smtp class" from phpguru.org with a mysql database > using PHP. My question is this. I understand that I can s

Re: [PHP] smtp

2002-05-21 Thread Miguel Cruz
http://php.net/array_push miguel On Tue, 21 May 2002, Steve Buehler wrote: > I am trying to use the "smtp class" from phpguru.org with a mysql database > using PHP. My question is this. I understand that I can send out email to > multiple email addresses using this class. How can I populat

Re: [PHP] SMTP Mail

2002-02-13 Thread DL Neil
Liam, Check out http://phpguru.org/ =dn - Original Message - From: "Liam MacKenzie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 13 February 2002 09:21 Subject: Re: [PHP] SMTP Mail > Whoops, my bad! > If there's anyone out the

Re: [PHP] SMTP Mail

2002-02-13 Thread Liam MacKenzie
Whoops, my bad! If there's anyone out there that needs to use SMTP: http://phpclasses.upperdesign.com/browse.html/package/14 Gotta love it when you answer your own question ;-) - Original Message - From: "Liam MacKenzie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Feb

Re: [PHP] SMTP

2001-10-28 Thread Lucas Chan
> The *nix version of php expects to find a functional mail transport agent > on the local host Hrm. Yeah. I think that's kind've umm, I dunno silly. Regards, [ lucas ] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] SMTP

2001-10-28 Thread David Robley
On Sat, 27 Oct 2001 18:51, Lucas Chan wrote: > Hi, > > I have PHP running on my Debian (unstable distribution) box. I'm > trying to generate an email via the mail() function. > > It keeps failing because I do not have a properly installed/configured > SMTP daemon on my machine. This is despite t

RE: [PHP] SMTP/mail question

2001-06-22 Thread mailing_list
Hi! I did it! once again what I wanted to do: I wanted to send a mail, but use "MAIL FROM:" and "RCPT TO:" from the SMTP-Protocol and check, if the domain is accepted (nslookup MX)! I had a perl script, that does this trick. Unfortunately the php-mail() can't do a "RCPT TO:" and "MAIL FROM:" exp

RE: [PHP] SMTP/mail question

2001-06-21 Thread Aaron Bennett
Title: RE: [PHP] SMTP/mail question Michi,   Try having your sysadmin add this line to your apache virtualhost entry: php_admin_value sendmail_path "/usr/sbin/sendmail [EMAIL PROTECTED] -t -i" (dont forget the '-f' before your email address...) this sets the sendmail en

Re: [PHP] SMTP/mail question

2001-06-21 Thread Manuel Lemos
Hello mailing_list, On 20-Jun-01 23:06:59, you wrote: >I sent a message last day with subject "perl2php - question" - but I think I >will describe the problem, I solved with perl, instead of asking for a >perl2php-code: >if I send a mail with the php-mail()-function, and the mail bounces (wrong

RE: [PHP] SMTP/mail question

2001-06-21 Thread mailing_list
> > I tried all possible headers (Return-Path, Error-To, Sender, ...) to > > redirect the bouncing mail to my address but nothing worked - > > all bouncing-mails go to root! > > this works for me: > > mail("[EMAIL PROTECTED]", "Subject", "Email body", > "Return-path: [EMAIL PROTECTED]\n");

RE: [PHP] SMTP/mail question

2001-06-21 Thread Jason Murray
> I tried all possible headers (Return-Path, Error-To, Sender, ...) to > redirect the bouncing mail to my address but nothing worked - > all bouncing-mails go to root! this works for me: mail("[EMAIL PROTECTED]", "Subject", "Email body", "Return-path: [EMAIL PROTECTED]\n"); Maybe you mist

Re: [PHP] SMTP-access with PHP...

2001-06-20 Thread Magnus
Den 01-06-20 18.28, skrev "Andreas D. Landmark" <[EMAIL PROTECTED]>: > Contact your mailserver admin and get him/her to open for relay from the IP > of your > webserver. Thanks, I'll try that and see what will happen. Sincerely, /Magnus Hammar -- -- PHP General Mailing List (http

Re: [PHP] SMTP-access with PHP...

2001-06-20 Thread Ed Brady
The SMTP server that you are using is more then likely configured to deny sending if the e-mail does not originate from the domain the SMTP server is used for. This is done mainly to keep spammers from using the server as an open relay and spewing junk mail all over the internet Sometimes sy

Re: [PHP] SMTP-access with PHP...

2001-06-20 Thread Andreas D. Landmark
At 20.06.2001 14:16, you wrote: >Hello! > >Why do I get this error (Relaying denied ) from my SMTP-server and how do I >make it work? > >220 mail.server.com ESMTP Sendmail 8.9.3/8.9.3; Wed, 20 Jun 2001 15:09:06 >+0200 (CEST) >250 mail.server.com Hello localhost [127.0.0

Re: [PHP] smtp protocol

2001-02-23 Thread Richard Lynch
> Hi...anybody can help me about sending email directly using local smtp port > (25). I've read some articles, still, i don't have a clear explanation. i.e > : some using \n to separate between each header, but others use \r\n. The ones using \n haven't read the spec very carefully, and are using

Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-19 Thread Todd Cary
This is how I have mine set with Win 2K: [mail function] SMTP= 192.172.0.1 ;for win32 only sendmail_from = [EMAIL PROTECTED] ;for win32 only -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
hat you're running on the server? > > --dave > > > -Original Message- > > From: Peter Knif [mailto:[EMAIL PROTECTED]] > > Sent: Monday, 19 February 2001 9:39 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro > &g

RE: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread David Harrison
What mail server software is it that you're running on the server? --dave > -Original Message- > From: Peter Knif [mailto:[EMAIL PROTECTED]] > Sent: Monday, 19 February 2001 9:39 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
I have SMTP = localhost It worked when I set SMTP = my ISP smtp server, but I want to make it work with the SMTP server on my system. Thanks. -- * Peter Knif * [EMAIL PROTECTED] "David Harrison" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Have you

RE: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread David Harrison
Have you set SMTP= your.smtp.server.com ;for win32 only in you php.ini file? --dave > -Original Message- > From: Peter Knif [mailto:[EMAIL PROTECTED]] > Sent: Monday, 19 February 2001 8:13 AM > To: [EMAIL PROTECTED] > Subject: [PHP] SMTP on IIS 5.0 Windows 2000 Pro > > > Hi eve

Re: [PHP] SMTP

2001-02-16 Thread php3
Addressed to: "Richard Lynch" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Richard Lynch" <[EMAIL PROTECTED]> Thu, 15 Feb 2001 19:25:14 -0600 > > I think you *can* use the "for win32 only" stuff on Linux if you want to > send your mail to a different server... I do

Re: [PHP] SMTP

2001-02-15 Thread Richard Lynch
I think you *can* use the "for win32 only" stuff on Linux if you want to send your mail to a different server... Also, Manuel Lemos' email class will let you spew at any server on port 25, I think... -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD:

  1   2   >