以前从我们网站发送的PHP邮件()的记录/副本?

Should there be a record of all php sent mail (via our hosts mail() function) anywhere?

Our web developer made an oversight and all enquiries sent via the our host's (godaddy.com) mailer relay for the last 2 months were rejected by our local mail server. Naturally, our server doesn't keep any rejected emails.

I have spoken to godaddy.com and they claim there is no record, however I'm not particularly confident with the answer.

Is there anything I can do? The enquiry form is now fixed (used Mandrill), so that's not an issue.

No, the mails are gone now.

Rejected mails that a mail server tried to send usually go to the mail admin account of the sending server as a bounce - however, even that account might not be set up or failing or rejecting mail, so the mail server will get rid of these undeliverable mails that double-bounced by deleting them from the queue.

You might get an idea of what was tried to mail if you are able to get your hand onto a mail server logfile, but assuming this is in the hands of your hosting provider, your chances are low: 1. these logs would only give you an idea of which mail addresses were involved, but no content. 2. the log files usually get deleted quickly because they'd serve no regular purpose.