-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending transactional e-mail to users who are not subscribers yet #1108
Comments
Hi @jarzi25. You've to register the user as a subscriber first. There's a pending PR that sends messages to unregistered users, but this requires some thinking before letting unregistered e-mails be processed. For instance:
|
Is there an automated way to send a welcome message? I mean that is a very common usecase, I would appreciate that without any external API or service. |
Not currently. We can consider a welcome mail feature for the next version. |
Please! :) |
I am not a big fan of a welcome message I m handling this a little different Each new subscriber to the list is manually added to a This works pretty well (beside this unsubscribe thing of a list the user is no longer part of, when the user eg clicks on the unsubscribe link months later) Br les |
Hello @knadh, any update on that PR? Would also be happy to contribute if you could point me to that PR. Thanks in advance. |
(cherry picked from commit e0473db7861b63d328be506542c340f2e95b6a03)
Add external transactional endpoint (knadh#1108)
Hi @knadh,
I was trying out the transactional e-mail API using the curl command documented here and it worked perfectly.
But when I tried to send an transactional e-mail to a user who is not a subscriber in listmonk then I started getting an error
{"message":"Subscriber not found"}
. I tried this to check if I can send a "Welcome" transactional e-mail to a new user who is not added as a subscriber yet.Is it possible to send an email to a user who is not a subscriber?
Thank you.
The text was updated successfully, but these errors were encountered: