![]() 03333 445950 03333 calls are same cost
| Making It Happen To setup any report to be sent as email, you need to do 2 things. For each report you now have to "explain" to the system how to send the report. There are now some minor changes between versions of the report designer, I am using V1.3.2001.25
TO: This is the email address you are going to send the email to, typically this would be a variable for a report, fore example it could be SALES_LEDGER.EMAIL but you are not restricted, you can put emails in other fields and use them. I have seen people use the additional contact field to store and extra email address, where statements get send to a different place to invoices. You could also put a fixed email address in there, for example on your P&L report you might want to email it to the CEO. You could even use and expression. "From My company - To " + SALES_LEDGER.NAME + " - " + INVOICE.INVOICE_OR_CREDIT + " No " + CString(INVOICE.INVOICE_NUMBER) + " attached" Plain Text/Attachment: I nearly always use PDF attachments however here you can select how you want to send your report. Body: The message boby is PLAIN TEXT you can not put any HTML in it, you can however, put in line breaks by doing shift-enter Format: Attachments can be a variety of formats, PDF's create the most consistent look Filename: Here you can enter an expression to build up a filename, my email client automatically saves the attachments on emails that are invoices into a directory, the filename if I use a format like AccountRef-Year-Month-Day-InvoiceNumber.pdf I can open the directory, find a customer, and then locate their invoice without opening Sage or my Email client Read Receipt: The read receipt is something that people ask for and then realise is of little value. I never acknowledge any emails, my email client is set to ignore such receipts, and so are a lot of peoples, as a result, this option has little value. If you were to get a receipts what would you do with it? It all takes time and money to deal with. It might have some value if you are sending final demand type letters, but for everyday use, it has no real value at all. Sending options When emailed: The final option is how you want them sent. For SMTP there is only the option to send automatically. I tend to use SMTP for all the bulk work and send automatically and use MAPI and save to invoice for the occasional extra copy as I can add a note to the message. I sometimes make 2 layouts one for automatic and one for manual sending. PROVIDER: You can select either MAPI or SMTP the pros and cons of them is discussed above. |
|