Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    9
    Plugin Contributions
    0

    Default Central function or class for sending email?

    Is there a central mail class or function used to send all email? We're finding our server to be a little unreliable in terms of sending email, so we'd like to add some error checking and generally harden up the outgoing email process. Is there one block of code responsible for emailing, or am I going to need to hook the hardening measures onto individuals calls to mail()?

    Thanks!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Central function or class for sending email?

    /includes/functions/functions_email.php handles all the email building/preparation.
    /includes/classes/class.phpmailer.php handles all the communication with the mailserver
    /includes/classes/class.smtp.php handles additional communication if using an smtp server.

    v1.3.7 has some bugfixes included that may help with problems you're encountering with prior versions.
    .
    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.

  3. #3
    Join Date
    Aug 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Central function or class for sending email?

    Thanks very much!

 

 

Similar Threads

  1. Replies: 7
    Last Post: 17 Jan 2014, 03:45 PM
  2. Replies: 3
    Last Post: 28 Mar 2013, 01:55 PM
  3. Email Setting for sending through GoDaddy?
    By TheStyleGuru in forum General Questions
    Replies: 4
    Last Post: 8 Nov 2010, 06:04 PM
  4. Zen Cart not sending out CC email for orders
    By IFEELFROOSH in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 8 May 2008, 09:58 AM
  5. Using gmail for sending copy of an email.
    By oracleking in forum Basic Configuration
    Replies: 1
    Last Post: 11 Jul 2007, 09:35 PM

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