ruby / net-smtp

This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
Other
44 stars 30 forks source link

The mailfrom method's arguments restored. #59

Closed tmtm closed 1 year ago

tmtm commented 1 year ago

The argument for "mailfrom" was modified in #49, but since "mailfrom" is a public API, changes to its arguments should not be made solely for internal processing. Therefore, the arguments were reverted.