vote up 0 vote down star
1

I have the Vista Home Premium operating system and I am developing an PHP web application that sends out emails.

I need to configure SMTP and I have tried several options from installing PHPmailer. btu the sad thing is it did not send an email.

Should I continue to try to figure out PHPmailer or is there a better way? If PHPmailer is the way to go, how do I go about configuring this?

flag
Where are you going to send those mails? You will have to configure a SMTP server that you can authenticate to. – Manni Mar 11 at 12:51
You didn't like the answers that you got to your very similar question, I guess. stackoverflow.com/questions/634029/… – Manni Mar 11 at 12:53
And that other even more similar question? Those answers weren't your cup of tea either? stackoverflow.com/questions/612277/… – Manni Mar 11 at 12:54

1 Answer

vote up 3 vote down

An SMTP Server is not included with Vista.

http://weblogs.asp.net/steveschofield/archive/2006/12/19/iis7-post-23-vista-and-smtp-server-where-is-it.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.