ec_sendmail_from_service

EveAndersson.com : API Browser : ec_sendmail_from_service

ec_sendmail_from_service

ec_sendmail_from_service email_to reply_to email_subject email_body \
    [ additional_headers ] [ bcc ]
Defined in tcl/ecommerce-email.tcl

Use this when you're sending out customer service emails. It's invoked just like ns_sendmail, except that the email will always be from the customer service email address. The reply-to field can be used for the perl/qmail service-345-9848@whatever.com email trick (but it doesn't have to be).

Note: one major difference from ns_sendmail: with ns_sendmail, putting a Cc header does not actually send an extra copy of the email; it just puts Cc: whomever@wherever into the header (and then you'd have to specify whomever@wherever in the bcc argument). This procedure does send the email to the Cc'd email addresses.

Parameters:
email_to
reply_to
email_subject
email_body
additional_headers (optional)
bcc (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com