[Git][noosfero/noosfero][master] 2 commits: Fixes newsletter noreply email

Rodrigo Souto gitlab at mg.gitlab.com
Wed Jun 27 17:30:59 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
62ab4d3f by Matheus Richard at 2018-06-25T14:04:16Z
Fixes newsletter noreply email

- - - - -
c6c3da8c by Rodrigo Souto at 2018-06-27T20:30:56Z
Merge branch 'fix-newsletter-noreply-email' into 'master'

Fixes newsletter noreply email

See merge request noosfero/noosfero!1553
- - - - -


1 changed file:

- app/mailers/mailing.rb


Changes:

=====================================
app/mailers/mailing.rb
=====================================
--- a/app/mailers/mailing.rb
+++ b/app/mailers/mailing.rb
@@ -60,7 +60,7 @@ class Mailing < ApplicationRecord
         :content_type => 'text/html',
         :to => recipient,
         :from => mailing.generate_from,
-        :reply_to => mailing.person.email,
+        :reply_to => mailing.person.environment.noreply_email,
         :subject => mailing.generate_subject
       )
     end



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/8e906ba99b6058498acd70172da3c226f7680cef...c6c3da8c691f52ce5fffe39d93099afc0db3d7c6

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/8e906ba99b6058498acd70172da3c226f7680cef...c6c3da8c691f52ce5fffe39d93099afc0db3d7c6
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180627/53d3450e/attachment-0001.html>


More information about the Noosfero-dev mailing list