Send notification emails to all linkback moderators for linkback request
@param recid
@param origin_url: URL of the requestor
@param linkback_type: of CFG_WEBLINKBACK_LIST_TYPE
"""
content="""There is a new %(linkback_type)s request for %(recordURL)s from %(origin_url)s which you should approve or reject.
"""%{'linkback_type':linkback_type,
'recordURL':generate_redirect_url(recid,ln),
'origin_url':origin_url}
html_content="""There is a new %(linkback_type)s request for %(record)s (<a href="%(recordURL)s">%(recordURL)s</a>) from <a href="%(origin_url)s">%(title)s</a> (<a href="%(origin_url)s">%(origin_url)s</a>) which you should approve or reject.