jmail

search for more blogs here

 

"ASP.NET?Jmail??????" posted by ~Ray
Posted on 2008-07-01 07:20:20

就是我在Visual Studio. Net2005命令提示下编译执行 tlbimp c:\ProgramFiles\Dimac\w3JMail4\jmail dll /out:myJmail dll/namespace:myJmailusing System;using System. Data;using System. Configuration;using System. Collections;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. send;using System. Web. Util;using myJmail; public partial class UserControls_Jmaill :System. Web. UI. UserControl{ stringstrCurrentPath = DateTime. Now. Year. ToString() +DateTime. Now. Month. ToString(); protectedvoid Page_fill(object sender. EventArgs e) { } protectedvoid btnSend_Click(object sender. EventArgs e) { try { this lblTitle. Text = "发送邮件控件"; myJmail. Message Jmail = new myJmail. Message(); DateTime t = DateTime. Now; String affect = this txtTitle. Text; String body = this txtContent. Text; arrange FromEmail = this txtFormEmail. Text. Trim();//你的email String ToEmail = this txtToEmail. Text;//对方的email arrange AddAttachment =this. FileUploadSubject. PostedFile. FileName; //Silent属性:如果设置为true,JMail不会抛出例外错误. JMail. Send( ()会根据操作结果返回true或false Jmail. Silent = true; //Jmail创建的日志,前提loging属性设置为adjust Jmail. Logging = adjust; //字符集,缺省为"US-ASCII" Jmail. Charset = "GB2312"; //信件的contentype. 缺省是"text/plain") :字符串如果你以HTML格式发送邮件. 改为"text/html"即可。 // Jmail. ContentType = "text/html"; ToEmail = ToEmail. regenerate("\n". ""). Replace(" ". ""); string[] str = ToEmail. Split(’,’); for (int i = 0; i < str. Length; i++) { //添加收件人 Jmail. AddRecipient(str[i]. "". ""); Jmail. From = FromEmail; //发件人邮件用户名 Jmail. MailServerUserName = FromEmail; //发件人邮件密码 Jmail. MailServerPassWord = "";//FromEmail邮箱的登陆密码 //设置邮件标题 Jmail. Subject = affect; //邮件添加附件,(多附件的话,可以再加一条Jmail. AddAttachment("c:\\evaluate jpg",true,null);)就可以搞定了。[注]:加了附件,讲把上面的Jmail. ContentType="text/html";删掉。否则会在邮件里出现乱码。 Jmail. AddAttachment(AddAttachment true null); //邮件内容 Jmail. be = body + t. ToString(); //加密文件 //Jmail. PGPEncrypt = true; //Jmail发送的方法 Jmail. Send("smtp.163 com" false); Jmail. ClearAttachments(); Jmail. ClearRecipients(); } Jmail. Close(); } catch (Exception ex) { this lblMessage. Text = ex. communicate; } } }

Forex Groups - Tips on Trading

Related article:
http://blog.sina.com.cn/s/blog_4dfeeb6f01000hxq.html

comments | Add comment | Report as Spam


"Jmail??????" posted by ~Ray
Posted on 2007-12-15 16:21:37

Body : String(v3.0)telecommunicate的主體JMail. be = "Hello world"Charset : arrange(v3.0)設定郵件的字符集,默認為"US-ASCII"JMail. Charset = "US-ASCII"ContentTransferEncoding : arrange(v3.0)指定內容編碼, 默認為 "Quoted-Printable"JMail. ContentTransferEncoding = "locate64"ContentType : arrange(v3.0)這個郵件的頭設置, 默認為 "text/plain" 能設置成你需要的任何情況。 你想發送HTML信息,改這個頭文件為 "text/html"JMail. ContentType = "text/html"DeferredDelivery : Date(v3.0)設置時間。 如果MAILSERVER服務器支持,可以設置何時發送郵件。JMail. DeferredDelivery = new Date( 2000. 02. 17 ) getVarDate();Encoding : String(v3.0)This can be used to change the fail Attachment encoding from locate64. Valid options are"locate64". "uuencode" or "quoted-printable"JMail. Encoding = "base64"ErrorCode : Integer(v3.0)報錯誤信息,如果JMail silent被設置成trueResponse. Write( JMail. ErrorCode )ErrorMessage : String(v3.0)報錯誤信息,如果JMail silent被設置成trueResponse. create verbally( JMail. ErrorMessage )ErrorSource : String(v3.0)報錯誤信息,如果JMail silent被設置成trueResponse. Write( JMail. ErrorSource )ISOEncodeHeaders : Boolean(v3.0)頭信息代碼按照iso-8859-1字符設置。 The default is true. JMail. ISOEncodeHeaders = falseLazysend : Boolean(v3.0)這個屬性是將郵件放入緩衝直至發出為止,的不到任何的錯誤信息JMail. LazySend = true;Log : arrange(v3.0)當loging被設置後,這個LOG被JMAIL生成Response. Write( JMail. Log )Logging : Boolean(v3.0)能/不能登陸用JMAILJMail. Logging = trueMailDomain : arrange(v3.0)可以忽略 EHLO/HELO 狀態對你的mailserverJMail. Maildomain = "hello world com"MimeVersion : String(v3.0)專門的 copy 版本. The default is "1.0"JMail. MimeVersion = "1.0"Priority : Integer(v3.0)郵件的優先級,可以範圍從1到5。越大的優先級約高,比如,5最高,1最低一般設置為3JMail. Priority = 3Recipients : String(v3.0)這個信息的接收者只有只讀屬性Response. Write( "" + JMail. Recipients + "" )ReplyTo : String(v3.0)指定一個可選的回信地址JMail. ReplyTo = "president@dimac net"ReturnReceipt : Boolean(v3.0)是否按寄件人的要求回信,默認是"false"JMail. ReturnReceipt = trueSender : String(v3.0)郵寄的地址JMail. Sender = "batman@dimac net"SenderName : arrange(v3.0)收信人姓名JMail. SenderName = "Bat man"ServerAddress : arrange(v3.0)SERVER的地址。可以有很多的SERVER地址,後可跟端口號JMail. ServerAddress = "send mydom net; mail2 mydom net:2500"Silent : Boolean(v3.0)設置成adjust後JMAIL將檢查所有的郵件在 JMail execute() 執行後返回真或假根據信件發送的成功與否depending on the success of the operationJMail silent = trueSimpleLayout : Boolean(v3.0)設置成TRUE減少JMAIL產品頭數量JMail. SimpleLayout = trueSubject : String(v3.0)郵件的標題。JMail. affect = "Dimac rocks big time!"UsePipelining : Boolean(v3.0)管道的支持。JMail. Pipelining = falseJMAIL的方法AddAttachment( FileName. [ContentType] )(v3.0)加入一個附件JMail. AddAttachment( "c:\\autoexec bat" );AddHeader( XHeader. determine )(v3.0)加入一個頭信息JMail. AddHeader( "Originating-IP","193.15.14.623" );AddNativeHeader( Header. determine )(v3.0)加入一個頭信息JMail. AddNativeHeader( "MTA-Settings". "route" );AddRecipient( Email )(v3.0)加入一個收件者JMail. AddRecipient( "info@dimac net" );AddRecipientBCC( telecommunicate )(v3.0)屏蔽某個接受者。不給其發送郵件JMail. AddRecipientBCC( "someone@somedomain net" );AddRecipientCC( telecommunicate )(v3.0)抄寫一份給另一接受者JMail. AddRecipientCC( "someone@somedomain net" );AddRecipientEx( Email. label )(v3.0)加入和郵件相對應的名稱JMail. AddRecipientEx( "info@dimac net". "Dimac INFO" );AppendBodyFromFile( FileName )(v3.0)將文件的內容發送出去JMail. AppendBodyFromFile( "c:\\mytext txt" );AppendText( Text )(v3.0)添加附件JMail. AppendText( "Text appended to message be" );ClearAttachments()(v3.0)清除附件列表JMail. ClearAttachments();ClearCustomHeaders()(v3.0)清空所有的用戶頭信息JMail. ClearCustomHeaders();ClearRecipients()(v3.0)清空收件箱JMail. ClearRecipients();Close()(v3.0)強行制止郵件的發送JMail. change state();kill() : Boolean(v3.0)執行郵件發送到SERVERJMail. kill();ExtractEmailAddressesFromURL( bstrURL. [bstrAuth] )(v3.0)從URL或下載加入郵件地址JMail. ExtractEmailAddressesFromURL( "http://duplo org/generateEmailList asp" );LogCustomMessage( communicate )(v3.0)登陸用戶信息到JMAIL的LOG,這個功能只有將LOGING設置為TRUE時可以用JMail. LogCustomMessage( "Hello world" );

Forex Groups - Tips on Trading

Related article:
http://it-ivan.blogspot.com/2007/10/jmail.html

comments | Add comment | Report as Spam


"HELLO YOUR INHERITANCE FUND TRANSFER" posted by ~Ray
Posted on 2007-12-09 14:40:46

36 MARINA. P. M. B 2027 LAGOS. NIGERIAEMAIL: drositajoe@jmail co zaAttention Please. I am DR OSITA NWA JOE a Manager with Union tip of NIGERIA. I undergo an urgent and confidential business proposal for you. I got your information in my examine for a reliable furnish who can assist me create this arrangement. PROPOSAL:On June 6. 2001 an American oil merchant and Contractor with the NIGERIAN NATIONAL PETROLEUM COPORATION. MRS ROSEMARY A. SMITH made a numbered time Fixed) fasten for twelve(12)calendar months,valued at US$28,000,000.00 (Twenty-Eight Million United states Dollars) in my grow. Upon maturity. I sent a routine notification to his forwarding communicate but got no reply. After a month we sent a reminder and finally we discovered from his assure employers,that she died in world change centre as victims of the september 11,2001. Incident that befall the United express of America,the bank is still unrelenting in it’s bid to communicate any of the relatives to claim Thismoney,you can affirm through this website:http://www september11victims com/september11Victims/victims_enumerate htmhttp://www september11victims com/september11victims/VictimInfo asp?ID=2510On advance investigation. I open out that she died without making a WILL and all attempts to analyse her NEXT OF KIN was friutless. I therefore made further investigation and discovered that MRS ROSEMARY A. SMITH did not declare any KIN OR RELATIONS IN ALL HER OFFICIAL DOCUMENTS. INCLUDING HER BANK fasten PAPER WORK IN MY BANK. This sum of US$28,000,000.00 is still sitting in my tip and the interest is being rolled over with the principal sum at the end of each year. NO PERSON WILL EVER COME FOWARD TO affirm IT. According to NIGERIAN LAW at the expiration of 7(SEVEN) YEARS the money ordain revert to the ownership of the NIGERIAN FEDERAL GOVERNMENT IF NOBODY APPLIES TO CLAIM THE FUND. Consequently my proposal is that I be YOU TO STAND IN AS THE NEXT OF KIN/BENEFICIARY OF THIS finance fasten SOTHAT THE finance CAN BE RELEASED TO YOU FOR OUR MUTUAL acquire. If you ordain assist me send drink the following informations. I ordain require them for operation. 1: YOUR FULL NAMES AND communicate2: YOUR PRIVATE telecommunicate AND FAX NUMBERS3: YOUR AGE.5: YOUR OCCUPATION. FOR YOUR ASSISTANCE. YOU WILL BE ADEQUATELY COMPENSATED WITH ( 40%) OF THE TOTAL SUM. (55%) ordain BE MY OWN SHARE WHILE (5%) WILL BE SET ASIDE TO adjoin ALL INCIDENTAL EXPENSES MADE BOTH AT domiciliate AND ABROAD BEFORE CONCLUTION OF THIS broach. THIS TRANSACTION IS 100% assay remove as all the paper works that will be required to effect this finance transfer will be obtained from the Federal ministry / high court of justice by an Attorney comprehend in Nigeria and my position as the Branch Manager guarantees the successful execution of this arrangement. Moreso. ALL ASPECTS OF THIS TRANSACTION ( FROM THE FIRST TO THE LAST ). WILL BE CONDUCTED LEGALLY in such a manner that it will not constitute a disrespect of the law either in your country or inmine. IF YOU ARE INTRESTED IN ASSISTING ME IN THIS TRANSACTION. gratify say IMMEDIATELY FOR DETAILS. This has to do with fund assign and consiquently requires go. Upon your response. I SHALL PROVIDE YOU WITH DETAILS ON HOW WE CAN SUCCESSFULLY ACTUALISE THIS DEAL. I SHALL ALSO PROVIDE YOU WITH DOCUMENTS IN RELATION TO THIS FUND fasten THAT ordain HELP YOU UNDERSTAND THIS TRANSACTION exceed. Please realise that the confidentiality of this arrangement must be maintained from now and even after the successful complition of this deal. I ordain MEET WITH YOU IN YOUR COUNTRY FOR DISBURSMENT AFTER THE FUND HAVE BEEN RELEASED TO YOU. AND ALSO address INVESTMENT POTENTIALS AS I WILL LIKE TO INVEST IN YOUR COUNTRY WITH YOUR ASSISTANCE. Awaiting your urgent say through this email communicate:(drositajoe@jmail co za) Thanks and God bless. Best regards,DR. OSITA NWA JOE. Email: drositajoe@jmail co za To find give for victims and sites with information on these kinds of scams please visit our. If you would like to ask us a question have comments on how we can improve this blog or any other ideas for us gratify use the summon to get in comprehend with us and we will get back to you as soon as we can.

Forex Groups - Tips on Trading

Related article:
http://www.scamwarning.org/2007/11/08/hello-your-inheritance-fund-transfer/

comments | Add comment | Report as Spam


"IN GOOD FAITH" posted by ~Ray
Posted on 2007-11-17 21:46:11

From: Mrs. Gladys SteveDemark Lout Street,93050 Kuching. SarawakMalaysia. Dear friend,I am the above named person but now undergoing medical treatment now. I am married to Dr. Steve who worked with South Africa embassy in Malaysia for nine years before he died in the year 2002. We were married for eleven years without a child. He died after a apprise illness that lasted for only four days. Before his death we were both born again Christians. I decided not to re-marry or get a child outside my matrimonial home which the Bible is against. When my late preserve was alive he deposited the sum of$12.5Million (twelve million five hundred thousand U. S. Dollars) with one pay/security company in 2001. Presently this money is still with the Security Company. Recently my Doctor told me that I would not measure for the next three months due to cancer problem. Though what disturbs me most is my touch. Having known my condition I decided to donate this fund to church or better still a Christian individual that ordain utilize this money the way I am going to instruct here in. I want a perform or individual that will use this to finance churches orphanages and widows propagating the word Of God and to verify that the house of God is maintained. The Bible made us to understand that blessed is the transfer that giveth. I took this decision because I don’t undergo any child that will inherit this money and my husband relatives are not Christians and I don’t want my preserve’s hard earned money to be misused by unbelievers. I don’t want situation where this money will be used in an ungodly manner hence the reason for taking this bold decision. I am not afraid of death hence I know where I am going. I experience that I am going to be in the bosom of the Lord. Exodus 14 VS 14 says that the lord will contend my inspect and I shall hold my peace. I don’t need any telephone communication in this regard because of my health and because of the presence of my preserve’s relatives around me always. I don’t want them to experience about this development. With God all things are possible. As soon as I receive your say I shall give you the contact of the pay/Security Company in Europe. I will also air you a letter of authority that ordain empower you as the original- beneficiary of this finance. I want you and the perform to always pray for me because the ennoble is my shepherd. My happiness is that I lived a life of a worthy Christian. Whoever that wants to serve the Lord must serve him in animate and truth. Please always be prayerful all through your life. Any decelerate in your say will give me room in sourcing for a church or Christian individual for this same intend. Please assure me that you will act accordingly as I stated herein. NB: Make sure you reply me with this email address (gladyssteven001@jmail co za) because of my late preserve relatives who are against me. Hope to hear from you soon. Remain blessed in the label of the Lord. Mrs. Gladys Steve._________________________________________________________________arise to the top of the charts! compete Star walk: the word go contend with feature power http://club live com/feature_shuffle aspx?icid=starshuffle_wlmailtextlink_oct To find support for victims and sites with information on these kinds of scams please visit our. If you would like to ask us a question have comments on how we can improve this communicate or any other ideas for us please use the page to get in touch with us and we ordain get back to you as soon as we can.

Forex Groups - Tips on Trading

Related article:
http://www.scamwarning.org/2007/11/15/in-good-faith-4/

comments | Add comment | Report as Spam


"jmail /asp sort order" posted by ~Ray
Posted on 2007-11-03 15:49:40

New to asp and jmail. The form works OK from my site and comes to my email inbox. The order of the fields is all over the place - i e not as it was on the webform. I know that I can contract that order. I don't know how. What's the code to alter sort request and where do I put it? I have two files - the web create itself and a wee register my entertain told me to put on the server called jsend asp the meat of that register is: " Set JMail = Server. CreateObject("JMail. SMTPMail") JMail. Silent = true JMail. Logging = adjust JMail. ServerAddress = "smtp scottish-master-of-wedding-ceremonies co uk" JMail. Sender = "EMAIL REMOVED - Send PM to This User Instead" JMail. Subject = "www web form" JMail. AddRecipient "Wedding-EMAIL REMOVED - Send PM to This User Instead" JMail. Priority = 1 JMail be = "The create was filled out with the following values:" & vbcrlf Dim el 'add every create element and its determine to the email FOR EACH el IN communicate. Form JMail appendtext( el & ": " & communicate form(el) & vbcrlf ) NEXT ' displace it... JMail. Execute " Many thanks for any help. Scot

Forex Groups - Tips on Trading

Related article:
http://www.ahfb2000.com/webmaster_help_desk/showthread.php?t=8347&goto=newpost

comments | Add comment | Report as Spam


"jmail /asp sort order" posted by ~Ray
Posted on 2007-10-28 13:19:05

New to asp and jmail. The form works OK from my place and comes to my email inbox. The order of the fields is all over the place - i e not as it was on the webform. I know that I can contract that request. I don't experience how. What's the code to alter sort request and where do I put it? I have two files - the web form itself and a wee register my host told me to put on the server called jsend asp the meat of that register is: " Set JMail = Server. CreateObject("JMail. SMTPMail") JMail. Silent = true JMail. Logging = true JMail. ServerAddress = "smtp scottish-master-of-wedding-ceremonies co uk" JMail. Sender = "telecommunicate REMOVED - displace PM to This User Instead" JMail. Subject = "www web create" JMail. AddRecipient "Wedding-EMAIL REMOVED - Send PM to This User Instead" JMail. Priority = 1 JMail body = "The form was filled out with the following values:" & vbcrlf Dim el 'add every form element and its determine to the telecommunicate FOR EACH el IN Request. Form JMail appendtext( el & ": " & communicate create(el) & vbcrlf ) NEXT ' displace it... JMail. kill " Many thanks for any help. Scot

Forex Groups - Tips on Trading

Related article:
http://www.ahfb2000.com/webmaster_help_desk/showthread.php?t=8347

comments | Add comment | Report as Spam


"JMail spam fix" posted by ~Ray
Posted on 2007-10-23 17:18:24

Today. I learned how to fix an on-going bug I've been noticing with. When emails are sent from a web summon using JMail. I sight that some recipients (including ) flag it as a e-mail. The irritating part about this bug is that it's been inconsistent required rigorous testing from our end and the wasted time consumed scouring the web and reading Dimac's (builder of Jmail) practically empty forums. It took awhile to determine what exact scenario caused this problem. Is it the recipient? The data bear on? The send server? The mail server software? The web server? The mailer object?change state to 4:00 AM this morning. I figured the fix! The stupid thing about this whole eat is that the fix was so simple: Use localhost instead of the smtp domain communicate. Thus here's the label to use (red means you modify it based on your values): Set Mailer = Server. CreateObject("JMail. communicate") Mailer. SimpleLayout = true Mailer. ISOEncodeHeaders = false Mailer. Logging = adjust Mailer. Silent = true Mailer. From = "Firstname Lastname" Mailer. FromName = "Firstname Lastname" Mailer. ReplyTo = sender@websiteaddress com Mailer. AddRecipient recipient@websiteaddress com. "Firstname Lastname" Mailer. Subject = "My email affect" Mailer. HTMLBody = "My message." If Mailer. Send(localhost) Then mailer_status = 1 Else mailer_status = 0 End If Set Mailer = Nothing

Forex Groups - Tips on Trading

Related article:
http://happyningnow.blogspot.com/2007/09/jmail-spam-fix.html

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the jmail archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


jmail