I have been using xampp for some time and sending mail from php pages has been working fine (just using the inbuilt mail php functionality)
I am using a local website on windows
I have recently upgraded to windows 10 and mail no longer sends from my computer
xampp supplies a mail provider that php uses; I would therefore suspect the win10 firewall is blocking that component - will check tonight if nobody else supplies a solution before then :D
doctorbill
ASKER
I have checked the php.ini and sendmail.ini settings
These are exactly the same as they were
I have tried this:
-----------
host smtp.demon.co.uk
port 465
user info@ticktockit.net
password ***********
domain ticktockit.net
from info@ticktockit.net
tls
tls_starttls
tls_certcheck off
----------------
The webpage just hangs
doctorbill
ASKER
If I try running the test.txt command, again the system just sits there - no progress
doctorbill
ASKER
The result of the above test:
sendmail.exe: the server sent an empty reply
sendmail.exe: could not send mail (account default from C:\ProgramData\msmtprc.txt)
host smtp.demon.co.uk
port 465
user info@ticktockit.net
password ************ (blanked for security)
domain ticktockit.net
from info@ticktockit.net
tls
tls_starttls
tls_certcheck off