cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3: Zend_Application_Resource_Mail not found issue

SOLVED

Magento 2.3: Zend_Application_Resource_Mail not found issue

I am using a third-party extension for send emails through SMTP mailer. But getting this error in the compilation.

 

A compilation was started. Repositories code generation... 1/7 [===>-------------------] 14% 1 sec 68.5 MiB PHP Fatal error: Class 'Zend_Application_Resource_Mail' not found in /var/www/cl ients/oldmillbrick/app/code/Mageplaza/Smtp/Mail/Rse/Mail.php on line 31

Do you have any solution for this?

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.3: Zend_Application_Resource_Mail not found issue

You posted this question under wrong path.

 

I think you are using old version of extension is not suitable with 2.3 Magento. I had same issue with this extension in Magento 2.3. Here is the updated version of extension. Replace your extension with this one and compile again.

 

Thanks

View solution in original post

2 REPLIES 2

Re: Magento 2.3: Zend_Application_Resource_Mail not found issue

You posted this question under wrong path.

 

I think you are using old version of extension is not suitable with 2.3 Magento. I had same issue with this extension in Magento 2.3. Here is the updated version of extension. Replace your extension with this one and compile again.

 

Thanks

Re: Magento 2.3: Zend_Application_Resource_Mail not found issue

Great @PankajS_Magento. This works for me.