What are "messages"?
how to send message to 5000 users in Laravel
how to send messages to 5000 users in Laravel. Laravel which feature I can use and solve this problem?
@tykus notification related message
@developer alamin okay...? But what format; email, Slack message, toast? What are you actually trying to achieve; describe the user story?
@tykus Okay Now i will clear . Suppose I have emcommerce website which have 5000 customer . So now i want to send my e-commerce website marketing related message each customer . (Example:I have product iPhone which have discount price . No i want to told this news in 5000 customer at a time) . How to solve that ?
@developer alamin using a service that is purpose-built for email marketing campaigns, e.g. Mailcoach, CampaignMonitor, ConvertKit or similar.
You really don't want to be doing this from your own server.
@developer alamin If you want to send only notifications I think you can you firebase. @snapey what do you think about it? Is it good or bad. If it's bad so please tell me why?
@amitsolanki24_ No not firebase, you need a provider for e-mail marketing. See the last reply from @tykus he gave some examples.
Since this might otherwise be considered 'spam' you need a provider that handles this and allows users to unsubscribe etc. Also, don't risk getting your regular transactional email to be blacklisted because of too many spam complaints.
@Snapey so what should we do to avoid spam?
@amitsolanki24_ It's not just about avoiding spam; it's also about ensuring that your emails are not marked as spam. This can significantly impact the deliverability of your emails and may even result in your email server's IP being blacklisted.
@amitsolanki24_ use a reputable provider and make sure you add their settings such as spf and dkim to your DNS.
Personally I prefer Postmarkapp.com but they are not as long in the marketing game as sendgrid or campaign monitor or mailchimp
Please or to participate in this conversation.