ProtoObjectObjectWAPresenterWAComponentWAEmailConfirmation
| body | from | notice | subject | to |
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| body |
|---|
| from |
|---|
| notice |
|---|
| subject |
|---|
| to |
|---|
| as yet unclassified |
|---|
| body: aString |
body _ aString |
| from: fromString |
from _ fromString |
| notice: aString |
notice _ aString |
| renderContentOn: html |
| url | url _ html urlForAction: [self answer]. self sendMessageWithUrl: url. html divClass: 'notice' with: notice |
| sendMessageWithUrl: urlString |
SeasidePlatformSupport deliverMailFrom: from to: (Array with: to) text: (urlString, ' ', body) |
| subject: aString |
subject _ aString |
| to: toString |
to _ toString |