*

Demark

  • **
  • 26 posts
Get Email Addresses
« on: October 14, 2022, 06:02:46 PM »
Hello members, How can i collect (get) email addresses of the users on my website? users not registered. i need the email id's for email marketing.

*

MB Themes

Re: Get Email Addresses
« Reply #1 on: October 14, 2022, 10:15:56 PM »
You know anyone that would sign in for newsletters? That is something that could work around 2010
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Demark

  • **
  • 26 posts
Re: Get Email Addresses
« Reply #2 on: October 15, 2022, 06:16:37 AM »
I want to let my existing users know about my new website.

*

MB Themes

Re: Get Email Addresses
« Reply #3 on: October 15, 2022, 07:47:42 AM »
For those users you can export mails from t_user table.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Own Petz

  • ****
  • 171 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: Get Email Addresses
« Reply #4 on: October 26, 2022, 04:27:16 PM »
Hello , can you please tell me how to solve this "Email address has been found in plain text"

please check the screenshot. I want to show both email in clickable link . I have tried but i am not able to do that . Please tell me the solution. 
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com

*

MB Themes

Re: Get Email Addresses
« Reply #5 on: October 26, 2022, 06:00:24 PM »
Best way is to edit footer.php and add there your own code/replace existing.
Theme prints it as text only
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Demark

  • **
  • 26 posts
Re: Get Email Addresses
« Reply #6 on: October 26, 2022, 06:23:50 PM »
For those users you can export mails from t_user table.
Can you please tell me where can i find (t_user table)

*

MB Themes

Re: Get Email Addresses
« Reply #7 on: October 26, 2022, 06:40:35 PM »
In database
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Own Petz

  • ****
  • 171 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: Get Email Addresses
« Reply #8 on: October 26, 2022, 08:10:35 PM »
Best way is to edit footer.php and add there your own code/replace existing.
Theme prints it as text only

Ok. Thanks for reply.
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com

*

Own Petz

  • ****
  • 171 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: Get Email Addresses
« Reply #9 on: October 28, 2022, 09:41:06 AM »
Best way is to edit footer.php and add there your own code/replace existing.
Theme prints it as text only


Hi, I have changed these 2 lines in footer.php and its now working .. can you please tell me I have done right??


change

<span><?php _e('Email', 'delta'); ?>:</span><strong><?php echo del_param('site_email'); ?></strong>

to

<span><?php _e('Email', 'delta'); ?>: <a href="mailto:[email protected]">[email protected]</a></strong>

and change

 <li><?php _e('Email', 'delta'); ?>: <?php echo del_param('site_email'); ?></li>

to

<li><?php _e('Email', 'delta'); ?>: <a href="mailto:[email protected]">[email protected]</a></li> 

OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com

*

MB Themes

Re: Get Email Addresses
« Reply #10 on: October 28, 2022, 12:48:46 PM »
Yes that's correct 8)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Own Petz

  • ****
  • 171 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: Get Email Addresses
« Reply #11 on: October 28, 2022, 08:04:02 PM »
Ok. Thanks.
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com