Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to provide the service of sending promotional emails in my application and I thought of using the Mailchimp website, but I found that its cost is high. Can I provide the features of the Mailchimp website in my application by building these features from scratch ( write code), and if you decide to build from scratch, what are the disadvantages of this?

What I have tried:

I want to provide the service of sending promotional emails in my application and I thought of using the Mailchimp website, but I found that its cost is high.
Posted
Updated 11-Jun-22 22:30pm

Yes, you can.
Disadvantages? Well, that depends - just like any other software. If you don't know how to do it, then there will be a significant learning curve to work your way through and that will make developing an in-house solution a long process.
Testing and debugging will also take significant time, and may need a lot of special email addresses to make it possible to confirm that it worked.
Storage of target information in a GDPR compatible manner, identification of targets, ensuring you don't annoy existing clients but overloading them with offers, statistical analysis of offer / take up ratios, all these things will take time to implement.

And of course, setting up your own email server to send them as most online ISP email systems block or severely throttle bulk emails.

We can't say "do this" as we have no idea how well setup you ar efor a task like this!
 
Share this answer
 
Comments
Member 15670442 12-Jun-22 16:15pm    
Thank you this was very useful for me
OriginalGriff 12-Jun-22 16:37pm    
You're welcome!
For an open-source alternative, see: open-source-self-hosted-mailchimp-alternatives[^]
 
Share this answer
 
Comments
Member 15670442 12-Jun-22 16:16pm    
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900