SAW
Member
I need a bit of clarification about how this command works.
When I set it to “true” I still get 2 emails:
Email 1)
Your unsubscribe request confirmation
Email 2)
X has unsubscribed from
I would think that Email 1 would not go out (when set to “true”.)
But it still does.
Pease advise how $unsub_silent works with true/false
To be honest, I do not see a difference when I toggle true/false.
We Run on MySQL. MLM 3.1.7
I ask for a few reasons:
A)
Because we are are now using SMTP.com as our relay service. Every email that passes that server counts towards our monthly quota. That is not that big of a deal for the number of Unsubscribes. Except, on inspection each unsubscribe is an extra 2 emails counting against the quota.
B)
I am wondering if SMTP if sending the same “confirmation email” over and over every month - and having it associate with our dedicated IP - is a bad thing, or no big deal. Each month the e-newsletetr changes, but the confirmation emails might build up to flag our server.
C)
Do these Unsubscribe Confirmation Emails have a negative affect on the user? Or do users like the positivity of confirmation?
What are your thoughts?
Code:
$unsub_silent = true; // Unsubscribe without notification email
Email 1)
Your unsubscribe request confirmation
Email 2)
X has unsubscribed from
I would think that Email 1 would not go out (when set to “true”.)
But it still does.
Pease advise how $unsub_silent works with true/false
To be honest, I do not see a difference when I toggle true/false.
We Run on MySQL. MLM 3.1.7
I ask for a few reasons:
A)
Because we are are now using SMTP.com as our relay service. Every email that passes that server counts towards our monthly quota. That is not that big of a deal for the number of Unsubscribes. Except, on inspection each unsubscribe is an extra 2 emails counting against the quota.
B)
I am wondering if SMTP if sending the same “confirmation email” over and over every month - and having it associate with our dedicated IP - is a bad thing, or no big deal. Each month the e-newsletetr changes, but the confirmation emails might build up to flag our server.
C)
Do these Unsubscribe Confirmation Emails have a negative affect on the user? Or do users like the positivity of confirmation?
What are your thoughts?