| sauberan
| | Joined: 09 Mar 2005 | | Posts: 17 | |
|
Posted: Wed Feb 04, 2009 1:23 pm Post subject: Email multiple CC's |
|
|
I've created a weekly report which sends an html report to multiple people at 10:00 AM. The 'Export Email' tab set-up is as follows:
From: abc@junk.com
To: 123@junk.com
CC: 345@junk.com; 456@junk.com; 567@junk.com; 678@junk.com;
The report kicked off at the correct time but the report was never sent to any of the real people's email accounts
I tested this to send the email without the multiple CC email accounts and it still doesn't send the report.
If I export manually it works fine.
Any thoughts?
-----------------------------------------------------------------------------
Added on 2/11
-----------------------------------------------------------------------------
Here is the error the process log gives when I have the multiple emails as described above:
2/11/2009 11:47:10 AM
Messasge: The parameter 'addresses' cannot be an empty string.
Parameter name: addresses
Source: System
Stack Trace: at System.Net.Mail.MailAddressCollection.Add(String addresses)
at CrystalDelivery.frmMain.ExportReport(String ReportSettingsInfo)
Target Site: Void Add(System.String)
Again any thoughts would be great! |
|