Re: how to send email to extranet



Ok,I will try to state my question in detail.

I have a domino server in intranet. Its IP is 192.168.0.1

The email client application, notes, can send email to yahoo email-box,while
the following script cannot. Why?

Does the smtpserver appointed in the script mean the destination mail
server?
If it is true,then what is the source mail server? I mean that notes client
sends mail through domino server,which mail server or service does the
script send mail through?


####################VBS code#############
Set objEmail = CreateObject("CDO.Message")
objEmail.From = "name@xxxxxxxxxx"
objEmail.To = "extranet@xxxxxxxxxxxx"

objEmail.Subject = "Server down"
objEmail.Textbody = "No longer accessible over the network."
objEmail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing";) = 2
objEmail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver";) = _
"192.168.0.1" 'this is mail server IP.
objEmail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport";) = 25
objEmail.Configuration.Fields.Update
objEmail.Send





.



Relevant Pages

  • Re: Deleting POP email only on Windows Mobile device not on server
    ... 'Jeffrey Min [MSFT Wrote: ... deleted from the server once you try to remove them. ... Every pop email client I have ever used ... does not automatically delete server email when the phone client copy ...
    (microsoft.public.pocketpc)
  • Re: how to send email to extranet
    ... The script behaves like any other EMail client. ... I have a domino server in intranet. ...
    (microsoft.public.scripting.vbscript)
  • Re: Open-source POP3 server in C#?
    ... encoding and content encoding that causes the least problems to the ... corporate email client, used by all employees. ... As you see from my first aswer, the proxy needs to act only when it is ... to limit the use of C# POP3 server to only this particular project, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Is this application possible to perform in VB6?
    ... to the correct link for the National Weather Service RSS/XML feed, ... Making an email client to look for messages is not reliable when another ... leave email on the server for few days. ... I am not sure what this method is called, but for Exchange ...
    (microsoft.public.vb.general.discussion)
  • Re: HELP! I cannot send or receive emails from outlook expess
    ... The full text of the error message would be helpful. ... server name, server type, port number, socket error code, SSL, etc. ... How to configure POP3 email client to send and receive Yahoo Mail ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)