SMTP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that asks the typical question:
(Microsoft Internet Explorer)
This form is being submitted using email.
and the user has to say Yes.
This is only used inside the company, but we have Kiosks that have no email
how can you write the mailto so it uses a SMTP server and doesn't use the IE
prompt?
 
A mailto can't do that. Design your web page so that the server submits the form by mail, not the client.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top