Dear DNN user,
I'm using VS2008 develop a send email module. I know DotNetNuke.Services.Mail.Mail.SendMail is use for sending out the email. I want to ask two question:
1: if using localhost and NO IIS(but got internet connection) , is it possible to test my module to send out email(provided no error)?
2: DotNetNuke.Services.Mail.Mail.SendMail("From", "TO", "Bcc", "Subject", "Body", "Attachment", "Body Type", "SMTP Server", "SMTP Authentication", "SMTP Username", "SMTP Password"). Do i need to configure my host SMTP setting also? Can i leave "SMTP Authentication", "SMTP Username", "SMTP Password" blank if i got configure my host SMTP setting?
Thanks in Advance and Have a Nice day :)