I want to create a webmail like yahoo or gmail ? in which people can send email to yahoo and gmail and receive emails also ? at the same time i want that i can customize the css . I have heard of telerik webmail but the demo and the source code downloaded does not allows us send email .. .
i just started learning of .NET using C#. i m working on Webmail Project. My Requirement is develop a webmail service for an internal organization in which u can send email to any domain and recieve as well as.first i need beginer training so i can send mails at simple level. currently m not able to send mails using smtp server and how to configure it.
I am making a simple contact us page for myslef as whomever wants to contact me can contact me on my gmail or at yahoo.com my
[Code]...
[IMG]http://i40.tinypic.com/2yufwhl.jpg[/IMG]Whenever i run this code it gives me the following error [IMG]http://i39.tinypic.com/2roglja.jpg[/IMG]Language-VS2008 ASP.NET(C#)i simply want all these details which are filled by anyone should come to my mail.
I want to get all contact list of email from Gmail, Yahoo or Hotmail in the ASP.NET and C#.
Instead of enter username and password on my page (and call the API for authentication), I am thinking to redirect to Gmail, Yahoo and Hotmail respectively for authentication (is it something called oAuth?) and authorization (consent) ?
It should redirect back to my page with all the contact list.
I want to find contact list of yahoo mail using user name and password.For example i give user name and password and it will give contact list in any format like excel or word...
I want to make a email service project like gmail, yahoo with small feature. I am unable to understand from where i start it. Can you provide me the complete detail to start this project.
Is it possible to use credentials from a Webmail account such as Yahoo, Mail, Techemail, etc. for sending emails from within my webpage? I have a webmail account with Techemail.com and Yahoo. Instead of using my hosting SMTP credentials, I wish to use Techemails or Yahoos. I found an example using Yahoo's SMTP/POP information and tried to emulate it in my webpage but I keep getting the "Failure sending mail" error. Not sure what I'm doing wrong. Here is my code below.
Imports System.Net.Mail Private Sub FormatEmail() Try Dim [to] As String = txtEmailAddress.Text Dim [from] As String = "myEmail@techemail.com"
I'm a learner..i like to create a program like gmail or any other mail service provider like yahoo..outlook..how to create a program using tree view control?
I want to create a web page with a table on top and a scrollable panel. Similar layout to yahoo mail inbox page (list of inbox messages on top and the panel displaying details). Further more, the table displays general information list and the panel displays a list of detail records. when a user clicks a table row, the panel is going to jump to the specific detail row, similar to html anchors. Do you know how to implement this?
I need to create a simple blog feature for my website. I have created a form that writes to an XML File, i now need to be able to display this file in a blog style, and possible add comments.
I want to create a new module in DNN (VB) ... that;
1. does not use DAL or DAL+ 2. has only one view.ascx control 3. It has to be a compiled module
I do not need DB connectivity and any bells and whistles just one view control. I thought it would be simple but googling for a day now and it seems very complicated.
I have the development environment already set up with;
1. DNN Starter kit 2. VS 2008 3. SQL server 4. DNN up and running in IIS 5. the project builds successfully
If anyone knows a way I can build a module using the DNN Dynamic Module Template in VS 2008 and then strip off the DAL and all the unnecessary layers and extra controls until I have only a working view.ascx that just prints out "Hello World!" to the screen ...
I'm looking to create a simple watermark on the fly for an image, taking one image (JPEG) and adding some text to it on the BOTTOM of the image in white, with a solid black background right across the bottom. haven't been able to find anything that does it on the bottom of the JPEG.
i need to create a simple package that will: 1. insert a data to table A2. get the identity_scope3. insert multiple rows to table B with the id from table Ai created one, but it only does bulk insert, so i want to redo it again.
I need to build up a List<object> and cache the list and be able to append to it. I also need to be able to blow it away easily and recreate it. What is a simple way to accomplish this?