| View previous topic :: View next topic |
| Author |
Message |
| khall
| | Joined: 19 Nov 2008 | | Posts: 7 | |
|
Posted: Fri Dec 12, 2008 4:40 pm Post subject: Issue Using Email Export - Please help |
|
|
12/12/2008 5:37:41 PM
Messasge: Failure sending mail.
Source: System
Stack Trace: at System.Net.Mail.SmtpClient.Send(MailMessage message)
at CrystalDelivery.frmMain.ExportReport(String ReportSettingsInfo)
Target Site: Void Send(System.Net.Mail.MailMessage)
 |
|
| Back to top |
|
 |
| brenak
| | Joined: 06 Jan 2009 | | Posts: 8 | |
|
Posted: Tue Jan 20, 2009 2:18 pm Post subject: |
|
|
I'm getting the same thing  |
|
| Back to top |
|
 |
| brenak
| | Joined: 06 Jan 2009 | | Posts: 8 | |
|
Posted: Tue Jan 20, 2009 3:37 pm Post subject: |
|
|
I'm not sure this will ever work.
Now mind you, there are such thing as de-compilers out there. I'm only looking, not re-creating...
Version 7.0.7.0 - In a certain Sub, where the actual email gets sent (this is where the error we are seeing is being thrown, there are two mailmessages.
The mailmessage that is actually built, with all of the stuff we need...is not what's sent...its a mailmessage that is malformed, and not actually built at all...its defined, and that's about it. Now...maybe what I"m looking at is completely wrong, and I'm not getting the whole picture.
message should be message2 and its not...
There is nothing we can do on this version to fix it from what I can tell.
I wish the latest actually worked with more than 1 datasource as another poster here mentioned, it doesn't.
I'm thinking its time to write my own email program to monitor the export directory and pick them up and send  |
|
| Back to top |
|
 |
|