[Users] Problem with BC-mail

titifa123 [via Petals ESB] ml-node+2865920-696821955-385891 at n3.nabble.com
Tue Apr 26 17:07:34 CEST 2011



Hi every body,

I've a problem with component BC-mail, I've used the document in
http://doc.petalslink.com/display/petalscomponents/Petals-BC-Mail+3.1.x 

here is the jbi.xml of my service provider:

<?xml version="1.0" encoding="UTF-8"?>
......
	
			<petalsCDK:timeout>30000</petalsCDK:timeout>
			<petalsCDK:validate-wsdl>true</petalsCDK:validate-wsdl>
		
<petalsCDK:forward-security-subject>false</petalsCDK:forward-security-subject>
		
<petalsCDK:forward-message-properties>false</petalsCDK:forward-message-properties>
			<petalsCDK:forward-attachments>false</petalsCDK:forward-attachments>
			<petalsCDK:wsdl>MailService.wsdl</petalsCDK:wsdl>
		
				
			<mail:scheme>smtp</mail:scheme>
			<mail:host>smtp.live.com</mail:host>
			<mail:port>25</mail:port>
			<mail:user>****@hotmail.com at hotmail.com</mail:user>
            <mail:password>*****</mail:password>
			
			<mail:from>****@hotmail.com</mail:from>
			<mail:to>****@hotmail.fr</mail:to>
			<mail:subject>test</mail:subject>
			<mail:send-mode>content-and-attachments</mail:send-mode>			
		</jbi:provides>
	</jbi:services>
</jbi:jbi>


and the jbi.xml  of my service consumer:

<?xml version="1.0" encoding="UTF-8"?>
.......

		<jbi:consumes
			interface-name="generatedNs:Mail"
			service-name="generatedNs:test_mail"
			endpoint-name="test_mailEndpoint">
	
			
			<petalsCDK:timeout>30000</petalsCDK:timeout>
			<petalsCDK:mep>InOnly</petalsCDK:mep>
		
				
			<mail:scheme>pop3</mail:scheme>
			<mail:host>pop3.live.com</mail:host>
			<mail:port>995</mail:port>
			<mail:user>****@hotmail.fr</mail:user>
            <mail:password>****</mail:password>
			<mail:folder>${DropInDirectory}\INBOX</mail:folder>
			<mail:delete>true</mail:delete>
			<mail:period>60000</mail:period>
			<mail:isxmlcontent>false</mail:isxmlcontent>
		</jbi:consumes>
	</jbi:services>
</jbi:jbi>

when i test sending mail in petals esb, nothing is sent.

For the folder INBOX, i've used an environment variable, and put a text
document (in folder INBOX) that contains the message I want sendig to the
recipient.

what is wrong on this?

bye the way, I wonder if I should download the SMTP server, if yes what is
the name server SMTP that fits with HOTMAIL?

Thanks.



_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.petalslink.com/Problem-with-BC-mail-tp2865920p2865920.html
To start a new topic under Users (get help, provide help), email ml-node+2681628-1333396262-385891 at n3.nabble.com
To unsubscribe from Users (get help, provide help), visit http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2681628&code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110426/2a33917b/attachment.htm>


More information about the Users mailing list