Module m_email_receive_recipient

Model for the e-mail recipient/handler administration.

Copyright © 2011 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Model for the e-mail recipient/handler administration.

Function Index

delete/4Delete an e-mail address.
ensure/4Ensure that there is a recipient for the notification.
get_by_recipient/2Lookup the recipient.
insert/4Insert a new e-mail address, return the created unique e-mail address.
install/1

Function Details

delete/4

delete(Notification, UserId, RscId, Context) -> any()

Delete an e-mail address

ensure/4

ensure(Notification, UserId, ResourceId, Context) -> any()

Ensure that there is a recipient for the notification

get_by_recipient/2

get_by_recipient(Recipient, Context) -> any()

Lookup the recipient

insert/4

insert(Notification, UserId, ResourceId, Context) -> any()

Insert a new e-mail address, return the created unique e-mail address

install/1

install(Context) -> any()


Generated by EDoc