OKAY so my client has a Joomla website that was originally hosted with a linux server. Because of another developer he outsourcedto create a software, which is written in ASP. NET SALE. The website needed to be transferred to a new windows sever, and that is now giving my family problems. So your php mail function does’nt work, and the developer guy will be telling me to make use of something called NET_SMTP, which I do not know what that is!
So anybody please help! How would I attempt fixing this trouble.
net_smtp can be a package using the PEAR library, so you’ll have to assure that’s installed in your windows server to start.
http: //pear. php. net/package/Net_SMTP/docs
Records is here.
However, mail() function should work with a windows server. Perhaps you’ll ought to explicitly set
< php
ini_set("sendmail_from", "infoyourdomainname. com");
>
Before the very mail() function is named.
yeah…… what exactly…..