carioca Chevereto Member Aug 6, 2018 #1 como enviar emails para usuarios com novas postagens no portal? how to send emails to users with new posts on the portal? it's possible???
como enviar emails para usuarios com novas postagens no portal? how to send emails to users with new posts on the portal? it's possible???
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Aug 6, 2018 #2 No, you have to use third-party software for that.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Aug 7, 2018 #4 ... Get the emails with this: SQL: SELECT user_email FROM chv_users WHERE user_email IS NOT NULL AND user_newsletter_subscribe = 1; From there you can import that list in the email software you want to use.
... Get the emails with this: SQL: SELECT user_email FROM chv_users WHERE user_email IS NOT NULL AND user_newsletter_subscribe = 1; From there you can import that list in the email software you want to use.