Ed, All of the information didn’t come through. Please put it into a text document and then send me that attachment. Otherwise WyzAnt automatically blocks out anything that looks like a phone number or email address as you can see below. Richard Smithers www.rsmithers.com - - - - - Richard, I have the app on line at: https://eseykota.com/TT/PHP_TT/TT_find/TT_find_client.php. Source code in dropbox folder, see these files: TT_find_client.php ==> TT_find_server.php has the email call. You have my Dropbox invitation/permission as richard.smithers@wyzant.com - let me know if you want access via a different email My gmail account: TradingTribeServices@gmail.com PW: Gacker_9221_$ Take a look and see if $50 seems fair to you. Thank you. From the file: TT_find_server.php // ************************************************* // Notes 2022-July-07 --- this file:: TT_find_server.php // // This code operates on the site at: https://eseykota.com/TT/PHP_TT/TT_find/TT_find_client.php // TT_find_client: the user clicks on a row to select a person of interest and this calls TT_find_server // TT_find_server: the code sends an email from the user to the person of interest. // It also sends a confirmation email back to the user and another to TradingTribeServices@gmail.com // // The mail method works by calling a mail-send routine on the same gmail account. // As of a few month ago the mail service no longer works. // // Possible explanations: gmail protocol change; PHPMailer function deprecation // I tinker around with the code and with the gmail site to no avail. // // Mission: get the mail method working again, preferably as a stand-alone function // that I can invoke from other programs by sending parameters: // from; to; cc; header; body; attachment // // Access to gmail account and to the source code: // TradingTribeServices@gmail.com PW: Gacker_9221_$ // PHP source code available on Dropbox // // **************************************************