@obs
Thanks for the response. According to both logs there is no record of me having requested to send a message through a php script.
Here's what I have in mail.log:
mail() on [Command line code:1]: To:
kiefertravis@gmail.com -- Headers:
Here's what I have in msmtp.log:
Dec 01 23:55:07 host=smtp.gmail.com tls=on auth=on
user=cto@gumballcapital.org from=cto@gumballcapital.org recipients=kiefertravis@gmail.com mailsize=94 smtpstatus=250 smtpmsg='250 2.0.0 OK 1291247707 i21sm335658yha.44' exitcode=EX_OK
Both of these are from calling the php mail function from the command line. There is some kind of disconnect for the script and I don't know what it is or where to look for it.
Thoughts?
Travis