Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on an application, our process is that when a new user signs up, s/he is added to list(contact list of email service provider) with tags like 'New', 'Trial User' etc, to easily identify user status and send them emails accordingly. These emails will be transactional emails. We also send some push notifications based on these tags.

What I have tried:

I tried MailChimp but when user is added via API, it automatically sends confirmation email to contact and contact does not appear in list until contact does not confirm subscription while it is available if we access it via API.

I hope you understood my scenario, now my question is that is there any email service provider that do not send confirmation/verification email to contact(email address added via API) and the contact appears in list.
Posted
Updated 30-Nov-20 5:31am
Comments
[no name] 30-Nov-20 9:35am    
Sounds like an anti-spamming policy.

1 solution

All major providers require confirmation to comply with anti-spamming laws.

If you operate your own server, most mailing list software will allow you to do what you are trying to do, such as GNU Mailman, LISTSERV, Majordomo etc.
 
Share this answer
 
v2

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