VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



send unlimited attachments (mail)

by Eduardo Goicovich V (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

Send unlimited attachments to SMTP server (limit:mail account space)
It's based on Sebastian/Tair examples (great coders!!!) and some personal adittions
The base64 alghoritm work fine with little files (<100 Kb).
In the next sending, I'll try to put a class for better encoding.
it'll use to send clients orders into a similar program (NT service that I'm woking on) that extracts attachments.
The mail subject carry an encrypted key that permit resolving authentication
and process the information to be upload to an ERP system.
For legal reasons, not all the encriptation data code (the subject in the mail) an the basical configuration is on it, but little changes it'll work for your personal wishes.

Inputs
customer code,order entry,request date,files
Assumes
winsock api staments the arrival method in the text box has been replaced by a loop sub that automatically send the mail. something staments in mime descriptors has been changed to work better (The original tair code missing something of this) the progress indicator have a better look (flood work). Thanks Sebastian/Tair for all your stuff.

Rate send unlimited attachments (mail)

Upload

Download this snippet    Add to My Saved Code

send unlimited attachments (mail) Comments

No comments have been posted about send unlimited attachments (mail). Why not be the first to post a comment about send unlimited attachments (mail).

Post your comment

Subject:
Message:
0/1000 characters