You don't say which docs you got this example from, but this does not
match the examples in net/smtp.
I downloaded the one-click installer and I have that in my docs. Not
exactly, since my stuff is in there.
You need to specify a hostname to attach to.
In the meantime, I found the answer as well. : )
···
On 07 Apr 2005, at 05:44, sigzero@gmail.com wrote:
> smtp.sendmail( msg, 'to_addr', ['frm_addr'] ) # these had actual
> values
> end
>
> ArgumentError: wrong number of arguments (0 for 1)
> from (irb):4:in `start'
> from (irb):4