Is there a way in this version or a newer version to be able to email reports using web based email programs like Gmail, Yahoo, and Outlook.com (formerly Hotmail)?
ReportBuilder has the ability (via SMTP libraries such as Indy or Synapse) to connect to virtually any SMTP server and send emails. See the following article on how to connect to the GMail SMTP and send emails via the Indy plugin. The same would apply for any other email service (with perhaps different settings).
If you would like to send emails via gmail from the preview, you will use similar code as in the demo I linked to earlier, only you will want to place it inside the BeforeEmail event (and remove the SendMail call). You will also need to use a global or class variable for the IOHandler so it is not freed before the report is sent.
Moving forward, we hope you will consider upgrading your version of ReportBuilder to take advantage of many new features added since RB 11 (including easily accessible email events).
Comments
ReportBuilder has the ability (via SMTP libraries such as Indy or
Synapse) to connect to virtually any SMTP server and send emails. See
the following article on how to connect to the GMail SMTP and send
emails via the Indy plugin. The same would apply for any other email
service (with perhaps different settings).
http://www.digital-metaphors.com/rbWiki/Output/Email/How_To...Customize_Indy_Email_Settings
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
using the email button, but have it sent via a gmail account for example?
can I download them?
The demos and tutorials are installed with ReportBuilder. You can find
them here.
http://www.digital-metaphors.com/rbWiki/General/Installation/Tech_Tip:_Demo_Location
If you would like to send emails via gmail from the preview, you will
use similar code as in the demo I linked to earlier, only you will want
to place it inside the BeforeEmail event (and remove the SendMail call).
You will also need to use a global or class variable for the IOHandler
so it is not freed before the report is sent.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
could not find it there. 11.04 Enterprise Edition, delphi 7
SendEmail work?
Moving forward, we hope you will consider upgrading your version of
ReportBuilder to take advantage of many new features added since RB 11
(including easily accessible email events).
http://www.digital-metaphors.com/rbWiki/General/What's_New
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com