Good morning,
The video: https://www.youtube.com/watch?v=MaRXALQH2GI&t=178s is outdated.
The link form between the “email template” and the UI builder cannot be found. I attach photos for a better visualization of the problem.
Thank you.
Good morning,
The video: https://www.youtube.com/watch?v=MaRXALQH2GI&t=178s is outdated.
The link form between the “email template” and the UI builder cannot be found. I attach photos for a better visualization of the problem.
Thank you.
Hello, @Alvaro_Sanchez.
Sorry but I don’t see the problem on your screenshot here. Did you tried to send recovery letter to your email?
In what format do you receive your email?
Regards, Nikita.
The problem is that when you click confirm to send the email, it is not sent.
I’ll explain the steps I followed.
I have created a new email template:
I have created the structure to reset password:
In the UI builder logic of the confirm button:
And finally, in the value logic of the email input:
I await your response, Thank you.
Can you add some logs to see which one email is used, and look into the network(developer tools in your browser) to check if the request is sent?
The error is fixed, the problem is that I didn’t have the user I was trying to send the email to in the database. Sorry.
My current question is if I can do something to send the message created by me “Recovery Pass by Link”, instead of using the default message: “User Requests Password Recovery”
Do I correctly understand that you want to send your custom recovery password mail instead of default?
Yes, that’s what i want
You can just change the text of the message to what you need. I don’t understand what difficulties you are facing with this.
Regards, Nikita.
The problem is not changing the message text.
The problem is that I want to send a new message created by me. I have created a new email template.
I don’t want a message from the system templates to be sent. I want one of the custom templates to be sent.
And by default it sends me the default backendless message: “User Requests Password Recovery”
My question is how can I change it so that instead of selecting a system message template, a custom template is selected.
You can just change the title in default template. Change the message and this will be your custom mail with your title and your message.
Why don’t you want to do with this option?
If using the system template, can the language be changed to send the email in Spanish?
Also, how could I put the link I want?
It doesn’t allow me to modify the email body. It shows a forbidden symbol
If you want to send your custom email for password recovery you should to write your own custom cloud code and send custom email template with own substitution.
Ok. I send my custom email for password recovery. I wrote my email with link to change de password, but in the email I received the link does not appear as a link. Instead it appears as a text that cannot be clicked.
How can I make the email link appear in blue and clickable email?
I have the pro license and it doesn’t let me edit the message. It only lets me add text but it doesn’t let me access the top section where the bold, paragraph, system font is… There must be some restriction, which I don’t understand in the paid version.
Can you make a screenshot pls and send to this thread?
I have not yet received a response or solution to this problem.
Hello @Alvaro_Sanchez,
I see the tooltip that says “Reveal or hide additional toolbar items” when hovering over the control that reveals additional items upon clicking. Do you see this control?
Also, did you set up your custom API key for the TinyMCE editor? The API key should be located under the config/console/tinyMCEAPIKey
config path in your Consul. A default key starting with apcm...
is provided, but you need to replace it with your own key for the editor to function correctly.
You can obtain the API key here:
Regards,
Stanislaw