how to disable email sending code in localhost Ask Question
By       21-Oct-2024    1

how to disable email sending code in localhost?

Solution

Disable email sending code in localhost

   if (Request.Url.ToString().Contains("localhost")==false)
            {
                BusinessManager.SendEmail(ref eo);
                Response.Redirect("~/TryAgain/");
            }

Solutions


10134
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM