Hi Guys,
Sorry for the long gap in responding, more important things cropped up. Ok still struggling to get emails sending, I have modified the php.ini file as:
; For Win32 only.
SMTP = myserver
smtp_port = 25
; For Win32 only.
sendmail_from = myemail@mymail.com
But still no luck, I also tried adding the smtp_username and smtp_password:
; For Win32 only.
SMTP = myserver
smtp_port = 25
smtp_user = myuser
smtp_password = mypassword
; For Win32 only.
sendmail_from = myemail@mymail.com
assuming this would be required, maybe they are not required or I added them incorrectly?
In addition to this, I still cannot get the warning message off the admin panel, despite removing the 'write' permissions, ultimatly off ALL accounts to see if I could get it to work, but still no joy.
Any suggestions welcome