You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a text and HTML template, I have a couple of instance variables but when the email is sent the variables aren't replaced by their value they stay like that #{@name_of_the_variable}.
I created a text and HTML template, I have a couple of instance variables but when the email is sent the variables aren't replaced by their value they stay like that
#{@name_of_the_variable}
.My class is like that:
Here is my text template, couldn't be simpler:
I won't show my HTML template it's way too big. And I don't think it matters as the issue also involve the text template.
So when the email is sent, I receive the email like that:
Not, with the actual values.
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: