- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3: Zend_Application_Resource_Mail not found issue
Great @PankajS_Magento. This works for me.