Maybe is a stupid question... but i need to configure my apache+php to send emails via PHP? i have to set a domain to it? the domain has to be configured via DNS?
any lights here please ^^
TIA.
Maybe is a stupid question... but i need to configure my apache+php to send emails via PHP? i have to set a domain to it? the domain has to be configured via DNS?
any lights here please ^^
TIA.
Look in your phpinfo() and see what your sendmail path is. Try sending mail from the command line using whatever that path points to. If it doesn't work, you need to start there.