Reputation: 86
Recently we send Emails via cron job (using PHP's mail()
function ) Unfortunately we didn't save the list of addresses on the database and we need to get the list.
Is there any log file on Ubuntu 12.04 server that save this kind of list?
Upvotes: 0
Views: 56
Reputation: 1808
Check the mail server log (normally /var/log/maillog, but it depends on how you configure the email platform).
Upvotes: 2