Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielRiezebos/4fe375234ece3e9e3fed469fc4ec8770 to your computer and use it in GitHub Desktop.
Save DanielRiezebos/4fe375234ece3e9e3fed469fc4ec8770 to your computer and use it in GitHub Desktop.
EmailMessageInterface_2.3.3_backward_compatibility - Framework - MailMessageInterface
diff --git a/vendor/magento/framework/Mail/MailMessageInterface.php b/vendor/magento/framework/Mail/MailMessageInterface.php
index da010be2702..5179e6057c4 100644
--- a/vendor/magento/framework/Mail/MailMessageInterface.php
+++ b/vendor/magento/framework/Mail/MailMessageInterface.php
@@ -9,6 +9,8 @@ namespace Magento\Framework\Mail;
* Mail Message interface
*
* @api
+ * @deprecated
+ * @see \Magento\Framework\Mail\EmailMessageInterface
*/
interface MailMessageInterface extends MessageInterface
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment