PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
newmember
Forum Contributor
Posts: 252 Joined: Fri Apr 02, 2004 12:36 pm
Post
by newmember » Wed Apr 27, 2005 10:11 am
Hi,
I'm testing localy on windows machine with apache, php.
I want to be able to send emailthrough one of email accounts that i have.
as i understand mail() function doesn't support smtp authorization...
so what are my options here?
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098 Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia
Post
by Chris Corbyn » Wed Apr 27, 2005 2:51 pm
Not sure but you could try a class like PHPMailer
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Thu Apr 28, 2005 12:12 am
when testing it locally JAVA might some fun.. ( if you really want to take it to the max )
if on server .. dont think that will be a problem.
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Thu Apr 28, 2005 2:31 am
or may be Perl...