0
Welcome Guest! Login
0 items Join Now

webform email results/phpmailer

    • obisi's Avatar
    • obisi
    • Hero Rocketeer
    • Posts: 296
    • Thanks: 0

    webform email results/phpmailer

    Posted 16 years 6 months ago
    • I am not sure if this issue is a template one or not but please address if you have a knowledge of how to correct. I have tired all that I know.

      I noticed that when I migrated my site from J1.0 to J1.5 using the same template (Chromatophore), I no longer get results of my web form emailed to me.

      I decided to include an init_set($sendmail ... or something similar in the phpmailer file just as I did in J1.0 to make it work.

      However it is not working.

      I did notice that the file size and content of both phpmailer.php in J1.0 and J1.5 are very different. Pls see below for J1.5 content:

      ====
      email results from web form is not working bcos I feel that the phpmailer in J1.5 is incomplete. See below:

      =============

      <?php
      /**
      * Legacy Mode compatibility
      * @version $Id: class.phpmailer.php 10381 2008-06-01 03:35:53Z pasamio $
      * @package Joomla.Legacy
      */
      require_once( dirname(__FILE__) . '/../../libraries/phpmailer/phpmailer.php' );

      ========

      I don't even see a closing ?> for the php code. The phpmailer file in J1.0 is more than this code with an isMail () function etc.

      PLease advise on what I need to do to make mail function work in J1.5

      I've included the init_set($sendmail code snippet (or something similar) which works in my J1.0 version but not in the J1.5 version. I even copied the entire J1.0 phpmailer.php into J1.5 and still no cigar.

      Thx for your assistance. Pls do not shun this to another provider if you have an idea. I have come to my wits end and I do believe J1.5 does support webform emailed results otherwise won't make sense.

Time to create page: 0.060 seconds