Re: [PHP-WIN] Re: Sending Emails

2005-01-07 Thread Armando
That's what I did to get around it. Fortunately my ISP doesn't care who the mail is addressed from, so I'm able to send the mail as if it's from any address I want, but some ISPs have their mail server configured so that only the email address of the connected uername (primarily on dialup syste

Re: [PHP-WIN] Re: Sending Emails

2005-01-07 Thread HarryG
Well you should still be able to relay messages via your ISP's mail server. Meaning in your php.ini, under the mail server settings put in mail.aol.com or mail.whateverisp.com. You just have to find out your isps mail server name and put it in your php.ini "Armando" <[EMAIL PROTECTED]> wrote in me

Re: [PHP-WIN] Re: Sending Emails

2005-01-06 Thread Armando
Yes you can do it but you have to remember that some people on certain ISPs may not ever receive email from you. For instance, my IP address is listed on the mail abuse DUL list (actually my whole subnet is, and most other Shaw subnets are as well). Because of that DUL list no AOL user will eve

[PHP-WIN] Re: Sending Emails

2005-01-06 Thread HarryG
I have a similar setup on my xp pro box but with iis. I have installed the smtp service of iis and in my php.ini said that the mailserver is localhost. I can send out email using my php forms and applications. "Hassan Shaikh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > My