Hello,
i need to use secure email and then i have to set smtp in security.
My email provider is arvixe.com
So, in smtp setting:
smtp: mail.2next.it:465
flag basic true
user and pwd
ssl true
when i do a test by link the dnn don't responde. without port and ssl flag all is ok!!! i contact arvixe support and confirm me the prot is 465 and ssl is enabled.
In event viewer i find this error:
AssemblyVersion: 5.6.2
PortalID: 0
PortalName: My Website
UserID: 1
UserName: host
ActiveTabID: 16
ActiveTabName: Host Settings
RawURL: /Host/Host Settings/tabid/16/portalid/0/language/en-US/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
http://test.it.olive.arvixe.com/Hos...fault.aspx UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 3eb8e701-af38-4166-ac7f-cdc9dbcbac54
InnerException: The operation has timed out.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Mail.SmtpClient.Send
StackTrace:
Message: System.Net.Mail.SmtpException: The operation has timed out. 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, List`1 Attachments, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)
Source:
Server Name: OLIVE
Some ideas?
p.s.:I try to receive and send email secure with this paramenters with outlook and go all right!