Email - Setting up Display Name
Last Post 01/22/2008 8:38 AM by Joseph Craig. 1 Replies.
Author Messages
kishoreaquarius
Nuke Newbie
Nuke Newbie
Posts:4


--
01/22/2008 3:15 AM  

HI All,

We have a problem in setting up the DISPLAY Name for the FROM address in DNN.

Mail.SendMail("FROM@ADDRESS.COM", "TO@ADDRESS.COM", "", "THIS IS THE SUBJECT", "THIS IS THE MESSAGE BODY", "", "HTML", "", "", "", "" );

 

I.e Instead of FROM@ADDRESS.COM it should show like “YourDisplayName” like we have in OUTLOOK or any web mails.

Any help would be appreaciated.

Regards,
Kishore Kumar.N

Joseph Craig
DNN MVP
Posts:11667


--
01/22/2008 8:38 AM  
I haven't tried this but, have you written the "From" address in a form like: "John Doe < saul.seinberg@gmail.com >" ?

I've been having some difficulties with Mail.SendMail in DotNetNuke. When I specify "" as the bcc address, I get an entry in the error log that refers to a bad email address. At least I think it has to do with bcc. Have you seen anything like this?

Joe Craig, Patapsco Research Group
Complete DNN Support


---