| Email priority setting... (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Tim Tim.Musschoot@rug.ac.be Does anyone know how to set the Email priority with the MailMessage Class? I have tried setting... MyMessage.Priority Mail.MailPriority.Low MyMessage.Priority Mail.MailPriority.High But mail received using OutLook Express does not have the usual Low priority or High Priority (arrow up down) tag. Thanks for your response! Pa... |
|
| Email Problem (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngstart] to [ngfx mail] by Alex Lowe webmaster@asp grandrapids.net Hello! All, I have a very strange problem, I hope someone here encountered and solve it peacefully??? I sent my Emails (Newsletter Module) via ASP.NET but when I sent the email to AOL subscriber it shows them HTML Tags instead of process HTML code, why this thing happened? And I received this on my Hotmail, I got the... |
|
| Select unread mails (5 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hi, I want to select the unread mail from a POP server. I have no idea how to find out weather a mail is a read or a unread mail. Can some one help me out on this And the second problem is I can't get the attachments form the POP can some one say how to get that also I am using C# and connecting using tcpClient Please help me out Thanks In Adv Rijal |
|
| Automating Reading Outlook email. (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Copied from [ngfx msoffice] to [ngfx mail] by Let the good times roll bbilbro@hotmail.com I have a VB.Net program that reads an Outlook mailbox and parses thru emails. Everytime I execute it, I get a dialog box coming up in Outlook that says, "A program is trying to access email addresses you have stored in Outlook. Do you want to allow this?". It then lets you select how long you want this to occ... |
|
| IMAP Mail Server! (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Let the good times roll bbilbro@hotmail.com Guys! I was actually exploring the possibility of creating a mail script with ASP.NET and IMAP! and to see if it has any native imap functions that enable us to do the minimum functionality like reading , forwarding, replying and Composing a mail? I know with PHP, we can check our email account remotely usin... |
|
| Mail server on specific port (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Is there any way to use a mail server on a non standard port (26) with ASP.net. I run IMail as my main mail server which is on port 25 and have had to put the IIS SMTP service on port 26, but can't see how to access it via SmtpMail.SmtpServer. I have tried adding it in at the end using :26, but this doesn't seem to work. Unfortunately IMail grabs all the IPs so there doesn't seem to be a way to st... |
|
| HTML Format Mails with embedded images (10 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Tony Stark IronMan@aspelite.com How do I add embedded images to an HTML format mail message? Cheers Jacob Kruger Web Developer jacob@cknet.co.za |
|
| Mass mailing with aspNetEmail (5 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Anyone using aspNetEmail for large scale mass emailing? Blasting 1.5 million in an hour or so? Close to that? Thanks in advance! Todd Carrico Sr. Development DBA, Team Lead: match.com Co Author: VB.NET Developers Guide, Syngress Publishing 2001 C#.NET Web Developers Guide, Syngress Publishing 2001 ASP.NET Web Developers Guide, Syngress Publishing 2001 XML.NET Developers Guide, Syngress Publishing ... |
|
| Reading mail attachment (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hi All, I am writing a program that can read from a pop server using tcpclient. Now i can read all except attachments. attachments are encoded ("Content Transfer Encoding"). Can anyone tell me how to decode and get the attachment as it is PS: I am using a jpg file as the attachment Thankx Rijal |
|
| sending private mail (6 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Is it possible to set somehow mail s sensitivity to "Private"? Thanks, Gabor |
|
| Mailto: (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Tim Musschoot Tim.Musschoot@rug.ac.be !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV 3D"Content Type" CONTENT 3D"text/html; charset 3Diso 8859 1" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE Mailto: /TITLE /HEAD BODY P FONT SIZE 3D2 Hi all , /FONT BR FONT SIZE 3D2   /FONT BR FONT SIZE... |
|
| Multiple Recipients when using System.Web.mail (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hi there, I can t find how to add multiple recipients when using System.Web.mail. Could someone tell me please? Is it a comma separated list? Thanks, Kevin. designMe Ltd. Birmingham Telephone: 0121 693 5778 Facsimile: 0121 693 5779 York Telephone: 01904 466643 Facsimile: 01904 610718 This message may contain confidential information and is intended only for the individual named. If you are not the... |
|
| SMTP.SendMail Problem (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I cannot get my sendmail asp.net page to work. The following is the code: %@ Import namespace "System.Web.Mail" % Script runat "server" SmptMail.Send("mefrom@from.com","tomail@to.com","My Subject","This is my body") /Script Trying to run the page gives error saying that SmptMail is not declared. I can create a simple f... |
|
| IIS and Exchange Server 5.5 question (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| I have my web server up and running and was able to email from our inhouse site using the SMTP service, but I had to install Exchange server 5.5 on the the web server. Needless to say, I am now having to use the Exchange Server to send mail and not just relaying to it as before and I can no longer send mail fro mthe webpages. The mail server is working fine, we are not having problems with it, jus... |
|
| Email (7 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by devin devinr@drone interactive.com Hello everyone. I'm learning asp.net and just tried to use the system.web.mail namespace and received an error about security. I'm working through Wrox's Beginning ASP.net using vb.net. In the book errata, they did address the security issue and had instructions for setting "write" permissions for the folder containi... |
|
| use online form to send vcard (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I want to use the contents of an online form in a vcard attachment sent via CDONTS on the server. Anyone else already done this or think it's possible? Thanks for the help! |
|
| Sending Email (14 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I'm using this simple test script to send email. I have 3 machines: 2 Win2k servers and one XP Pro all installed with the final release of ASP.Net. It works fine on the Win2k machines but fails on the XP Pro box. The SMTP service is installed and running. Just wondering if anyone has any quick suggestions? Thanks. Er... |
|
| Scalability of simple .NET-based mass mailer (6 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| Hi everyone, I'm using the same basic code construct to send newsletters to a mailing list...this is a typical setup using CDO to send out e mail, looping through a collection of addresses stored in a database: ' connect to a database and instantiate a DataReader object ' ... objMailMessage New MailMessage objMailMessage.From "me@mydomain.com" objMailMessage.Subject "Hi there!" objMailMessage.Prio... |
|
| Message/Email Threading (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Dana Coffey denigma@bellsouth.net Okay I am trying to write an SMTP Event Sink using VB.NET and cdo/adodb. So far I've gotten further than I hoped... But now I'm sort of stuck. This really isn't' an ASP.NET or vb.NET question.. It's more of a email standards question. Has anyone dealt with email threading before? I know there are some message headers ... |
|
| Mail (5 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Can anybody give me good example of sending a mail through ASP.Net Regards Sachin |
|
| SmtpMail.Send exception (6 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Douglas Reilly doug@accessmicrosystems.net Hello, I'm getting the following error when trying to send mail. The SMTP server is properly running and I'm able to send email from classic ASP sites on the same server via the CDONTS.NewMail object. System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid. Here's the stack... |
|
| convert email encoding (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngcommunity] to [ngfx mail] by Chaz charlesmarkcarroll@yahoo.com Hello! I have page encoded in UTF 8 and i want to send email through the same page but using different encoding (Windows 1256)? is it possible?' So how can I convert the mail.Body from UTF 8 to Windows 1256? I tried mail.BodyEncoding Encoding.ASCII but it cant work, because it sent them in unreadable characters because... |
|
| NOT ANSWERED BEFORE: Wrapping up html and mailing... changing characters... (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Does anyone know why this might be happening? Seems that asp.net is taking 'creative license' with wrapping up the web content. Any thoughts are appreciated. Original Message From: Bryan Andrews 20 Sent: Thursday, April 18, 2002 12:32 PM To: ngfx mail Subject: [ngfx mail] Wrapping up html and mailing... changing characters... I am using this code (posted at the bottom) to wrap up a web page and em... |
|
| Email for aspx not going on new server (5 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by James Avery javery@deluxeeng.com Hi All, Ok this bugs the crap out of me, I have a server i can send traditional asp, vbs files with CDO just fine. When i try from .NET i get this error below. I've tried about everything I know of. I've fought with this before and can't recall the magic bullet, I even tried putting SYSTEM as the machine.config account... |
|
| Converting Table to String (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngreuse] to [ngfx mail] by James Avery javery@deluxeeng.com I have a Table that I've created, with rows and cells and I would like to send it in an e mail. The System.Web.Email.MailMessage.Body only accepts a string, any idea on how to convert the Table to a string? Dim Table as new Table ..... Dim eMail as New MailMessage() eMail.Body Thanks, Scott Cate |
|
| SmtpServer observation (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| just an observation here... i was going through the docs on SmtpMail.SmtpServer... and according to the docs. The name of the e mail server. If SmtpServer is not set, the name of the local SMTP server is used. so, according to this, you 'don't' need to set SmtpMail.SmtpServer "localhost"; However, I'll contend the docs are wrong... however, I do have another question\observation about the SmtpMail... |
|
| Server.create object (2 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| Copied from [aspngfreeforall] to [ngfx mail] by Douglas Reilly doug@accessmicrosystems.net HI In asp net i would like to use Server.createobject("project dll name") this is suppose to be latebinding . i would like to use CDO NEW MAIL and CDO objects for my mail service . server.createobject is not working for me can any one tell me whether should i have to add any COM REFERENCES in my project to u... |
|
| POPping Mail with .NET? (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngvb] to [ngfx mail] by James Avery javery@deluxeeng.com Hi there. The SMTP Mail functionality of .NET is quite nice, however, I'm struggling to find any built in features for reading emails. I've found a couple resources, but nothing that really catches my eye just yet. If anyone knows of any tools or links on how to read and manipulate information from a POP server, it would be gr... |
|
| SV: Re: Catching SmtpMail Exceptions? (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Well I have tried to use this (VB.Net): Try SmtpMail.Send( objMailMessage ) Catch exMail As SmtpException ''//Do this Finally ''//Do that End Try But of course this doen't work. I have looked for error handling of SmtpMail in the documentation but havn't found any. 09 Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3... |
|
| Problem sending smtp mail. (7 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hello, I'm working on a page that needs to send email and I'm at the point where I just want to test sending email to myself and I get an error, pasted below (scroll down). If anybody has any ideas on this, please let me know. I've been poking around the documentation and can't come up with the answer yet. I SUSPECT it has something to do with the way my PC is set up for my broadband internet conn... |
|
| Catching SmtpMail Exceptions? (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I have tried in vain to find any documentation as to how to error handle the SmtpMail Class. Anybody knows what syntax to use? Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D Sonnenburg Communications Bergsgatan 3, SE 211 54 Ma... |
|
| System.Web.Mail only a wrapper around CDO ? (2 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com from http://www.exclamationsoft.com/exclamationsoft/Smtp.NET/ "...Microsoft's System.Web.Mail is only a wrapper around CDO making it less efficient and more prone to unexpected problems. If you use System.Web.Mail, your applications are not fully managed..." is this true ? any comments ? Rolando rramirezg@hotmail.com... |
|
| Receive single HTML/Plain Text email (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| I'm trying to get an app to send a recipient an email that is in HTML format if they can receive HTML emails, but sends the recipient a Plain Text email if they can't get HTML email. I want the recipient to just receive one email (an HTML email if they can get it, otherwise just a Plain Text email). Someone told me that the email viewer (Iike Outlook) will just ignore the Plain Text email if you j... |
|
| POP Emails (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hi! All, Do we have any classes in the Dot Net toget the Pop Email? Regards Mudassir Cell: 0300 9274871 Office: 5800861/2 Web: http://www.magsnet.net Email: mmudassir@mags.net.pk |
|
| The "SendUsing" configuration value is invalid. (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| hi gurus, i'm using the following code to send a mail over the cdo: private void SubmitBtn Click(Object sender, EventArgs e) { string strMsg ""; MailMessage mail new MailMessage(); if (txtEMail.Text ! "") mail.From txtEMail.Text; else mail.From "unknown"; strMsg " b From : /b " txtEMail.Text " br "; strMsg " b Name : /b " txtName.Text " br "; mail.To EMailAddress; mail.Subject txtSubject.Text; str... |
|
| creating an email account administration console in .NET (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by James Avery javery@deluxeeng.com I need to be able to create new email accounts from an ASP.NET page... if (Page.IsPostBack) { string emailAcct EmailName.Text "@hotblue.com"; // insert code here to create that account in the smtp/pop3 server // ANY IDEAS ON HOW I COULD DO THIS HERE??? Results.Text "Email address a href \"mailto:" emailAcct "\" " email... |
|
| SMTP Mail (13 replies) |
| ASPFriends.com 'ngfx-mail' list |
| I have the same code on two servers running ASP.Net V1.0 as far as I can tell, the properties of both SMTP servers are set the same and both have been started on one server, the mail message gets sent without problem. On the other server, I get the following error message: Error in SendMail: System.Web.HttpException: Could not access 'CDO.Message' object. System.Reflection.TargetInvocationExceptio... |
|
| Dynamic Mail Body (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| I have a mailer setup that will query a table and grab the contents (body) of an email and dynamically create the email and send. I am having problems creating the line breaks though from the carriage returns in the dbase. My Code looks something like this: smtpMssg.Body 3D GetDescription(dtrResults.Item("msgBody")) My function is: Function GetDescription(ByVal Description As String) As String If ... |
|
| S M T P (2 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| If I have a server connected to the net with a static IP, can I use SMTP with a base installation of win2k server or do i require exchange server etc? i'm *confused* |
|
| How to send Bulk Newletters (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngstart] to [ngfx mail] by Charles Carroll charlesmarkcarroll@yahoo.com I am writting a .asp/.aspx program to send newsletter to (n) subscribers, one at a time ( don't want to use BCC or CC fields ) I was wondering if there are 2000 subscribers or more will asp page be able execute for such a long time ? So how programs are written to send newsletters , is it simple .asp/.aspx progr... |
|
| Queued email using MailMessage (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Maybe I missed this, but Is it possible to have Queued email with the MailMessage object? In Classic ASP, I've used ASPQueueMail (serverobjects.com) which is a regular COM object. I need to send up to twenty separate emails on a single page and they are quite time consuming to do synchronously, making the page slow to perform. I'd like to dump them into a queue and have the IIS SMTP server take ca... |
|
| cdo Message Object error (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [fastcode] to [ngfx mail] by Charles M. Carroll charlesmarkcarroll@yahoo.com I am in the process of building a mail component where I am trying to use the SMTPMail object. But I am getting the error below. System.Web.HttpException: Could not access 'CDO.Message' object. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. System.Runtime.... |
|
| Sending HTML e-mail (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Charles M. Carroll charlesmarkcarroll@yahoo.com I need to send HTML e mail. The only issue is that it is a branded page, and contains the same 'look&feel' as the rest of the site which are created with user controls. It has already been created as news.aspx How do I package and send the HTML of this page via System.Web.Mail: MailMessage objMailMessage... |
|
| Mail not sending (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hi everyone, This is pretty desperate... I have an ASP.NET application that sends an email (SMTP). I have not changed anything with for days... and today for some reason, it doesn't send anything.... I checked the email addresses are correct, no exceptions are thrown, the MailMessage object is initialized correctly... It is really frustrating... I can't track where the error could be... Thank you,... |
|
| Smtp problem (4 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Charles M. Carroll charlesmarkcarroll@yahoo.com hi all, I've been sending email using a console app, and all of a sudden it stopped working. The EXACT same code works as an ASP.NET, but not as a console app. Here is the non functional console app code, followed by the WORKING ASP.NET code. I've been pulling my hair out for 2 days on this. I'm doing th... |
|
| Mailer Application (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| We are building an application that will allow users to send html mail to users on their own lists / databases. I am particularly interested in any thoughts on performance, etc with using asp.net. We are in the first stages of the development and have working models using code that wraps up a database driven website (with client specific info) and mailing out to a user and have been exploring the ... |
|
| SMTP Date -> DateTime (3 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| Is there a simple means for doing this without parsing it manually? I found the RFC 1123 format string which I figured would be it but it failed. Any ideas? Thanks, Ryan |
|
| using System.Web.Mail; (7 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com Hello List, What could be my problem here? Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid. My code: string from "gabor.erdi@sap.com"; string to "gabor.erdi@sap.com"; string subject "New ad hoc request was posted"; string body "There is new ad hoc request... |
|
| Read POP3 email in ASP.NET (8 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by James Avery javery@deluxeeng.com Hi, can anyone point me where to have sample or article about reading POP3 email from ASP.NET? (article from aspalliance.com doesn't work) Thanks, Peter Chat with friends online, try MSN Messenger: http://messenger.msn.com |
|
| mail attachment (7 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngstart] to [ngfx mail] by Charles M. Carroll charlesmarkcarroll@yahoo.com hello all, why is my mail attachment giving out error in RTM version? Any security reason this? here is he code: Line 54: if (sFile.Length 0) Line 55: { Line 56: MailAttachment ma 3D new MailAttachment(sFile); Line 57: mailObj.Attachments.Add(ma); Line 58: } Everything works fine in Beta 2. Maybe I miss confi... |
|