Hi, <br> <br>Please try to insert the data in this format:<br> <br>&lt;property name=&quot;from&quot;&gt;&lt;value&gt;<a href="mailto:myapp@maurice.co.uk">myapp@maurice.co.uk</a>&lt;/value&gt;&lt;/property&gt;<br>Maybe it works. I will check the application to see if something is hardcoded. <br>
 <br>Best regards, <br> <br>Flavio E. Goncalves<br><br>
<div class="gmail_quote">2010/5/7 rocky881 <span dir="ltr">&lt;<a href="mailto:abarwat@gmail.com">abarwat@gmail.com</a>&gt;</span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br>I have installed sermyadmin on server A in the same network and i have my<br>SMTP email server( with no authentication) on server B. Now I modified the<br>
spring/resources.xml file as follows with the host and from address and no<br>authentication. Server B is 10.100.22.365 . The problem is that when i<br>modify anything in this resources.xml the changes are picked but it is not<br>
picking up the form address. The mail is being sent to the smtp server when<br>registration is done but the FROM address is missing. Also as a test I can<br>ping to the mail server and vice versa and telnet on port 25 and<br>
successfully send emails on port 25 so connecitvity is not an issue<br><br><br>&lt;beans xmlns=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">www.springframework.org/schema/beans</a>&quot;<br>
xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">www.w3.org/2001/XMLSchema-instance</a>&quot;<br>xsi:schemaLocation=&quot;<br><a href="http://www.springframework.org/schema/beans" target="_blank">www.springframework.org/schema/beans</a><br>
<a href="http://www.springframework.org/schema/beans/spr...ns-2.0.xsd" target="_blank">www.springframework.org/schema/beans/spr...ns-2.0.xsd</a>&quot;&gt;<br><br><br>&lt;bean id=&quot;mailSender&quot;<br>class=&quot;org.springframework.mail.javamail.JavaMailSenderImpl&quot;&gt;<br>
&lt;property name=&quot;host&quot; value=&quot;10.100.22.365&quot; /&gt;<br><br>&lt;/bean&gt;<br><br>&lt;bean id=&quot;mailMessage&quot; class=&quot;org.springframework.mail.SimpleMailMessage&quot;&gt;<br><br>&lt;property name=&quot;from&quot; value=&quot;<a href="mailto:abcd@emailserver.com">abcd@emailserver.com</a>&quot; /&gt;<br>
<br>&lt;/bean&gt;<br><br>&lt;/beans&gt;<br><font color="#888888">--<br>View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/sermyadmin-registration-activation-email-not-being-sent-tp5020958p5020958.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/sermyadmin-registration-activation-email-not-being-sent-tp5020958p5020958.html</a><br>
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br></font></blockquote></div><br>