Hey, I'm using the API to subscribe users to a list, I set up the list to be "double opt in" so I'm expecting the list to send the user a confirmation email to confirm the subscription.
I'm using Postmark as my SMTP service, but that means I'm getting an error like:
ErrorCode: '400', Message: 'The 'From' address you supplied (noreply@listmonk.yoursite.com) is not a Sender Signature on your account. Please add and confirm this address in order to be able to use it in the 'From' field of your messages.'.
The issue is that it will use the default "from" address of my listmonk instance for that, as I run multiple services through that one listmonk instance I can't set a global "from" address. I've been looking through the API but I could not find a way for me to define the "from" address for subscriptions to a specific list. I've stumbled upon this issue #890 but it seems there's not really a solution for this problem.
Did something change since then or am I out of luck and should find a way to send the confirmation email manually, without using listmonk for that?
Happy for any pointers, thanks!
Hey, I'm using the API to subscribe users to a list, I set up the list to be "double opt in" so I'm expecting the list to send the user a confirmation email to confirm the subscription.
I'm using Postmark as my SMTP service, but that means I'm getting an error like:
The issue is that it will use the default "from" address of my listmonk instance for that, as I run multiple services through that one listmonk instance I can't set a global "from" address. I've been looking through the API but I could not find a way for me to define the "from" address for subscriptions to a specific list. I've stumbled upon this issue #890 but it seems there's not really a solution for this problem.
Did something change since then or am I out of luck and should find a way to send the confirmation email manually, without using listmonk for that?
Happy for any pointers, thanks!