[OpenSIPS-Users] sermyadmin registration activation email not being sent

rocky881 abarwat at gmail.com
Fri May 7 21:14:16 CEST 2010


I have installed sermyadmin on server A in the same network and i have my
SMTP email server( with no authentication) on server B. Now I modified the
spring/resources.xml file as follows with the host and from address and no
authentication. Server B is 10.100.22.365 . The problem is that when i
modify anything in this resources.xml the changes are picked but it is not
picking up the form address. The mail is being sent to the smtp server when
registration is done but the FROM address is missing. Also as a test I can
ping to the mail server and vice versa and telnet on port 25 and
successfully send emails on port 25 so connecitvity is not an issue


<beans xmlns="www.springframework.org/schema/beans"
xmlns:xsi="www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
www.springframework.org/schema/beans
www.springframework.org/schema/beans/spr...ns-2.0.xsd">


<bean id="mailSender"
class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property name="host" value="10.100.22.365" />

</bean>

<bean id="mailMessage" class="org.springframework.mail.SimpleMailMessage">

<property name="from" value="abcd at emailserver.com" />

</bean>

</beans> 
-- 
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/sermyadmin-registration-activation-email-not-being-sent-tp5020958p5020958.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.



More information about the Users mailing list