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. All instructions point to including the Mail.php file, from the library folder. 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. Any hints?
It sounds like you are following instructions for ZF1, but you have downloaded ZF2. Take a look at https://framework.zend.com/manual/2.4/en/modules/zend.mail.introduction.html instead.
Note that ZF2 should be installed with Composer rather than downloaded as an archive.