Web Based Email System Like Hotmail
I have been looking for some time now, for a web based email system like hotmail, where we can set it up on our LAN. Have found some but all are a bit expensive ,would like to find as free ASP script if possible.
View Replies
ADVERTISEMENT
I am currently developing a final year project which is a web based
tracking system tracking exam questions. I am using IIS as the
server, MS access for the database, and ASP with VBScript for the
scripting side of things.
One of the things I want to do would be to e-mail a user/moderator
whenever a exam question is edited/completed/updated. does anyone have
any previous expierence in this? i don't even know where to start.
View Replies
View Related
i was wondering if there's a way i could import email address from your yahoo/hotmail account into your .asp address book.
View Replies
View Related
Anybody knows any ASP site or code to check if an user inserts a free email account (hotmail.com, yahoo.com...) detect it?
View Replies
View Related
I am trying to create a system where an ASP page asks a question from a database, for example:
Is it an animal, vegtable or fruit? Dependent on the users answer, the next question asked would be based on the answer, for example:
If animal is selected the question would be: Does it have legs? If fruit is selected the question would be: Is it round? And so on. Does anyone know how this can possibly be done?
View Replies
View Related
Our organization's web site requires a lot of content updates. I like to develop a browser based content management system in asp. I like to show my end users
exactly live format of our web site into edit mode so that they can just go there and change the text, or text within a table, or change a link. Is there any ASP component that can help me to develop this?
View Replies
View Related
I currently have a web-based email for my site for users. Is there any way that I can make this so that it can be accesable from Outlook Express? It would have to call the database for the emails.I would need it written in ASP.It also needs to be free!
View Replies
View Related
My ISP provides a web based email client, but it is not brandable and the features are not that extensive. I'd like to build my own. Has anyone done this, or is anyone aware of any tools out there to do this?
View Replies
View Related
I know there is AddEmbeddedImage but does this only work only for images on your hard drive - can it be used for images that are web based? If not is there a way to embed an image in an email on the fly before sending - all web based?
View Replies
View Related
I wanna build an email/messaging system whereby all members of a portal can send messsages to each other (internally). An example of this application would be the system available in www.friendster.com whereby all friendster members can message each other. Each member has his/her own inbox, trash, sent messages and so on. Can anyone help me with this? I would be eternally grateful
Secondly, i need help with building a forum as well. So far i'm having difficulties getting one that is easily customisable.
View Replies
View Related
I wanna build a mail/messaging system whereby all registered members of a portal can send messages to one another (internally). An example of such an application would be the mail/messaging system at www.friendster.com whereby users can send messages to other friendster users. Can someone help me with this?
View Replies
View Related
I have just bought an email script and installed it .I was hoping to gather a team to help me add some plug ins for it, for example, voice email was one of my ideas.
View Replies
View Related
Below i've pasted a copy of some emails i have been gettin through my website.. clearly this looks like spam.. someone just filling in random fields..
could you lot just confirm that this is what it is.. i mean. i have tried the form to email system and it works fine..
apart from doing things such as validating the form entries as they fill them in, is there any way to avoid this..
View Replies
View Related
I have an asp page that collects data on referrals. The user inputs the
information and selects the rep to receive the referral. My data is being
saved to a backend database (SQL) and the user is receiving a confirmation
page after hitting the Submit button. Now, what I need is a way to have an
email sent to the rep that is selected in the drop down list on the asp form.
I have a SQL table containing the reps and corresponding email addresses.
Is it even possible to achieve what I am trying to do? I am trying to avoid
sending a blanket email to a single address and having someone filter them
from there.
View Replies
View Related
My questions concerns building a login system based on checking for the
existence of the user's email address only....
1. Is it ok for me to use IP address to allow user to bypass all login and
registration systems if IP is present in database? I wish to save the user
time....if the IP is not present I will present the LOGIN email screen....
2. I am consideirng using Session variable on each page I wanted I
protected...I think I know how to do this but I am not sure on whether I
should be using the global.asa to handle loggin in or logging out or whether
I should so all the code on the secure page itself.
3. I wish to use a sql server backend to house my tables: tblProspect,
tblProspectPageSelections......is it okay to use the following branching
code to switch between my test and production server with regards the
physical database path as I have multiple sites on our remote server which
need to feed off the same database....I am thinking about something like
this:
If InStr(Request.ServerVariables("SERVER_NAME"), "publicserver.com") > 0
Then
' Set Public Server Paths
Else
' Set Private Server Paths
End If
Can this work?
View Replies
View Related
My app lists jobs for a recruiter. He wants to track members who have
replied directly to job postings. So instead of simply making the client's
email address an <a href="mailto:...> link, I need to do 2 things:
- add a record of their posting to a database table
- open the email client to the job
Howe do I do this? The first part is easy, but I don't know how to open the
email client in an ASP command (I don't really want to auto-sed email, just
open the client and let the user attach their resume and add their cover
latter). Do I have to get my Web Hosting company to install CDO, or is that
standard with all IIS? I get an error when I try to run 'Set MailObj =
CreateObject("CDONTS.NewMail")'
View Replies
View Related
I'm trying to send email through a form I created and everything works except the email portion. It's not sending the text message. Code:
View Replies
View Related
Ive run into a little trouble. I am sure all of you have used hotmail. Well you know when you select all items to delete, i would like to do something like that, however not delete, but update a field from no to yes.
I would like to add checkboxes to an asp table. So if the user selects say three items they then click on a button, say marked and for each item, it will go to the table and find each record in turn and update the corresponding field from a no to a yes.
Updating is no problem. The problem is, how do i add checkboxes to corresponding asp table. So that particular checkbox corresponds to that particular record. I don't know how to link them together.
Can someone help me out please?
View Replies
View Related
I know that hotmail has a service (may be XML) that allows you to retrieve the Hotmail/MSN contact list. I want to make a page with a form - [hotmail username] and [password] - and then generate another page with all the contacts list (like hi5.com, myspace.com, birthdayalarm.com, ringo.com or sms.ac do).
For reference you can see: ....
View Replies
View Related
I am using cdonts in my asp scripts to send emails to the users of my website.But every mail to i send to an hotmail account gets in de hotmail spam folder.is there anyway to prevent this from happening?
View Replies
View Related
What is the asp code variable for System Date and System Time? Are they built-in system variables, or is there some code involved to return the values?
View Replies
View Related
I run a small community and want to implement what other communties have, when I create an account I usually get the question if I want to recommend it to my friends etc.
And you can usually connect it to say hotmail, yahoo messenger and it will automatically send out email to my contacts that I joined a new site.
View Replies
View Related
When I send htm mail to hotmail using cdosys the links appear like this " javascriptl("news01.htm"); " without quotes, the images appears in the worng place and they shows as attached, but when I send the same mail to Outlook there is no problem, the links and images apeears in the right place, there is no problem with it jus in hotmail or free web based application mail. (yahoo, gmail, hotmail, etc...)
Somebody Knows why??
View Replies
View Related
has anyone used dundas mailer? I notice hotmail either blocks it or what ? It does deliver to all others mailboxes i have used. What am i doing wrong or omitting ?
View Replies
View Related
I found that the email i generated constantly categorised as spam mail in yahoo and hotmail. I havent tested other mailbox like gmail or aol.
the visitors of my site cann't get the email, i have to ask them to check on the junk folder
any idea how to get rid of this?
View Replies
View Related
For some reason, the email scripts on my web site can't send emails to
Hotmail accounts. No error is generated, but no email is sent either. I've
done some searching on this matter, and it appears as though I'm not the
only one having this problem, but I have yet to find a solution :(
Below is my CDOSYS script that was *supposed to* resolve the problem by
passing the SMTP server's along with the email, but it doesn't work :(
Have any of you had success with sending emails to Hotmail accounts via CDO?
I don't have control over the server's setup because it's a hosted account...
View Replies
View Related
I am sending a newsletter and within newsletter I am inserting data into database.
The email works fine with yahoo mail and outlook but in the hotmail I am facing
problem which is:
I am clicking on the submit button but it is not doing anything.
View Replies
View Related
if it is possible to import address book from gmail/hotmail/yahoo using asp?
View Replies
View Related
it appears that my ISP is blocking port 1433 which means i can no longer connect to my sql db on the web. had been using an access project or another program called WinSQL. so i'm forced to go with a web-based solution and i don't really have time to build one from scratch. the host this site is on still hasn't installed the .net framework so i have to go with a classic asp solution.
View Replies
View Related
I want to do on my site and if anyone can tell me it can/can't be done that would be great. If it can be done, is it difficult or is there already code available and I can just *plugin* the info that pertains to my site? Code:
View Replies
View Related
I need to open recordset and select one record based on some value?
I need some script which will select random record based on the some percent or some number from 1-10, for example.
Its banner rotation system i have made, and it select randomly record, but I need some percent or some number(1-10) for selecting recordset based on that number.
banner1 10
banner2 70
banner3 40
...so every will be selected based on value from DB.
View Replies
View Related
i found a flash based mp3 player for my myspace that pulls the playlist from an xml file. my question is this... i want to be able to change the playlist (add, delete songs, change play order, etc...) without having to change the xml. here's my idea and i'm not sure how exactly to do all of it, but let me know if there is an easier way.if i create a db that stores the information i need (filename, song title, and track number) i can create an html form that will allow me to change the track number (i know how to delete and add songs). my question is how to i update the xml file at the same time it updates the db. in other words, how to i send the data in the db to an xml file.
View Replies
View Related
How ca I write a asp page that will handle web based Install? Is it possible
or I need to go for some 3rd party Software for this, If Yes what is the
Best to use with ASP?
My requirement is: I have one Software that I wanted to install in Customer
PC directly from Webpage instead of allowing the user to download the
Software and Install.
View Replies
View Related