Newsfeed
Articles
Videos
Post
Blog
Asked Question
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/"); }
Enter an email address to invite a colleague or co-author to join you on socimo. They will receive an email and, in some cases, up to two reminders.