Hi guys,
I have a php script set up to generate emails. Currently, they give the success message but don't actually send the email.
I just had a look in the php configuration settings file, and I noticed this:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
Is this where I change the SMTP to the address I need the emails to be relayed through?
Any help would be appreciated, thanks :)