Topic: Mail Server Setup
Hi Joe
Where do I setup my SMTP Server Details in FA2 (Latest Version) to send a PDF Invoice/Statement to a Client and what File(s) can I change the Wording in re. Mail Message.
Thanks again
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Setup → Mail Server Setup
Hi Joe
Where do I setup my SMTP Server Details in FA2 (Latest Version) to send a PDF Invoice/Statement to a Client and what File(s) can I change the Wording in re. Mail Message.
Thanks again
FA2 uses the PHP built-in mail function to send mail so you should be able to use it transparently. The messages are in doctext.inc and doctext2.inc, that are included by pdf_report.inc in /reporting/includes folder.
/Joe
Thanks again Joe
If I want to add more than one email Address for a Client (I need to send the PDF Invoices/Statements to both the Accounts Manager and the Creditors Clerk) do I just in Customers / Setup Type in the Email Addresses: " manager@companyx.com; clerk@companyx.com "
Thanks Again
This is a Great Product
I am not sure if it works, but probably it does. I haven't tried. Try to do a test.
/Joe
is this where if I will find the answer to my questions described on image below ? If so, where exactly ( lines ) do I go to change such info ?
Please read the wiki:
1. https://frontaccounting.com/fawiki/index.php?n=Devel.EMailIssues - Multiple Contacts EMail
2. https://frontaccounting.com/fawiki/index.php?n=Main.Installation - Windows XAMPP Mailing
EMail is sent using the email class in reporting/includes/class.mail.inc and the "new email" object instance is called only in inventory/includes/inventory_db.inc and reporting/includes/pdf_report.inc. These are the files where you will find the message and/or message argument that can then be used to trace the message per se to make alterations.
if you add more contacts to a customer branch, it will send mail to all the contacts. here is an example
FrontAccounting forum → Setup → Mail Server Setup
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.