/[Frey]/branches/zimbardo/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 /branches/zimbardo/lib/App/RoomReservation/Email.pm

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

revision 1180 by dpavlin, Sun Jul 5 21:40:54 2009 UTC revision 1181 by dpavlin, Tue Jul 7 22:07:51 2009 UTC
# Line 30  sub send { Line 30  sub send {
30                          To => $to,                          To => $to,
31                          From => '<predavanje_psih@ffzg.hr>',                          From => '<predavanje_psih@ffzg.hr>',
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.1180  
changed lines
  Added in v.1181

  ViewVC Help
Powered by ViewVC 1.1.26