I am unable to get a newsletter set up and I am a little confused how this module works. I'm using DNN v. 4.09
What email account actually sends the message? The one under SMTP settings? The email of the admin account? or whatever you put in the From field of the newsletter?
I have tried various email account on these various settings and when I send, it says sucessful but message is never received. What do I have to do to get this to work?
When I look into Event viewer, I find the following exception...
InnerException: Mailbox name not allowed. The server response was: sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1)
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.Net.Mail.SmtpFailedRecipientException: Mailbox name not allowed. The server response was: sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1)at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)at System.Net.Mail.SmtpClient.Send(MailMessage message)at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, String ReplyTo, MailPriority Priority, String Subject, Mailformat Bodyformat, Encoding BodyEncoding, String Body, String[] Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)