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

