[quote user="CyberAlien" post="9349"]About email system: open c:\winnt\php.ini (or wherever your php.ini is located), find this:
- Code: Select all
[mail function]
; For Win32 only.
SMTP =
and put your provider's smtp server in it.[/quote]
Okay I'm with you now but what should I enter exactly? I should put the SMTP address of my ISP where the "localhost" is? (SMTP = localhost) What about the password?
I complete the SMTP section in the config (APC) and then it seems to work until I send, then I get
Ran into problems sending Mail. Response: 503 AUTH command used when not advertised
Also, there's something wrong with my cookies because it isn't storing my login details. I've only gone and enabled the cookie secure for SSL, and now I can't log in to change it back. How do I fix this? And what should the correct cookie settings be when hosting from a localhost server?