Iets betere logging (+timestamp) van immediate e-mails en SMS
svn path=/Website/branches/v5.4.4/; revision=23908
This commit is contained in:
@@ -153,6 +153,8 @@ function sendMLDorders(opdr_key)
|
||||
function puo_sendMail(adrTo, strSubj, strBody, params)
|
||||
{
|
||||
params = params || {};
|
||||
Log2File(1, "\n====== Sending e-mail (" + toDateTimeString(new Date()) + ")");
|
||||
|
||||
sendMail( params.FromAddress || S("puo_fromaddress") //p_mailfrom
|
||||
, adrTo
|
||||
, strSubj
|
||||
@@ -165,6 +167,7 @@ function puo_sendMail(adrTo, strSubj, strBody, params)
|
||||
// Vanuit ASP shared/send_sms.inc
|
||||
function puo_sendSMS(telnr, msg)
|
||||
{
|
||||
Log2File(1, "\n====== Sending SMS (" + toDateTimeString(new Date()) + ")");
|
||||
sendSMS( telnr, msg )
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user