 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Harvey Brown Guest
|
Posted: Sat Feb 21, 2004 5:28 am Post subject: Secure SMTP or what does Outlook use? |
|
|
I am using Indy TidSMTP to send email from my program but it won't work
in many school districts which have some kind of limitation on their
email servers - they say "only Outlook works". Does anyone know what
the problem is? The Indy 9 component uses SMTP authentication, which
they call "at login" authentication. Perhaps Outlook uses "secure SMTP
authentication", whatever that is.
I did find a method of calling outlook via OLE to send a message
(http://delphi.about.com/library/weekly/aa020304a.htm)
Perhaps that will work.
My application is a teacher's marksheet program that sends the marks
home to parents by email. It sends 20 or 30 messages at a time.
Any insights will be appreciated!!
|
|
| Back to top |
|
 |
Maarten Wiltink Guest
|
Posted: Sat Feb 21, 2004 11:27 am Post subject: Re: Secure SMTP or what does Outlook use? |
|
|
"Harvey Brown" <harveybrown2 (AT) pwsb33 (DOT) ab.ca> wrote
| Quote: | I am using Indy TidSMTP to send email from my program but it won't work
in many school districts which have some kind of limitation on their
email servers - they say "only Outlook works". Does anyone know what
the problem is?
|
Exchange Server is the problem, not Outlook.
Eschange Server is a problem all by itself.
Groetjes,
Maarten Wiltink
|
|
| Back to top |
|
 |
vertuas Guest
|
Posted: Sat Feb 21, 2004 11:44 pm Post subject: Re: Secure SMTP or what does Outlook use? |
|
|
There is a header that outlook/ outlookexpress generate to identify
themseves
I dunno what the header name is, or the value it is set to, but i have seem
this problem before
you will have to get the TidSMTP component to generate the extra header
"Harvey Brown" <harveybrown2 (AT) pwsb33 (DOT) ab.ca> wrote
| Quote: | I am using Indy TidSMTP to send email from my program but it won't work
in many school districts which have some kind of limitation on their
email servers - they say "only Outlook works". Does anyone know what
the problem is? The Indy 9 component uses SMTP authentication, which
they call "at login" authentication. Perhaps Outlook uses "secure SMTP
authentication", whatever that is.
I did find a method of calling outlook via OLE to send a message
(http://delphi.about.com/library/weekly/aa020304a.htm)
Perhaps that will work.
My application is a teacher's marksheet program that sends the marks
home to parents by email. It sends 20 or 30 messages at a time.
Any insights will be appreciated!!
|
|
|
| Back to top |
|
 |
Harvey Brown Guest
|
Posted: Sun Feb 29, 2004 8:36 pm Post subject: Re: Secure SMTP or what does Outlook use? |
|
|
At the Indy site, they say the new version 10 will have several new
authentication methods including encrypted ones. Perhaps one of these
will handle the secure authentication that is a feature of Outlook.
I was not able to send the messages through Outlook via OLE, either.
The code at (http://delphi.about.com/library/weekly/aa020304a.htm)
appears to work, but nothing happens at the Outlook end.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|