Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31
  1. #21
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to Create an additional Custom Email?

    I've just tested the changes I've suggested in this thread, and (after making the EMAIL_TEXT_CC_MSG change mentioned in my last post) it works just fine for me both on my localhost setup and on live server.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #22
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: How to Create an additional Custom Email?

    I actually made the change from "We're" to "We are" even before I started testing it (knowing a tiny bit about how (') can affect coding.

    Anyway, it still doesn't work for me . Whenever I use "AddBCC" I get the mail transport error, when I change that to "AddCC", I don't get the error but I also don't get cc'd on the store email address.

    I'm using zencart 1.3.8a. Is there another way around this? I cringe on thinking I have to test this on a live site to see if it is a problem only with the local host....

  3. #23
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: How to Create an additional Custom Email?

    Incidentally, I also tried adding that code on sending a BCC for emails sent to customer and I get the same error there on mail transport.

  4. #24
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: How to Create an additional Custom Email?

    PROBLEM SOLVED!

    Thank you for bearing with me Dr. Byte!! I figured out what the problem was. My local host setup mail transport was set to PHP which worked fine for all other emails going out and in but apparently it disliked the AddBCC function so I had to switch this to SMTP and set the local mail server setting and it worked!

    Thanks to your help!!

  5. #25
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: How to Create an additional Custom Email?

    One last question before I test this on live site. My live site all uses default PHP. I'm using a linux host godaddy, does this mean I have to switch all of these to SMTP for the codes to work?

  6. #26
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to Create an additional Custom Email?

    Quote Originally Posted by Decostyle View Post
    I'm using a linux host godaddy
    Lucky you

    Quote Originally Posted by Decostyle View Post
    does this mean I have to switch all of these to SMTP for the codes to work?
    What do you mean "switch all of these"?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #27
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: How to Create an additional Custom Email?

    Right now my live site on linux is set to PHP email transport. Do I have to change this to SMTP for the codes to work?

  8. #28
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to Create an additional Custom Email?

    You'll only know by testing.

    My testing works fine using PHP mode. But the appropriate transport method for your unique server will be specific to your server's configuration.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #29
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: How to Create an additional Custom Email?

    Well, took the leap and tested on live site. Turned out I didn't have to change anything on the email transport on live site even though it says PHP on the mail transport.

    Wonder why your local host testing works on PHP and mine doesn't? I use Windows XP and XAMPP for server. All the test mail mode works well except for when I added the AddBCC mode then it suddenly failed to deliver until I changed it to SMTP.

    But the live site worked fine.

    Thanks again Dr.Byte!!!

  10. #30
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to Create an additional Custom Email?

    Might be something in your local mailserver software which won't allow you to send BCC emails without first authenticating yourself, perhaps as a spam-protection or relay-protection measure.
    IMO localhost mailserver software is at best only a general approximation of how things "might" work in a real-world situation. Mailservers on live webservers are usually configured with a LOT more precision and care, and designed to work with real-world situations, not the hypothetical ones created by standalone "pretend" webservers running on local PCs. There are many specialized skills required for properly configuring and running a "real" webserver which most of us never get into (and probably shouldn't bother with), and email is an especially delicate one.

    For your bedtime reading, check out this page and the various links in the main article: http://www.zen-cart.com/wiki/index.p...Email_Problems
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v151 How to make a custom HTML create account confirmation email
    By abdulpatesh in forum General Questions
    Replies: 1
    Last Post: 1 Dec 2015, 07:06 PM
  2. Create Custom Page with Email Form
    By bparker in forum General Questions
    Replies: 2
    Last Post: 17 Jan 2014, 05:54 PM
  3. v151 Create custom mass-email script
    By strelitzia in forum General Questions
    Replies: 6
    Last Post: 16 Mar 2013, 04:48 PM
  4. Replies: 5
    Last Post: 9 Aug 2012, 09:57 PM
  5. How to create additional product listing filters?
    By kwright in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Sep 2011, 01:31 AM

Posting Permissions

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