it can send also without authentification if you set user/pass to an empty string there will be no auth. That is the usual configuration to send it via localhost.
Sebastian 2011/12/15 [email protected] <[email protected]> > > Does the email server still require an account on the smtp-server ? > > > INFO 02-07 20:06:49.052 UsersDaoImpl.java 2087848 404 > org.openmeetings.app.data.user.dao.UsersDaoImpl [NioProcessor-1] - > selectMaxFromUsers6 > ERROR 02-07 20:06:49.219 MailThread.java 2088015 131 > org.openmeetings.utils.mail.MailHandler [Thread-19] - [mail send] > javax.mail.SendFailedException: Invalid Addresses > at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1196) > [mail-1.4.jar:1.4] > at > com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:584) > [mail-1.4.jar:1.4] > at javax.mail.Transport.send0(Transport.java:169) > [mail-1.4.jar:1.4] > at javax.mail.Transport.send(Transport.java:98) [mail-1.4.jar:1.4] > at > org.openmeetings.utils.mail.MailThread.send(MailThread.java:127) > [openmeetings.jar:na] > at org.openmeetings.utils.mail.MailThread.run(MailThread.java:49) > [openmeetings.jar:na] > Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 > <emailaddress @ valid-domain.com>: Relay access denied > > at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1094) > [mail-1.4.jar:1.4] > ... 5 common frames omitted > DEBUG 02-07 20:07:11.990 Sessionmanagement.java 2110786 569 > org.openmeetings.app.data.basic.Sessionmanagement > [Red5_Scheduler_Worker-10] - Sessions To Delete :: 0 > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/openmeetings-user/-/yBfkEDGC77AJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
