mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 11:14:31 -04:00
@@ -5,4 +5,5 @@
|
||||
|
||||
%p You can confirm your account email through the link below:
|
||||
|
||||
%p = link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
|
||||
%p
|
||||
= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
|
||||
|
||||
@@ -66,5 +66,13 @@ module Growstuff
|
||||
g.template_engine :haml
|
||||
g.stylesheets false
|
||||
end
|
||||
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
config.action_mailer.sendmail_settings = {
|
||||
:location => '/usr/sbin/sendmail',
|
||||
:arguments => '-i -t',
|
||||
:openssl_verify_mode => 'none'
|
||||
}
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user