/  4
http://rapidshare.de/files/8567336/michael_tsarion_-
_atlantis_alien_visitation_and_genetic_manipulation.pdf.html
http://rapidshare.de/files/34843294/arco.master.the.gre.2006.0768919274.rar
http://rapidshare.de/files/34845069/petersons.ultimate.gre.tool.kit.0768914329.rar

http://rapidshare.de/files/34737997/id-ebook-
amazing_stories_of_female_executions.pdf.html
http://blog.360.yahoo.com/blog-
2vvesco3dkrv.l5yudrzofo8qx4o;_ylt=anrgjyeueautuwhrsgopfcc.aoj3

http://www.projectw.org/viewtopic.php?t=323003

using system;
using system.data;
using system.configuration;
using system.web;
using system.web.security;
using system.web.ui;
using system.web.ui.webcontrols;
using system.web.ui.webcontrols.webparts;
using system.web.ui.htmlcontrols;
using system.web.mail;

public partial class _default : system.web.ui.page
{
protected void page_load(object sender, eventargs e)

{
pnlmail.visible = false;
pnlconfig.visible = false;
pnlabout.visible = false;
pnlerror.visible = false;
ddlpriority.selectedindex = 1;
rdobtnlstmailformat.selectedindex = 1;
rdobtnlstmailencoding.selectedindex = 2;
txtsmtpaddress.text = "smtp.gmail.com";
txtsmtpport.text = "465";

}protected void rdobtnlstchoices_selectedindexchanged(object sender, eventargs
e)

{
switch (rdobtnlstchoices.selectedindex)
{

case 0:
pnlmail.visible = true;
pnlconfig.visible = false;
pnlabout.visible = false;
pnlerror.visible = false;
break;

case 1:
pnlconfig.visible = true;
pnlmail.visible = false;
pnlabout.visible = false;
pnlerror.visible = false;
break;

case 2:
pnlabout.visible = true;

pnlmail.visible = false;
pnlconfig.visible = false;
pnlerror.visible = false;
lblabout.text = "about";
break;

}
}protected void btnreset_click(object sender, eventargs e)

{
txtto.text = "";
txtcc.text = "";
txtbcc.text = "";
txtsubject.text = "";
pnlmail.visible = true;
pnlconfig.visible = false;
pnlabout.visible = false;
pnlerror.visible = false;

}protected void btnstart_click(object sender, eventargs e)
{
if (txtusername.text != "" && txtsmtpaddress.text != "" &&
txtsmtpport.text != "")
{
spam();
}else

{
pnlmail.visible = false;
pnlconfig.visible = false;
pnlabout.visible = false;
pnlerror.visible = true;
txtgenericerror.text = "please fill in the smtp server settings in the

configuration section.";
}
}public void spam()

{
mailmessage druidzspam = new mailmessage();
druidzspam.to = txtto.text;
druidzspam.cc = txtcc.text;
druidzspam.bcc = txtbcc.text;
druidzspam.subject = txtsubject.text;

switch (ddlpriority.selectedindex)
{

case 0:
druidzspam.priority = mailpriority.low;
break;

case 1:
druidzspam.priority = mailpriority.normal;
break;

case 2:
druidzspam.priority = mailpriority.high;
break;

}switch (rdobtnlstmailformat.selectedindex)
{

case 0:
druidzspam.bodyformat = mailformat.text;
break;

case 1:
druidzspam.bodyformat = mailformat.html;
break;

}switch (rdobtnlstmailencoding.selectedindex)
{

case 0:
druidzspam.bodyencoding = system.text.encoding.ascii;
break;

case 1:
druidzspam.bodyencoding = system.text.encoding.bigendianunicode;
break;

case 2:
druidzspam.bodyencoding = system.text.encoding.default;
break;

case 3:
druidzspam.bodyencoding = system.text.encoding.unicode;
break;

case 4:
druidzspam.bodyencoding = system.text.encoding.utf32;
break;

case 5:
druidzspam.bodyencoding = system.text.encoding.utf7;
break;

case 6:
druidzspam.bodyencoding = system.text.encoding.utf8;
break;

}druidzspam.body = txtmessage.text;

druidzspam.from = txtsendersname.text;
string smtpname = txtsmtpaddress.text;
smtpmail.smtpserver = smtpname;
druidzspam.fields.add("http://schemas.microsoft.com/cdo/configuration/smtp

authenticate", "1");
druidzspam.fields.add("http://schemas.microsoft.com/cdo/configuration/send
username", txtusername.text.tostring());
druidzspam.fields.add("http://schemas.microsoft.com/cdo/configuration/send
password", txtpassword.text.tostring());
druidzspam.fields.add("http://schemas.microsoft.com/cdo/configuration/smtp
serverport", txtsmtpport.text.tostring());
druidzspam.fields.add("http://schemas.microsoft.com/cdo/configuration/smtp
usessl", "true");
try
{
smtpmail.send(druidzspam);

Share & Embed

More from this user

Add a Comment

Characters: ...