Registry / messaging / mailfactory

mailfactory

JSON →
library1.4.0rbrubygemsunverified

Simple module for producing RFC compliant mail that can include multiple attachments, multiple body parts, and arbitrary headers.

gem install mailfactory
INSTALL
IMPORT
SIG · MAILFACTORY
M
mailfactory
messagingrubyv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MailFactory
require 'mailfactory'

Creates a simple email message and prints its RFC-compliant string.

require 'mailfactory' mail = MailFactory.new mail.to = 'user@example.com' mail.subject = 'Hello' mail.text = 'This is the body.' puts mail.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
mailfactory — gem install mailfactory · libregistry