Цитата: OlegON ➤ student, это все круто, спасибо, но вопрос был в SSL/TLS, просто отсылать почту с авторизацией я уже и отсылаю... А тут даже порт указать нельзя?
почему нельзя - насколько я помню - можно все - только я написал что сам юзаю - все по дефолту, да и авторизация особливо не мешает - ящик для пересылки юзается темповый - можно создавать\удалять хоть каждую отсылку ... либо попробовать анонимуса...
===============
CDO Fields for configuring SMTP Authentication
To configure Message objects, you modify fields in the associated Configuration object. Most of the field names reside in the namespace:
smtpserver: SMTP server name.
smtpserverport: SMTP server port (default: 25).
sendusing: cdoSendUsingPort, value 2, for sending the message using the network.
smtpauthenticate: Specifies the mechanism used when authenticating to an SMTP service over the network. Possible values are:
- cdoAnonymous, value 0. Do not authenticate.
- cdoBasic, value 1. Use basic clear-text authentication. When using this option you have to provide the user name and password through the sendusername and sendpassword fields.
- cdoNTLM, value 2. The current process security context is used to authenticate with the service.
sendusername: User name
sendpassword: Password
===============