Not sure if this possible, I have a form that is submitted by a user with a user specific field, I want to send an email that contains that field.
Example Email:
Hello ** First Name **
Here is your promo code: ** Promo Code **
Or you can click on this link
http://domain.com/promocode/**Promo Code **
Thanks
I want the http://domain.com/promocode/**Promo Code ** to be a link not just a string.
Not sure if this possible, I have a form that is submitted by a user with a user specific field, I want to send an email that contains that field.
Example Email:
Hello ** First Name **
Here is your promo code: ** Promo Code **
Or you can click on this link
http://domain.com/promocode/**Promo Code **
Thanks
I want the http://domain.com/promocode/**Promo Code ** to be a link not just a string.
Theoretically it can be done, but it doesn’t work well in 1.2.0. Here is submitted issue on GitHub: https://github.com/mautic/mautic/issues/879