*

krallen

  • ***
  • 36 posts
"email_item_validation" Cancel e-mail sending.
« on: May 08, 2024, 05:31:38 PM »
Explanation:
Listing Settings >> Users have to validate their listings (selected)

but

Listings are activated by admin. That's why I don't want any confirmation emails to be sent to users.

i deleted validation link in "email_item_validation" mail. Currently, users are receiving an email stating that your ad will be approved by the administrator.

Admins approve members' postings. I want the item confirmation email sent to users to never be sent.

How can I ensure that the "email_item_validation" e-mail is never sent so that the e-mail is not spam?




Marked as best answer by krallen on May 10, 2024, 02:00:15 AM
*

MB Themes

Re: "email_item_validation" Cancel e-mail sending.
« Reply #1 on: May 08, 2024, 05:53:49 PM »
Not a best way as at the end of the day, activation is made for users, not for admins and there are ways to activate listing anyway.

To stop emails I woukd recommend to go to oc-includes/osclass/email.php, find related function and at start of function add
Code: [Select]
return false;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

krallen

  • ***
  • 36 posts
Re: "email_item_validation" Cancel e-mail sending.
« Reply #2 on: May 10, 2024, 02:03:05 AM »
Not a best way as at the end of the day, activation is made for users, not for admins and there are ways to activate listing anyway.

To stop emails I woukd recommend to go to oc-includes/osclass/email.php, find related function and at start of function add
Code: [Select]
return false;

Okay, done. Thanks