View previous topic :: View next topic |
Author |
Message |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Dec 05, 2005 12:04 pm Post subject: BLAT with PHP (Fails) |
|
|
Recently, e-mail service providers decided to add their own rules to stop
spammers and now im stuck with trying to configure a Sendmail program
in order to send out my e-mails again, the problem is that it fails.
Here's my PHP Mail Settings
sendmail_path = "C:\Windows\System32\blat.exe"
Now the problem is that when I configure BLAT properly to send out e-mail
using its CGI example, it works fine, I try configuring it for PHP and it fails.
Can someone here help me configure BLAT to send out e-mail ?
I searched all over Google and this forum. No one has any references on
how to setup BLAT with the PHP mail() fucntion, please help me. LateR! :/
Note: The new anti-spamming thing is called "Sender Policy Framework".
you can find more information on the official website www.openspf.org , I
need BLAT because my domain provider does not allow SPF records.
Sincerely, TRUSTpunk |
|
Back to top |
|
 |
Francisco 2002 -
Joined: 01 Oct 2003 Posts: 33 Location: Brazil (GMT -3 hours)
|
Posted: Mon Mar 20, 2006 3:23 am Post subject: |
|
|
I see in my php.ini:
Code: | ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = |
Can sendmail_path to be used with Windows?
Francisco _________________ Lojistas.net ( www.lojistas.net ) and ComVir.org ( www.comvir.org ) |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Mar 20, 2006 8:42 am Post subject: |
|
|
No. As it says its for use with Unix only so adding anything here will have no effect. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Francisco 2002 -
Joined: 01 Oct 2003 Posts: 33 Location: Brazil (GMT -3 hours)
|
Posted: Mon Mar 20, 2006 5:25 pm Post subject: |
|
|
Thank you, The Inquisitor
How can I to use Blat whith PHP?
How to configure PHP?
Francisco _________________ Lojistas.net ( www.lojistas.net ) and ComVir.org ( www.comvir.org ) |
|
Back to top |
|
 |
|