##check email sender and receiver
sudo zcat -f /var/log/mail.log.1 | awk '/from=</ {from=$0} /to=<email@gmail.com>/ {print from; print; print "---"}'