| 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 |
|
| 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... |
|
| 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... |
|
| 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... |
|
| 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... |
|
| Mail (5 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Can anybody give me good example of sending a mail through ASP.Net Regards Sachin |
|
| 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 ... |
|