Anyone write anything in ruby for interfacing with SMTP – above and beyond
what is built in. I’d like to make my (and Martin Demello’s) silly bbs
program talk to the outside world…
I’d like users to automatically have SMTP mailboxes created by sendmail
when they set up an account, and interface external mail with the systems
internal mail.
Anyone write anything in ruby for interfacing with SMTP – above and
beyond what is built in. I’d like to make my (and Martin Demello’s)
silly bbs program talk to the outside world…
I’d like users to automatically have SMTP mailboxes created by
sendmail when they set up an account, and interface external mail
with the systems internal mail.
Can anyone point me in the right direction?
Both RubyMail and TMail can deal with email messages from Ruby
(disclaimer, I wrote RubyMail).
I’m not exactly sure what you mean by your second paragraph, since
SMTP is a network protocol for transferring mail, not a format for
storing it in a mailbox. My guess though is that you’ll have to write
some Ruby code using RubyMail or TMail to get what you want done.
Anyone write anything in ruby for interfacing with SMTP – above and
beyond what is built in. I’d like to make my (and Martin Demello’s)
silly bbs program talk to the outside world…
I’d like users to automatically have SMTP mailboxes created by
sendmail when they set up an account, and interface external mail
with the systems internal mail.
Can anyone point me in the right direction?
Both RubyMail and TMail can deal with email messages from Ruby
(disclaimer, I wrote RubyMail).
I’m not exactly sure what you mean by your second paragraph, since
SMTP is a network protocol for transferring mail, not a format for
storing it in a mailbox. My guess though is that you’ll have to write
some Ruby code using RubyMail or TMail to get what you want done.