Commit 324d806d authored by Frank Bergmann's avatar Frank Bergmann

- batch changes - don't send email(?)

- CRM tracking - new report with daily activity
parent 1f1c56ce
Pipeline #97 failed with stages
......@@ -100,11 +100,7 @@ while {[regexp {(.[^\n]+)} $userlist match_fodder row] } {
}
if {[catch {ns_sendmail "$email" "$from" "$subject" "$sub_message"} errmsg]} {
ad_return_error "Mail Failed" "The system was unable to send email. Please notify the user personally. This problem is probably caused by a misconfiguration of your email system. Here is the error:
<blockquote><pre>
[ad_quotehtml $errmsg]
</pre></blockquote>"
return
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment