The drag and drop part is not working for me, Firefox, macOS. I can click on the elements on the left and they will pop up, but I am not able to drag them onto the email.
although the name says 'drag and drop', it's not truly that. you click on any column in the designer and then select the component (heading, text, image, etc) in the left panel. you can then move components up and down using the arrows. we found this approach simpler than drag and drop, especially when designing long emails. let me know if drag and drop is something thats an absolute for you. we can bring it back.
Show HN: Sendune – open-source HTML email designer
91–100 of 100 posts
Re: Show HN: Sendune – open-source HTML email designer
#92Does anyone here use Foundation for Emails? - I found it to be pretty good (circa 2020) but the code it produced still needed some tweaks to display images correctly in Outlook for Windows.
Re: Show HN: Sendune – open-source HTML email designer
#93Earlier quoted context omitted.
I think it's distinctly uncool that this was published as open source. OP should charge money from all the swines that will use the software, including people like me.
go ahead and feel free to use it. that is what we intended it for.
Re: Show HN: Sendune – open-source HTML email designer
#94Anyone who has touched HTML emails knows the devilry involved. Kudos for developing and open sourcing this! Excited to try it out for my newsletter.
You're being too kind if anything. Whilst trying to bash HTML emails into something acceptable I questioned if my life wouldn't better have been spent as a monk in Tibet.
Re: Show HN: Sendune – open-source HTML email designer
#95I was just briefly searching for something like this the other day; will check it out. Thanks!
Re: Show HN: Sendune – open-source HTML email designer
#96Re: Show HN: Sendune – open-source HTML email designer
#97Is that possible?
Re: Show HN: Sendune – open-source HTML email designer
#98Earlier quoted context omitted.
go ahead and feel free to use it. that is what we intended it for.
I'm super down voted by open source enthusiasts who want free stuff, but I really think you should charge for this software. It's only going to be used by businesses, so they should pay for it. You wouldn't go to your local McDonald's and offer to work for free for them all day, would you?
Re: Show HN: Sendune – open-source HTML email designer
#99Is there some documentation on how to integrate it into a different web app? I would really like to open a template that is stored in the database and handle sending the mail, "exporting" (rename it to "save"), etc. Is that possible?
You can integrate your api call in the exportHtml() method to save it to your database. And you can load the same template into the component by providing it to [template].
ex:
Re: Show HN: Sendune – open-source HTML email designer
#100How does this compare to something like resend?
Is this a genuine question? I dont want to be rude but I dont understand how are you asking this? Just in case it is a genuine question: - This is a tool for designing/creating emails - they say in the title of this post "Open source HTML email designer" - Resend is a tool for sending emails: "Deliver transactional and marketing emails at scale" this is from the hero of resend homepage I dont know any of them, just o…