http://powerasp.com/
ASP (Active Server Pages) is a technology developed by Microsoft. Pages using ASP are primarily developed in JavaScript, or VBScript and are integrated into the HTML of your Web pages. The ASP code is compiled on-the-fly by the server and the resulting output is standard HTML. By using ASP, Web pages can be dynamic, full of ever-changing content, and browser independent. Plainly put, Active Server Pages kick ass !
ASP 는 마이크로소프트에 의해 기술 설계가 되었습니다. ASP는 자바스크립트로부터 최초의 설계가 되었습니다. ASP사용에 의한 ASP코드는 스텐다드 HTML, 웹페이지는 다이나믹하게 모습을 바꾸고 브라우져로부터 독립합니다.확실히 A엑티브 S어버 P에이지는 꺼져라!!
http://www.cjwsoft.com/paypal_email_via_gmail.asp
Purpose: The purpose of using GMail to send emails is as follows.
목적 : Gmail을 사용하여 다음과같이 이메일을 보내보자.
Various email servers on the Internet are taking a lot of precautions to eliminate spam. They are checking Open Relay Lists, Verifying MX Records, Incorrectly listing your IP or email server as a spammer.. etc etc
인터넷과 접속해있는 다양한 이메일 서버는 스팸을 삭제하는 많은 예방을 합니다. 그들은 릴레이 리스트를 열어 채킹하고 MX 기록을 조회하고 부정확한 당신의 IP 혹은 이메일 서버 스패머를 봅니다.
This makes it hard to send email from ASP and a webserver and make sure the email is actually delivered.
이것은 ASP로부터의 메일보내길 어렵게 만듭니다.
By using a GMail account to send the email and not your own server or your ISP's server you are increasing the chance that the emails actually get delivered. This is because GMail has done everything possible to make sure their server and everything related to them is set up correctly and that other servers accept email sent from GMail.
Gmail을 사용하여 이메일을 보고하고 당신의 서버가 아니거나 이메일이 진짜로 배달되는 당신의 ISP 서버를 늘릴 찬스를 가집니다. 이것이 왜냐면 Gmai은 서버가 모든것이 가능하도록하고 셋업의 바른 모든 것을 설명하며 그 밖의 서버도 Gmail로 이메일을 받도록 처리합니다.
(한마디로 서버끼리의 부하를 줄이고 Gmail 끼리 주고 받도록 세팅한다는 말)
The other advantage of this is that if you do not have your own email server you can easily send emails from ASP Code.
이것이 지닌 그밖의 잇점으로는 당신이 당신만의 이메일 서버를 가지고 있지 않아도 ASP 코드로써 이메일을 보낼 수 있게 된다는 겁니다.
Now, because we are sending an email to our own GMail account using this code worrying about the email not getting delivered is not so important. It is when you start sending emails via ASP to other people's email address's that you benefit from that. That being said, if you are decent with ASP you can also adapt the code in this Contact US form to use all throughout your site so anytime you send email from ASP code you will be using your GMail account to do so. Ensuring your customers get your emails. I did the hard work figuring out the code to make this all work. Dont worry about that right now, just follow the directions below and get the contact us form working and sending emails. After that you should be able to adapt the GMail emailing code for other purposes.
지금, 왜냐면 우리들은 이메일이 오지않을까 걱정되는 '이 코드'를 사용하는 설명하는 우리들의 Gmail은 별로 중요치 않습니다. 그것은 당신이 이메일을 보내기 시작할 때 다른 사람 이메일 주소로 via ASP 전송될때 그것으로부터 이득을 얻습니다. 그것은 말합니다. 만약 당신이 걱정된다면, ASP와 함께 또한 당신은 그것을 개조할 수 있습니다. 당신 사이트의 구석구석까지 언제나 ASP code Gmail을 사용한 이메일을 보내 우리들과 접속할 수 있습니다. 당신의 손님이 이메일을 받을거라 보증합니다. 나는 이 코드의 형태가 나오기까지의 모든 일이 힘들었습니다. 지금 당장은 이것에 대해 걱정하지 마세요. 그저 아래의 지시대로 따라 우리들에게 연락하세요. 그 후에 당신은 우리들의 목적을 위해 그것을 개조할 수 있을겁니다.
Please Note: Adapting the code to work in your own scripts is not supported by us .
[미안한 말씀 : 개조된 당신의 스크립트 작업은 우리들의 지원을 받지 못합니다]