Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SMTP server OCX or DLL
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00897833
Message ID:
00898206
Views:
16
>I'm looking for a reliable SMTP Server control. It's not a SMTP control to compose and send emails (I already use SEE4FP from MarshallSoft), but the server side of the SMTP equation. My problem arises when the user wants to send multiple emails and his SMTP server blocks his account due to anti-spam restrictions (even if the emails are legitimate).
>
>I can install a SMTP server. I have used the one from Microsoft and postCast server, but I would like to have a more automated and simple solution from the user standpoint.
>
>Does anyone know of such a control or DLL?
>
>Thanks,
>Javier.

You can write your own server very easily. To convert your SMTP component into a mail server, you simply need to add the MX lookup capabilities.

i.e.
Use an MX lookup on the recipients address domain, then use the smtp component to send the email directly with their server. No authentication is ever needed for a local account recipient.
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform