简体   繁体   English

安装Zend Mail for Zend框架时,mail.php在哪里?

[英]Where is mail.php when installing the Zend Framework for Zend Mail?

To start out, this is my first post here. 首先,这是我在这里的第一篇文章。 I am trying to do a simple install of the Zend Mail, for the Zend Framework. 我正在尝试为Zend框架简单安装Zend Mail。 All instructions point to including the Mail.php file, from the library folder. 所有说明均指向库文件夹中的Mail.php文件。 include(Zend/Mail.php) However, I downloaded the Zend package as a tar, ZF 2.4.9, and it does not include a mail.php in the library folder. include(Zend / Mail.php)但是,我以tar ZF 2.4.9的格式下载了Zend程序包,它在库文件夹中不包含mail.php。 Any hints? 有什么提示吗?

It sounds like you are following instructions for ZF1, but you have downloaded ZF2. 听起来您正在按照ZF1的说明进行操作,但是您已经下载了ZF2。 Take a look at https://framework.zend.com/manual/2.4/en/modules/zend.mail.introduction.html instead. 请改为查看https://framework.zend.com/manual/2.4/en/modules/zend.mail.introduction.html

Note that ZF2 should be installed with Composer rather than downloaded as an archive. 请注意,ZF2应该与Composer一起安装,而不是作为存档下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM