Location:
Search - send emails
Search list
Description: 一个VC++实现的可以发送带有附件的电子邮件的小程序-A VC++ Realize the can send emails with attachments of small programs
Platform: |
Size: 108544 |
Author: edison |
Hits:
Description: Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite handy with INI files which you can use to get and set data for you applications. You can also check out some dates related to passwords and expiry dates. Send emails using Microsoft Email client. No need to cater for SMTP nor Exchange mail accounts. If you can send email with your outlook, you can send email with your application. Get some windows info with the sysinfoctrls member.
Platform: |
Size: 4096 |
Author: Gawie Greef |
Hits:
Description: "Email list management and delivery software" that has the ability to send emails to a list of up to 50,000 people at a rate of about 5,000 emails per hour.
User should have the option to use their ISP s outgoing mailserver, or send the email "directly" to
the recipient using direct send technology that is already available. Many different "desktop SMTP server" components are already available to choose from to incorporate into this software.
User should have the option to "personalize" outgoing emails if their list has the proper personalization fields. (both in the subject line and body)
Platform: |
Size: 926720 |
Author: Ivan |
Hits:
Description: Utility to send emails through VFP.
Platform: |
Size: 489472 |
Author: Enrique Orellana |
Hits:
Description: Using MAPI with Outlook express to send emails
Platform: |
Size: 3072 |
Author: Pixie |
Hits:
Description: This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List<String^>
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 ni<OrderPanel->Controls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
}-This is a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List<String^>
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 ni<OrderPanel->Controls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
}
Platform: |
Size: 47104 |
Author: peppebck |
Hits:
Description: Moving to Linux® : Kiss the Blue Screen of Death Goodbye!
This is not a book for techies! It s a book for people like you: people who write documents, create spreadsheets, surf the Web, send emails, listen to CDs, play games-and want to do it simply in Linux, without becoming technical experts!
Platform: |
Size: 5592064 |
Author: Lui |
Hits:
Description: mailer in C# to send emails.
Platform: |
Size: 14336 |
Author: mani |
Hits:
Description: This example send emails visual basic 6.0
Platform: |
Size: 3072 |
Author: Dalhyn |
Hits:
Description: A mart class to send emails from PHP with different flavors and allowing to attach files.
Platform: |
Size: 77824 |
Author: ArielB |
Hits:
Description: It can send emails with using outlook programs.
Platform: |
Size: 8192 |
Author: openbugs |
Hits:
Description: Powerbuilder Source code to send emails
Platform: |
Size: 146432 |
Author: arkantos11 |
Hits:
Description: A complete code with their libraries to send emails via java api, it will be useful to send email to the manager when some happends in the networks or in the scripts.
Platform: |
Size: 923648 |
Author: koitoer |
Hits:
Description: 这个轻量级的电子邮件申请用c#编写的,您可以发送电子邮件与内容,雅虎,美国在线,就得存活帐户。-With this lightweight email application written in c# you can send emails with Gmail, Yahoo, Aol, and Live accounts.
Platform: |
Size: 48128 |
Author: kenneth |
Hits:
Description: 一个实用的C#邮件发送函数(方法),可以发送带附件的邮件,可以一次发送多个邮件。-A Practical C# mail functions (methods), can send emails with attachments, send multiple messages at once.
Platform: |
Size: 1024 |
Author: wangjianfeng |
Hits:
Description: A program coded in java used to send emails.
Platform: |
Size: 4096 |
Author: helyos |
Hits:
Description: With this lightweight email application written in c# you can send emails with Gmail, Yahoo, Aol, and Live accounts.
Platform: |
Size: 113664 |
Author: nikhil942111 |
Hits:
Description: A PL/SQL package to demonstrate how to use the UTL_SMTP package to send emails in ASCII and non-ASCII character sets, emails
with text or binary attachments.
Platform: |
Size: 3072 |
Author: Superfreak |
Hits:
Description: Library to send emails using powerbuilder without using any outlook account
Platform: |
Size: 19456 |
Author: watcherman99 |
Hits:
Description: 一个VC++实现的可以发送带有附件的电子邮件的小程序A VC++ Realize the can send emails with attachments of small programs-A VC++ Realize the can send emails with attachments of small programs
Platform: |
Size: 80896 |
Author: ccord |
Hits: