diff --git a/templates/default/invite.mail.ep b/templates/default/invite.mail.ep index 4ed4caa..cc09c25 100644 --- a/templates/default/invite.mail.ep +++ b/templates/default/invite.mail.ep @@ -1,6 +1,7 @@ <% my $url = $self->url_for('/')->to_abs; $url .= ($url =~ m/\/$/) ? '' : '/'; + $url =~ s/^http:/https:/; %>

<%=l 'YOU_ARE_INVITED_TO_A_MEETING' %> diff --git a/templates/default/notification.mail.ep b/templates/default/notification.mail.ep index 55394b2..9e92f62 100644 --- a/templates/default/notification.mail.ep +++ b/templates/default/notification.mail.ep @@ -1,6 +1,7 @@ <% my $url = $self->url_for('/')->to_abs; $url .= ($url =~ m/\/$/) ? '' : '/'; + $url =~ s/^http:/https:/; %>

<%=l 'SOMEONE_JOINED_A_ROOM' %>