If you are using Umbraco Froms version 6.0.0+ we now include a new Workflow 'Send email with template (Razor)' that allows you to pick a Razor view file to send out a pretty HTML email for form submissions. We include an example email template for you to look at and understand how it works found at /views/partials/forms/emails/
No, not yet. I'm used to develop with Laravel, they have a markdown mail integration. For faster development I'm switching to Umbraco and I'm loving it, but still looking for a solution. You have to buy forms in Umbraco I guess?
About which emails are you talking. Emails that are sent automatically by Umbraco (for example inviting a new user in 7.7.), or emails from your code. We've developed a package where you can edit your emails and the layout in Umbraco. Also you could insert tags that you can fill with values from your code. Furthermore you get a workflow to extend Umbraco Forms, so it can send emails via the package.
Mail templates
Hello,
Is there any way you can send an email with a custom layout/design? Should be in HTML and centered but default it's just text or am I wrong?
Kind regards,
Benoit
Hi Benoit
If you are using Umbraco Froms version 6.0.0+ we now include a new Workflow 'Send email with template (Razor)' that allows you to pick a Razor view file to send out a pretty HTML email for form submissions. We include an example email template for you to look at and understand how it works found at /views/partials/forms/emails/
Read more - https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Email-Templates/
Kind regards,
Alex
Hi Benoit
Did you find a solution?
Alex
Hello Alex,
No, not yet. I'm used to develop with Laravel, they have a markdown mail integration. For faster development I'm switching to Umbraco and I'm loving it, but still looking for a solution. You have to buy forms in Umbraco I guess?
Kind regards,
Benoit
Hi Benoit
Yes Umbraco forms is a licensed package and so does have a cost.
For smaller sites the additional cost can be hard to justify, but the payoff comes when you don't need to spend hours building a custom solution.
Cheers, Nigel
Hi Benoit,
About which emails are you talking. Emails that are sent automatically by Umbraco (for example inviting a new user in 7.7.), or emails from your code. We've developed a package where you can edit your emails and the layout in Umbraco. Also you could insert tags that you can fill with values from your code. Furthermore you get a workflow to extend Umbraco Forms, so it can send emails via the package.
You can find it here; https://our.umbraco.org/projects/backoffice-extensions/perplexmail-for-umbraco/. It's completely free and it comes with one or two default templates.
Hope it helps, Jeffrey
Hello Jeffrey,
It's about sending mails from my code, I'll take a look at Perplexmail, thanks for your answer.
Kind regards,
Benoit
is working on a reply...