osCmax v2.5 User Manual
Results 1 to 3 of 3

add sig to admin/mail.php

This is a discussion on add sig to admin/mail.php within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; hum I thought this would be a no brainer.. been surfing and googling for 2 hours.. I belive the code ...

      
  1. #1
    osCMax Testing Team wkdwich's Avatar
    Join Date
    Jul 2007
    Posts
    307
    Rep Power
    11


    Default add sig to admin/mail.php

    hum I thought this would be a no brainer.. been surfing and googling for 2 hours..

    I belive the code is here:
    /admin/mail.php
    Code:
        //Let's build a message object using the email class
        $mimemessage = new email(array('X-Mailer: osCommerce'));
        // add the message to the object
        
    // BOF: MOD - WYSIWYG HTML Area (Send TEXT Email when WYSIWYG Disabled)
        if (HTML_AREA_WYSIWYG_DISABLE_EMAIL == 'Disable') {
        $mimemessage->add_text($message);
        } else {
        $mimemessage->add_html($message);
        }
    All I want to do is add a sig under the body..

    I know a define will be needed to be added to one of the language files (which one??)
    Then I know the mail.php will need to call that define..

    Any help???

    thanks
    Debbie D
    NY & VA

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: add sig to admin/mail.php

    There are different emails that are sent and each can be edited individually. Which are you trying to edit?

    Here are some links to get you started:
    Change Email Notification Text (The comments for your order are ) - osCommerce Community Support Forums

    How to change wording in order confirmation email - osCommerce Community Support Forums

    Or this may help:
    osCommerce Community Add-Ons
    osCommerce Community Add-Ons
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    osCMax Testing Team wkdwich's Avatar
    Join Date
    Jul 2007
    Posts
    307
    Rep Power
    11


    Default Re: add sig to admin/mail.php

    Tools : Send Email

    When you send an email from this tool, its just TO, From, Subject, and whatever you type in the body box.. very boring

    I would like to add a signature to the bottom of the body content.

    CURRENTLY:
    TO: customer_email
    FROM: store_email
    Subject: Blah Blah
    Body:
    yada, yada something about your order, account whatever I have to say


    I would like it to be:
    TO: Customer Name <customer_email>
    FROM: Store Name <store_email>
    Subject: Blah Blah
    Body:
    Dear Customer Name
    yada, yada something about your order, account whatever I have to say

    Sincerely,
    Store Name
    Store Address
    Store Phone
    Debbie D
    NY & VA


Similar Threads

  1. Spam through admin/mail.php/login.php?action=send_email_to_user
    By jferezy in forum osCmax v1.7 Discussion
    Replies: 10
    Last Post: 12-28-2009, 09:03 AM
  2. IP registro mail
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-20-2008, 08:11 PM
  3. HongKong Air Mail, Regsiter Air Mail Code
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-06-2008, 12:00 AM
  4. E-mail problem
    By the_neverhood in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-05-2004, 10:26 AM
  5. e-mail to fax conversion
    By sirhugh in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-16-2003, 06:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •