Commit e8f8af96 authored by Aurel's avatar Aurel

remove non generic part

parent 7f719af7
......@@ -80,12 +80,7 @@ else:\n
\n
subject = notification_message.asSubjectText(substitution_method_parameter_dict={\'mapping_dict\':mapping_dict})\n
\n
sender = portal.portal_preferences.getPreferredSenderSection()\n
if not sender:\n
raise ValueError(\'Preference not defined\')\n
\n
portal.portal_notifications.sendMessage(\n
sender=portal.restrictedTraverse(sender),\n
recipient=person_list,\n
subject=subject,\n
message=mail_text,\n
......
394
\ No newline at end of file
395
\ No newline at end of file
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