skypanther
Exalted Code Master!
On a client's site, I use phpMailer to send out contractor information request emails. They got a batch of roughly a dozen of these yesterday all supposedly sent within a few seconds of each other. The messages appear to be legitimate and not the result of a spammer trolling for an insecure form processor.
There's nothing in the code to apply a timestamp (I don't see how I could even do that with phpMailer). So, would I be correct to assume that the sent time is applied when the outgoing SMTP mail server processes the message? Thus, these all sat in the queue together until they could be processed, which happened pretty much all at once for this batch...right?
Thanks,
Tim
There's nothing in the code to apply a timestamp (I don't see how I could even do that with phpMailer). So, would I be correct to assume that the sent time is applied when the outgoing SMTP mail server processes the message? Thus, these all sat in the queue together until they could be processed, which happened pretty much all at once for this batch...right?
Thanks,
Tim