Hi, <br> <br>Please try to insert the data in this format:<br> <br><property name="from"><value><a href="mailto:myapp@maurice.co.uk">myapp@maurice.co.uk</a></value></property><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"><<a href="mailto:abarwat@gmail.com">abarwat@gmail.com</a>></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><beans xmlns="<a href="http://www.springframework.org/schema/beans" target="_blank">www.springframework.org/schema/beans</a>"<br>
xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">www.w3.org/2001/XMLSchema-instance</a>"<br>xsi:schemaLocation="<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>"><br><br><br><bean id="mailSender"<br>class="org.springframework.mail.javamail.JavaMailSenderImpl"><br>
<property name="host" value="10.100.22.365" /><br><br></bean><br><br><bean id="mailMessage" class="org.springframework.mail.SimpleMailMessage"><br><br><property name="from" value="<a href="mailto:abcd@emailserver.com">abcd@emailserver.com</a>" /><br>
<br></bean><br><br></beans><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>