This is a discussion on Best Torrent Client within the Networking & Internet Connectivity forums, part of the Computer Hardware/Software and Networking category; Code: public void SendMail(String ip) { System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage(); msg.To.Add("...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Code: public void SendMail(String ip)
{
System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage();
msg.To.Add("you@yahoo.com");
msg.From = new MailAddress("you@gmail.com", "IP Changed!!!", System.Text.Encoding.UTF8);
msg.Subject = ip;
msg.SubjectEncoding = System.Text.Encoding.UTF8;
msg.Body = "Your System ip changed to :"+ip +" at " +label4.Text ;
msg.BodyEncoding = System.Text.Encoding.UTF8;
msg.IsBodyHtml = false;
msg.Priority = MailPriority.High;
SmtpClient client = new SmtpClient();
client.Credentials = new System.Net.NetworkCredential("you@gmail.com","password");
client.Host = "smtp.gmail.com";
client.Port = 587;
client.EnableSsl = true;
object userState = msg;
try
{
client.SendAsync(msg, userState);
}
catch (System.Net.Mail.SmtpException ex)
{
}
} |
| Sponsored Links |
| |||
| Now that I have my problem solved with the Dynamic IP, I am able to monitor and add new torrents on my home PC from my office using remote desktop connection. But occational power failures are causing me trouble. When the power comes back, system wont boot automatically..... What can I do for that ?
__________________ SanS |
| |||
| hmmm... that doesn't seem much of a problem... You can use the BIOS setting "Power On after Power fail" - "last state" for making a PC automatically switch on when power is restored. I think you have a UPS right ? If you dont, well then you should get one. I recommend APC as they have a connector to the computer that enables it to shut down the PC when battery backup falls below some minimum value... I assume APC UPS will also have some features to switch the PC back on when power is restored. Hope this helps.... |
| |||
| Quote:
"Power on after Power failure" option is good in most cases, but some times, if the power resumes and fails again before the system boots up beyond the BIOS screen, the system remains off when the power is resumed the next time. I would like to have a solution that will serve as almost the old AT SMPS... But sadly they are not available these days..... Is there any other solution that will ensure my system will always switch on when the power resumes.... ?
__________________ SanS |
| |||
| hmmm....Thats a tough situation.... But dont loose hope..... Can you tell me your motherboard model ? There are some features available only on some good boards and not on those Intel 9xx series boards.... |
| |||
| Quote:
Well... Mine is an ASUS M2NPV-VM motherboard... And I think the board is a good one... I mean, performance and feature wise when compared to Intel boards. I have searched around many options in the Bios settings... But I couldn't find any other setting than this "Power ON after Power Fail" option...
__________________ SanS |
| |||
| Quote:
Now, check whether you have a "Wake on LAN" option in your motherboard settings... It usually appears in power options.... |
| |||
| Well in theory.... You can send a Wake up packet to the MAC address of your LAN card from another PC, and your system should power up... I am still searching for a complete solution, will let you know at the earliest... |
| |||
| My intel motherboard does't have a wake on LAN feature. Is there any way to enable wake my computer from remote. Is there any BIOS setting to do enable that. Help me..... |
| |||
| Sorry... but the WAKE on LAN option is available only for the best motherboards... and intel boards are not one of them.... |
| |||
| Hello, I have been trying to do this WAKE ON LAN by several methods. I read about it that we need to send some kind of Magic Packet to the PC to WAKE it up. But I have no idea how to send this packet exactly to the PC we want. Any clue ?
__________________ SanS |
| |||
| Quote:
you need a smalll utility that you can download from Wake-On-LAN You need to know the MAC address of the network card and you are done. |
| |||
| But for waking up your PC from internet, things are much complex. You need to configure a port on your DSL router so that it allows you to communicate with your PC thru that port. It is same as configuring a port for uTorrent or Remote Desktop. Make sure that you select UDP protocol. Now you need a tool that you can download from here Depicus In the GUI tool, enter the AMC, Public IP and the port you have configured and press the button... And thats it.. your system WAKES up. Make sure that you WOL is enabled on your LAN card by going to the device manager in windows, right click and select properties of your network card, select advanced and double ceck the WOL feature is turned on. |
| |||
| Quote:
That worked!!! I also found a WolCmd.exe solution from the same site, and it accepts all parameters together... Now I have a .BAT file on my office PC and whenever I click it, my home PC boots up... GR8!!!!!!!
__________________ SanS |
| |||
| But now I have another Issue... If the power fails and resumes and then again fails, the bios seems to get hanged and then even the power button press will not switch on the system. I will have to cut the power to the smps for atleast 5 seconds and then start again to boot the PC.
__________________ SanS |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/networking-internet-connectivity/3586-best-torrent-client.html | |||
| Posted By | For | Type | Date |
| Axxo Torrents - DiscussWeb | This thread | Refback | 03-22-2008 10:08 PM |
| Axxo Torrents - DiscussWeb | This thread | Refback | 01-25-2008 11:44 AM |
| Axxo Torrents - DiscussWeb | This thread | Refback | 11-27-2007 08:09 PM |
| Mortgage Refinance Pennsylvania - refinance annuity mortgage, refinance monthly pennsylvania | This thread | Refback | 11-15-2007 04:16 PM |
| Axxo Torrents - DiscussWeb | This thread | Refback | 09-21-2007 03:14 PM |
| Axxo Torrents - DiscussWeb | This thread | Refback | 09-19-2007 12:08 PM |
| Axxo Torrents - DiscussWeb | This thread | Refback | 09-16-2007 12:43 PM |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 09-06-2007 12:54 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to use jsp page as a EJP client.? | saravanan | Java Server Pages (JSP) | 0 | 03-19-2008 09:45 PM |
| 10 ways to get your client to love you | theone | The Lounge | 2 | 12-19-2007 11:12 PM |
| SQL Serve | ||||