Tom,

Although not a direct answer to your situation, R:Mail plugin could be a 
solution.  R:Mail "sender_info_name" parameter does what you require.

-- James
  ----- Original Message ----- 
  From: TOM HART 
  To: RBASE-L Mailing List 
  Sent: Wednesday, January 12, 2011 11:44 PM
  Subject: [RBASE-L] - Email settings


  Is there a way to get a email report to show a name instead of email address
  e.g.

  print ConSaleRep where consignnum = '51' +
  option pdf|filename sales.pdf +
  |EMAIL ON +
  |email_host smtpout.secureserver.net +
  |email_userid my userid +
  |email_password my password +
  |EMAIL_TO_LIST [email protected] +
  |EMAIL_FROM_NAME my name +
  |EMAIL_FROM_ADDRESS [email protected] +  
  (this is the part I want to change, if I just put my name it will not send,  
if I put
  my email address it works fine)

  |EMAIL_SUBJECT Your sales report +
  |EMAIL_BODY Attached is your sales report... +
  |email_port 80 +
  |email_authentication on +
  |EMAIL_DELETE_AFTER_SEND ON +
  |EMAIL_SHOW_DIALOG off
  RETURN

Reply via email to