Hi Nathan,

I suggest you try:

config.action_mailer.default_url_options = {
  host: 'mydomain.com',
  protocol: 'https'
  ...
}



And also:

config.force_ssl = true


Warm regards,
Ignacio

El 07-12-2015 a las 17:42, Nathan Peters escribió:
> I am Rails 4.0.13 / Hobo 2.1.1
> 
> I will look into forcing SSL in the environment.
> 
> Presently I am working by building my own link with:
> 
>  <%= 'https://MYSITE/users/' + @user.id.to_s + '/activate_from_email/' +
> @key %>
> 
> ...instead of using the helper.
> 
> Thanks,
> Nathan
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/hobousers.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to