Ticket #1973 (closed enhancement: fixed)

Opened 7 years ago

Last modified 7 years ago

Use MIME module for all email

Reported by: cjg Owned by: cjg
Priority: unset Milestone: EPrints 3.0 beta 1
Component: - Version:
Severity: normal Keywords:
Cc:

Description

We should shift over to using the Perl MIME module for all email - I think it would fix our outgoing encoding issues.

Also HTML mail would be nice, and easy to do due to the fact that we pass emails to the mailer in simplified XHTML.

Change History

Changed 7 years ago by tmb

Could we also support email attachments (straightforward in the MIME::Lite module)?

So as well as the current EPrints::Utils::send_mail, we implement EPrints::Utils::send_mail_with_attachments.

See cgi/users/respond_doc, sub send_mail_with_attachments (Note I've also used LWP::MediaTypes? to guess the MIME type of each attachment).

Changed 7 years ago by cjg

is this done?

Changed 7 years ago by cjg

is this done?

Changed 7 years ago by cjg

  • status changed from new to closed
  • resolution set to fixed

yup. it's done.

Note: See TracTickets for help on using tickets.