SO I'm using PHP 8.1
In under configuration I have my email all set to a email address thru my provider with the proper SMTP info in it along with the proper email address.

I have the transport method set to PHP.
If I go in and make a change i will get an email about the admin change so I know the email side is working.
If i use the Contact us page it tells me it worked yet I get no emails.

my logs have an error of
Code:
[26-Feb-2024 13:21:39 America/New_York] Request URI: /store/Skill-ieE-trusT/index.php?cmd=modules&set=shipping&module=flat&action=edit, IP address: 67.140.162.250, Language id 1
#0 /homepages/website/includes/functions/general.php(354): zen_debug_error_handler()
#1 /homepages/website/includes/classes/VersionServer.php(110): zen_get_system_information()
#2 /homepages/website/includes/classes/VersionServer.php(25): VersionServer->buildCurrentInfo()
#3 /homepages/website/includes/classes/VersionServer.php(63): VersionServer->getZcVersioninfo()
#4 /homepages/website/includes/functions/plugin_support.php(49): VersionServer->getPluginVersion()
#5 /homepages/website/includes/modules/shipping/usps.php(215): plugin_version_check_for_updates()
#6 /homepages/website/includes/modules/shipping/usps.php(186): usps->adminInitializationChecks()
#7 /homepageswebsitemodules.php(187): usps->__construct()
#8 /homepageswebsiteindex.php(11): require('/homepages/36/d...')
--> PHP Warning: Undefined array key 0 in /homepages/website/includes/functions/general.php on line 354.
and
Code:
[26-Feb-2024 12:56:58 America/New_York] PHP Notice:  Email Error: Could not instantiate mail function.
 in /homepages/website/includes/functions/functions_email.php on line 426
Any clue what is going on?