You need to define a smtp-config object showing what server to send email 
through:

https://docs.factorcode.org/content/word-smtp-config%2Csmtp.html

For example, configuring to use your GMail account:

https://docs.factorcode.org/content/article-smtp-gmail.html



> On Jan 19, 2019, at 4:57 PM, 楠本紀雄 (KUSUMOTO Norio) <kusum...@na.rim.or.jp> 
> wrote:
> 
> Hi all,
> 
> 
> When I input following words in a listener,
> 
> USING: accessors smtp ;
> <email>
>   "foo@baz" >>from
>    { "bar@baz" } >>to
>   "Pickup line" >>subject
>   "If I said you had a beautiful body, would you hold it against me?" >>body
> send-email
> 
> 
> this following error occurs
> 
> Generic word domain>> does not define a method for the POSTPONE: f class.
> Dispatching on object: f
> 
> 
> Inspector informs me:
> 
> Object:
> Class: no-method
> Object: T{ no-method f f domain>> }
> Summary: No suitable method
> 
> Contents:
> Key       Value
> "object"  f
> "generic" domain>>
> 
> 
> What's wrong?
> I'm using Factor 0.98.
> 
> 
> 
> --
> KUSUMOTO Norio
> 
> 
> 
> 
> 
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to