Project

General

Profile

Actions

Feature #13743

closed

code of sending email Redmine

Added by Adnen Mass almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid

Description

I want to send email from a local server (to "" ):

@nouvelle_remarque = Remarque.new
@nouvelle_remarque = Remarque.create(:project_id => @project.id ,
:version_id => params[:version] ,
:numero => params[:numero] ,
:phase => params[:phase] )
if @nouvelle_remarque.save
flash[:notice] ="ok" # ....... code of sending a new mail
else
flash[:error] ="ko"
end
thanks for help :-)

Actions #1

Updated by Dipan Mehta almost 11 years ago

Use forum for queries!

Actions #2

Updated by Etienne Massip almost 11 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Not the right site.

Actions

Also available in: Atom PDF