Synchronizing smtp to MySql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bostonasian

    Synchronizing smtp to MySql

    Here's challenging task I got.
    Is it possible to synchronizing to smtp server by utilizing php and
    sending email info(sender,rcp t, message) to MySql?

  • NC

    #2
    Re: Synchronizing smtp to MySql

    Bostonasian wrote:[color=blue]
    >
    > Is it possible to synchronizing to smtp server by utilizing php and
    > sending email info(sender,rcp t, message) to MySql?[/color]

    Yes, if the MTA on the SMTP server is configured to keep a log file and
    that log file is accessible to PHP...

    Cheers,
    NC

    Comment

    Working...