|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB SMTP.ocx
I'm sure there is someone out there familiar with the SMTP.ocx control.
It is a control from http://www.vb4all.net Problem is that when attempting to send mail from a LAN connected machine, the control throws an error because it feels that you are not connected to the net. Is there anyway around this. The method is not apparent given the control's exposed methods and properties, but I'm sure I am not the only person that has encountered this issue. Looking forward to some good responses. Thanks in advance.
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#2
|
|||
|
|||
|
Ok, here is the issue... for some reason the SMTPUseProxy must be set:
vbSMTPOCX1.SMTPUseProxy = True This gives us a connection item. Problem solved. The rest of the code was trivial. |
|
#3
|
|||
|
|||
|
Yeah, yeah, I know... You are thinking... why use that SMTP control when there are newer ones?
Simply put, certain customers have their preferences. If your client wants you to learn some weird control I guess you are going to have to learn that control huh? |
|
#4
|
|||
|
|||
|
You know if you emailed me whenever you got this problem you would have received a reply within a few hours.
There is also a new component i am working on atm which will be a DLL with many more great features http://www.vb4all.net |
|
#5
|
|||
|
|||
|
Hey, that is good to know... thanks.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > VB SMTP.ocx |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|