Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SMTP server OCX or DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00897833
Message ID:
00898206
Vues:
17
>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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform