I'm running WordPress on an intranet VM and I need all outgoing messages to reach a remote smtp server.
In php.ini there is this specification:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
But my site is running on RHEL so where would I specify the SMTP server name?