sending email
This commit is contained in:
parent
8cf006e125
commit
80dee7f4e7
12 changed files with 339 additions and 35 deletions
|
@ -150,7 +150,7 @@ class WebmailController < ApplicationController
|
|||
|
||||
# delete temporary files (attachments)
|
||||
@mail.delete_attachments()
|
||||
return render("webmail/webmail/mailsent")
|
||||
render :action => "webmail/mailsent"
|
||||
elsif operation == _('Add')
|
||||
@mail = create_mail
|
||||
attachment = CDF::Attachment.new(@mail)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue