Prev | Next | mainResponder Verbs > mainResponder.members > sendMail |
mainResponder.members.sendMail
Syntax |
mainResponder.members.sendMail (mailaddress, adrmemberstable)
|
Params |
mailaddress is the address of a current or prospective member. adrmemberstable is the address of the membership table.
|
Action |
Creates the member table and the password if neccessary, and sends an email message to mailaddress containing the associated password.
|
Returns |
True.
|
Examples |
mainResponder.members.sendMail ("andre@userland.com", "default") » true
|
Errors |
If the openToPublic setting in the membership table is false, the member's table must already exist and must not already contain a password. Otherwise an error message is generated.
|
Notes |
Detailed information about mainResponder's membership group format is available from the Frontier Site.
|
See Also |
mainResponder.members.validMailAddress mainResponder.members.checkMemberShip
|
Prev | Next | mainResponder Verbs > mainResponder.members > sendMail |