PHP Classes

Where is "smtp.php" file

Recommend this page to a friend!

      MIME E-mail message sending  >  MIME E-mail message sending package blog  >  How Can PHP Send Emai...  >  All threads  >  Where is "smtp.php" file  >  (Un) Subscribe thread alerts  
Subject:Where is "smtp.php" file
Summary:Where is "smtp.php" file
Messages:4
Author:atinamedia
Date:2013-10-30 13:59:06
Update:2013-10-30 15:33:07
 

  1. Where is "smtp.php" file   Reply   Report abuse  
Picture of atinamedia atinamedia - 2013-10-30 13:59:06
I dowloaded whole file, but i can't find smtp.php file

Thanks a lot!

  2. Re: Where is "smtp.php" file   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-10-30 15:33:07 - In reply to message 1 from atinamedia
It is listed in the dependency packages that appear in the download page and also in the package page:

phpclasses.org/smtpclass

  3. Re: Where is "smtp.php" and the...   Reply   Report abuse  
Picture of ErickBest Xtrovert ErickBest Xtrovert - 2017-09-05 15:58:17 - In reply to message 2 from Manuel Lemos
What about the "Smarty.class.php" I cant find it even in the Dependency files...

It's required in this file: test_smarty_personalized_mailing.php

here:

<?php
/*
* test_smarty_personalized_mailing.php
*
* @(#) $Header: /opt2/ena/metal/mimemessage/test_smarty_personalized_mailing.php,v 1.5 2005/02/16 04:04:03 mlemos Exp $
*
*/

require("email_message.php");

/*
* Include Smarty template engine class. Make sure the class file is in
* your include path.
*
*/
//>>>>HERE IS WHERE ITS REQUIRED<<<<<<<

require('Smarty.class.php');


===========
Please Help!

  4. Re: Where is "smtp.php" file   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2017-09-08 07:29:44 - In reply to message 3 from ErickBest Xtrovert
Smarty is a template engine that is available here:

smarty.net/