Is there any easier way to send some page to email (like in Outlook Express) ? Or I just create a html email (I'm using CDONTS) ?I'm considering the second way, just in case users haven't setup their email. But I'm wondering how to send the images. Should I use absolute path <img src="http://www.mydomain.com/images/bullet.gif"> ? Is there anyway I can send the images too by CDONTS ?
I have created simple .asp page and i would like to send my page as email using my outlook. is it possible to send form body as new email outlook body using mailto command or any other way.
I have a html form which allows the user to select add, delete, update or view from a drop down list. Their choice is sent to an asp page.
My problem is how to send them back a form from the asp page depending on their choice and send the resulting input to the same asp page again for processing.
So if they choose 'add' from the html page then that is sent to the asp page and they are sent back another form, to fill out the new record details which is in turn resubmitted to the same asp page to carry out the 'Insert' statement.
This is my first post hope it makes sense. I have learnt how to send emails from forms passing variable etc and it works, but I am lazy so here it goes:
I am writing a set of intranet based asp reports for which the underlying asp code can get quite complicated (tables nested in tables, all sorts of calulations and parameters etc). I would like users to be able to send that report (neatly formated in his browser) by pressing a form button. (by the way, we use Outlook)
1. either as an .html attachement (which would of been saved automatically either locally or on the server)
2. or as an html email (as you would do when doing File > Send > Page by Email in IE 6.0) Code:
how to send a web page that uses Session variables in an email. The session variable that is used by the page I'd like to send contains a three dimensional array so cannot be passed easily in a querystring.
How would I send an email to someone from a webpage with a link to the current page? I've seen this where you can put in your email, the person's email that you are sending teh page to, a subject for the email, and a message along with the link.
Is that possible that I can send request to IIS Server after a .ASP page is displayed? My Requirement is:
Clinet will Fill the Details in one Request Form after the details are filled then the Request Files will be shown to the user as Link in Another page. (Currently before Sending the Link Page to Customer I am updating DB in Different Servers Located Different Palces - So It takes Time).
So What is My Requrement is After the user gives his details - I will directly display the Link Page and After the Link Page is Sent to Browser then I will Execute / Update the DB.
im tryin to secure my application. i want the application to send the user back to the login page if they have not logged into the system. do i use the global.asa file or is there a simpler way to do this?
The following "Send Page" Script Breaks w/Win 2000 & Outlook XP with the error ""The command line argument is not valid. Verify the switch you are using." However, it does work with win98 and Outlook Express. Any ideas on the problem? Code:
I created a feedback form for my website that has only 2 required fields. When you submit the form it calls my asp page which puts the information in a database and then sends me n email with the information that was entered into the form. The problem is that the form only has two required fileds, and if the remaining non required fields are left empty when the asp page is called it does write to the data base, but does not send me any email. However if I go back in and put somethng in every field in the form then when I submit the form and my asp page is called it writes to the data base and sends me an email with the all the information I entered in the feedback form. Is there a way to tell my asp page that it is ok to send the email even if the non required fields are left empty? I really do not want to have to go back through the form and put default values in for each area of the form? Also is there a way to have an error displayed if the email is not sent? My asp code is below....
I have an ASP page, whisch generates dynamic report for a SQL server DB. Now the users want to have the content in PDF format (not HTML page). The server machine had "adobe acrobat destiller" installed.
How can I print the content of this ASP page to acrobat PDF destiller and send PDF file to browser?
I'm need to open a popup window from an asp page that calculates a value. This value must be returned to the input box on the asp page. I have managed to get the popup window to open and display a value so far but I am not getting the value back into the asp page.
i am trying harder to mix this 2 solutions... but without success... the below on seen to be grabing a template and replace the data with the values posted in a form Code:
I need to replicate the code that is found in Internet Explorer File->send page by e-mail. Can someone tell me how to replicate this code or just call this function. I need to program it to be activated by a button on my .aspx page......
I've been researching how to send text messages and ringtones to cell phones. I've found out that one way is to use ASP which I can handle a bit. Thing is that it seems that you have to subscribe to a pretty costly service that will transmit your messages. The only exception I've found so far is http://smsonweb.www1.dotnetplayground.com/ksms.asmx?op=SendSMS but it doesn't seem to work. Does anyone know of any other free services for this or where I can find more info.I'm not looking to develop any commercial software just to learn something new.
Does anyone have an example of ASP streaming XML? Can I set content headers to indicate the page returns XML? Can this XML be a string or must it be prepared with DOM? I need to create an ASP that queries Access and Oracle,combines the data and returns it as XML.
I want to know something about how to send sms trough ASP,Any help regarding this very much appreciable,If some one have the Sending SMS Script then let me know.
I have the code for the sending mail but i do not know to loop it. I have been given specification saying that i should send mail after registration and deregistration.
so i have a asp page given the action function of the register form so the page updates the registration done. so i given after registration the send mail code and want to have the loop or condition for the mail to be sent to the person who updates registeration and code is as follows....
I'm 99.9999999999999999999% sure there haven't been any code changes, since the date stamps of the code are older than any email 'failures'
The email piece quit working using the mail.send. If there haven't been any changes made to previously working code, where do I look for the problem now? I restarted the SMTPservice in IIS. Our real email is hosted remotely, I checked with the admin and she said no changes were made, i.e., not blocking port 25 traffic from the gateway.
I guess this isn't ASP specific, but any ideas how to troubleshoot this?
I'm new with asp and server thing so if somoene could help me to resolve my problems it would be very great.
I'm trying to send myself an email but it doesn't work, no error message, I just don't receive any email.
Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="bob@hotmail.com" myMail.To="bob@hotmail.com" myMail.TextBody="This is a message." myMail.Send
I am sending mail from ASP program. My server is win 2k, IIS 5. SMTP server is configured.
I am generating a report(purchase order) and the same sending as an email to the supplier. upto last week it was sending well. Now its returning bounce mail.
in the c:inetpubmailrootadmail contains the file(.bdr). The contents of the file are ....
I would like to know how can i nodify some users which are into my databese with an e-mail? How can i sent to them an "automate" e-mail using VB script.
<% Set Mail=Server.CreateObject("CDONTS.NewMail") Mail.To="rashwathama@yahoo.com" Mail.From="rashwathama@yahoo.com" Mail.Subject="Just testing my script" Mail.Body="Hey! I am sending this email through an ASP Page and guess what? I haven’t learnt much yet, but know that ASP is very powerful." Mail.Send Set Mail=nothing response.write "DONE" %>
But it did not work
I use Windows 2000 Server and Internet Information Service (IIS).....
Our local educational host doesn't have any COMs on their servers so I need to use the built-in (if there is one!!) mail/smtp component of ASP.net to send web form data via email.
Is there such a thing in ASP.net? My apols for the newbie question, but I'm still an ASP classic developer.
Could somebody post me an example of how to use it.