/[Frey]/trunk/lib/App/RoomReservation/Email.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/App/RoomReservation/Email.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1179 by dpavlin, Thu Jul 2 18:43:22 2009 UTC revision 1180 by dpavlin, Tue Jul 7 20:53:55 2009 UTC
# Line 30  sub send { Line 30  sub send {
30                          To => $to,                          To => $to,
31                          From => '"Room Reservation" <room-reservation@rot13.org>',                          From => '"Room Reservation" <room-reservation@rot13.org>',
32                          Subject => $subject,                          Subject => $subject,
33                            'X-Mailer' => __PACKAGE__,
34                            'MIME-Version' => '1.0',
35                            'Content-Type' => 'text/plain; charset=utf-8',
36                  ],                  ],
37                  body => $body,                  body => $body,
38          );          );

Legend:
Removed from v.1179  
changed lines
  Added in v.1180

  ViewVC Help
Powered by ViewVC 1.1.26