Login | |
|
 |
RE: Send email script in "Post a VB Script" f... - 10/17/2005 11:49:04 PM
|
|
 |
|
| |
sethsdad
Posts: 115
Score: 0
Joined: 4/4/2005
From: USA
Status: offline
|
There's no reason you should need to change the post server. The pop server is the only changing variable in the equation. For example, if you used the laptop on charter.net at home and msn.com at a hotel, you would always receive (post) to charter.net, but when connected to the new domain, you'd need to push (pop) to it (msn.com).
|
|
| |
|
|
|
 |
RE: Send email script in "Post a VB Script" f... - 10/23/2005 5:44:13 AM
|
|
 |
|
| |
gmc8757
Posts: 2
Score: 0
Joined: 10/23/2005
Status: offline
|
Hi, this is exactly what I was looking for. I am totally new to vbs and wanted to make a script. I have a script that finds my external or WAN IP address. Now I want it to email it to me. I tried messing around with the script you posted, but can't seem to get it working. I know i'm just doing something wrong. What do I have to change exactly? sendEmail "me@toyou.com", "user@somecorp.com", "hi", "testing", "c:\temp\XF86Config" I have to change both of these addresses i assume. c:\temp\XF86Config is the file that's getting attached, correct? I don't need a file to get attached, i'd like to just pass a variable as the message 'Name Or IP of Remote SMTP Server objMessage.Configuration.Fields.Item _ ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mail.state.ar.us" I have to change mail.state.ar.us right? But what do I change it to? I want the message to be emailed to blabla@rit.edu which is a email on an exchange server. the server is mymail.rit.edu I tried to change the mail.state.ar.us to mymail.rit.edu and it didn't work. I can use a smtp email account if it doesn't work with exchange. What can i do? Any help is really appreciated, thanks a lot. And please excuse any "obvious" questions, i'm really new to this Joe
|
|
| |
|
|
|
| |
|
|
 |
|
 |
|
|