websites.factorcode: Fix email example.
parent
43e4cf8754
commit
eecfe7b60b
|
@ -27,7 +27,7 @@ rectangle new 10 >>width 20 >>height area .
|
||||||
----
|
----
|
||||||
USING: accessors smtp ;
|
USING: accessors smtp ;
|
||||||
|
|
||||||
<email>
|
<email>
|
||||||
"john@foobar.com" >>from
|
"john@foobar.com" >>from
|
||||||
{ "jane@foobar.com" } >>to
|
{ "jane@foobar.com" } >>to
|
||||||
"Up for lunch?" >>subject
|
"Up for lunch?" >>subject
|
||||||
|
|
Loading…
Reference in New Issue