ASPFriends.com 'ngfx-mail' list Archive - February 2002
Messages
Page: 1
Email Pop Back system (2 replies)
ASPFriends.com 'ngfx-mail' list
Moved from [aspngfreeforall] to [ngfx mail] by Charles M. Carroll charlesmarkcarroll@yahoo.com We need to build a system that allows users to send an email to a system and get information from a database 'bounced' back to them like fax back. I am really just in the ideation stage of this project but am thinking that we could provide a system that would become intuitive to the users where the forma...
MailEncoding.Base64 Corrupting .pdf Attachments (3 replies)
ASPFriends.com 'ngfx-mail' list
Copied from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com This is a strange one that has been hanging me up. When I am attempting to attach certain .pdf files in ASP.NET, it will corrupt the chart images giving me errors like: There was an error processing a page. There was a problem reading this document (114) Insufficent Data for Image Illegal operation 'h' inside a text...
Email utilizing Client Default Mail System (5 replies)
ASPFriends.com 'ngfx-mail' list
Moved from [aspngvs] to [ngfx mail] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello all, I am not sure this is the appropriate list to ask this question but here it goes anyway: Can anyone tell me where I can find an example of implementing email functionality in an ASP.NET web application, which utilizes the clients default mail system (e.g. Outlook, Netscape, etc.) I have successfully i...
Sending mail problem... Can someone tell me what is wrong? (5 replies)
ASPFriends.com 'ngfx-mail' list
When trying to use the standard faculties to send mail from an VB.NET application, I receive the following error: An unhandled exception of type 'system.Web.HttpException' occurred in system.web.dll Additional information: Could not access 'CDO.Message' object I don't have a clue as to what is going on... I am runnin the VB.NET application on a windows 2000 professional machine, and it has the SMT...
SMTP.SENDMAIL (7 replies, VIP)
ASPFriends.com 'ngfx-mail' list
Moved from [aspngfreeforall] to [ngfx mail] by Charles Carroll charlesmarkcarroll@yahoo.com Hi all, I have some code I wrote in beta 2 that worked fine. Now in RTM it doesn't work Here is a snippet Imports System.Web.Mail .... Dim mailObj As New Mail.MailMessage() mailObj.From 3D "rmahler@puternerd.com" mailObj.To 3D "smahler@puternerd.com" mailObj.Subject 3D "Test" mailObj.Body 3D "This is a test...
SMTP service load with ASP.NET (2 replies)
ASPFriends.com 'ngfx-mail' list
Hi everyone, A quickie: which of the following has less stress on a Win2000 SMTP service? one e mail message generated by an ASP.NET page sent to 1,000 recipients, all in the "To" field 1,000 e mail messages generated by an ASP.NET sent to one recipient each in the "To" field Thanks, Jason
Re :The Equivalent of the CDONTS IN ASP.NET (3 replies)
ASPFriends.com 'ngfx-mail' list
Hi Whats the equivalent of the CDONTS In ASP.NET. Any artcile/examples on this Thanks Jai P A href 'mailto:virtual2real@yahoo.com&tanwar@asia1.com">tanwar@asia1.com</A> ' virtual2real@yahoo.com& /A /P P A href "mailto:tanwar@asia1.comjaisingh@tanwar.net</A> " tanwar@asia1.com /A /P P A href 'mailto:jaisingh@tanwar.nethttp://tanwar.intranets.com"> '...
sample mail application (without SMTP) (2 replies)
ASPFriends.com 'ngfx-mail' list
Could somebody recommend me a sample .Net application / code for sending e mails, without using SMTP? Gabor
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...
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
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...
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
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 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...
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,...
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...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification