To check if your php installation can successfully send emails from a bash script try this :
php -r ‘var_dump(mail(“david.saliba@testemail.com”, “test subject”, “test body”));’
Thanks Gareth !
nJoy 🙂 !
To check if your php installation can successfully send emails from a bash script try this :
php -r ‘var_dump(mail(“david.saliba@testemail.com”, “test subject”, “test body”));’
Thanks Gareth !
nJoy 🙂 !