Joomla VirtueMart not receiving emails-FIXED

Since the beginning of the year, the joomla/virtuemart checkout process would not send an email to the admin. I fixed this by forcing a basic PHP email. Here’s how: go into administrator/components/com_virtuemart/classes edit the ps_checkout.php file: around line 2007, you will see: $vendor_mail = vmMail( $shopper_email, $shopper_name, $vendor_email, $vendor_subject, $vendor_mail_Body, $vendor_mail_AltBody, true, null, null, $EmbeddedImages); …

Continue reading ‘Joomla VirtueMart not receiving emails-FIXED’ »