Hi
You know one of the parameters for sending mail using smtp method is "host"
Is there such a parameter when we use "mail" method
host for mail function
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: host for mail function
These are the parameters for the mail() function.The Manual wrote:bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: host for mail function
I couldn't understand whether your answer is yes or no
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: host for mail function
No. Unless the $additional_headers & $additonal_parameters can contains such a parameter, which i dont think it does.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering