On Fri, May 15, 2009 at 6:03 PM, Eric (SWB Technology Manager) wrote:
> On the second part, do you enter the email address?

I use something like:

  $EMAIL_ADMIN = 'ad...@someserverl.com';
  $EMAIL_SENDER = 'somem...@somehost.com.br';
  $g_from_name = 'Company Name - Development Department';
  $g_administrator_email = $g_from_name . ' <' . $EMAIL_ADMIN . '>';
  $g_webmaster_email = $g_from_name . ' <' . $EMAIL_SENDER . '>';
  $g_from_email = $EMAIL_SENDER;
  $g_return_path_email  = $EMAIL_ADMIN;

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to