abantecart / abantecart-src

AbanteCart is a free PHP based eCommerce solution for merchants to provide ability creating online business and sell products online quick and efficient. AbanteCart application is built and supported by experienced enthusiasts that are passionate about their work and contribution to rapidly evolving eCommerce industry. AbanteCart is more than just a shopping cart, it is rapidly growing eCommerce platform
www.abantecart.com
Open Software License 3.0
142 stars 161 forks source link

catch mail send crush #1686

Closed BasaraABC closed 4 months ago

BasaraABC commented 8 months ago

Original post https://forum.abantecart.com/index.php/topic,10715.0/topicseen.html The registration process is crushed if some issue with the email sent. The customer is registered but seems white page because the email send failed, please add try-catch to make sure the customer did not see a white screen in case of a mail issue

abolabo commented 4 months ago

added parameter to method AMail->send($silent = false) Silent emails only for order confirmation and order update processes. Other should work as earlier

BasaraABC commented 4 months ago

@abolabo not sure what is "silent emails" but please add it to the registration process. FYI in the latest test, the registration email (rt=account/create) is not received but the password reset or order emails are received for same address. Is this related to recent changes?