Fallout
Menu
Home
Photos
Calendar

Log In
Username

Password

Remember Me



TakenUponArrival.com

TakenUponArrival

Below you will find some announcements and other useless tidbits which relate to me.
Shirt in frame

Old Shirts

Finally figured out what to do with all the old t-shirts. I may post a 'how-to'.


Created on 02/04/2003 10:24 AM by admin
Updated on 11/30/2007 03:08 PM by tfarides
 Printable Version

Announcements

Send Mail CDO.Message ASP

Posted by: tfarides on 07/17/2008 09:16 AM
Been working on sending mail from forms on our company webpage. Found about 3 diff examples that i had to peice together to get everything i wanted.

1) SSL
2) Authentication
3) Sender Name (Shows "Timmay" - instead of tim@whatever)



Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="""Name""blah@blah.com"
myMail.To="dah@blah.com"
myMail.TextBody="This is my message."
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 465
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "smtp.server.com"
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = "UserName"
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "PassWord"
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60
myMail.Configuration.Fields.Update
myMail.Send
set myMail=nothing

| 0 Comments

Web Drive

Posted by: tfarides on 11/30/2006 10:58 AM
Found some awesome software that I think is going to make devoloping web stuff on a remote machine a whole lot easier. It's called Web Drive. Very cool program, it lets you mount an FTP as a drive. So.. when working with php in a text editor or whatever.. when you save it.. it automaticly uploads.. i don't have to manually do it.. f'n bad ass.

Page is Up

Posted by: tfarides on 11/27/2006 11:16 AM (Read: 431)
The site is up and running.
Read More | 0 Comments

Comments
The comments are owned by the poster. We are not responsible for its content.

Weekly Top Artists

Links
Jeebus
Morongo Basin Amateur Radio Club

Calendar
< September, 2008 >
S M T W T F S
31 01 02 03 04 05 06
07 08 09 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 01 02 03 04


Copyright © Appalachian State University 2002 - 2004
This Site is powered by phpWebSite © The Web Technology Group, Appalachian State University
phpWebSite is licensed under the GNU LGPL