Sorry, in my previous post "less" and "more" symbols were stripped because the form submissions skript recognized them as HTML tags Try MailSend "\"Jeremy Warren\" [jwarren@kbtoys.com]", ... Replace strait brackets with "less" and "more" symbols : Is there an easy way to have the sending email address when using SMTP use : the Friendly name? : i.e. Instead of: MailSend "jwarren@kbtoys.com", "", : "jwarren@kbtoys.com", & : "!!! Problem with service", & : "Service is not running!" : Something like : MailSend " "Jeremy Warren" : "... : (I know this doesn't work but you get the idea). : I tried this: Concat quotechar , "Jeremy Warren", SenderName : Concat SenderName, quotechar , SenderName : Concat SenderName, " ", SenderName : Where quotechar=char(34) aka " : Which when debugging works for the first two concats but the third one seems : to strip off the quotes I put in. : Thanks! : Jeremy Warren
|