Hi,
I’m fairly new to the vps world, i’ve used shared hosting for over 6 years and because our Laravel app got bigger and we needed queu workers, we made the switch to digitalocean droplet with Laravel Forge.
Everything’s running smootly except our emails… i dont want to use google mail services or anyother because we have a few mails on our team and that’s why i made another droplet for Mail-in-a-box server.
i’ve found the following link and made the same changes:
if i run the following command:
echo “my testing messages lala” | mail -s “test emaillolo” -r “Johnjohn@doe.be” mary@doe.be
i’m getting the email, which is a good sign, means that ive setup it right.
however emails sent from webmail or mail client Spark on my android phone don’t get delivered…
Am I doing something wrong?
Thanks in advance.
AskinSavascisi