cancel
Showing results for 
Search instead for 
Did you mean: 

File---Mail Scenario

Former Member
0 Kudos

Hi All,

I have one Query regarding the File--Mail Scenario

Can i implement this scenario with my Gmail Account???

Like as soon as i place the file in FTP Server it should goto my Gmail Account .

What are all the Pre requisites i need to do for Mail side??

Is it is a free or do i need to configure any extra settings???

Please guide me on this

Regards

Suman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suman,

It's free,

you can go ahead and do it.

It's same as somebody in person sending a mail on your Gmail account.

Thanks,

Varun

Former Member
0 Kudos

Hi Varun,

So do u have any doc or guide on this implementation, such as with gmail or any other mails.

What i have to mention in the URL and in some required fields

REgards

Suman

Former Member
0 Kudos

It's really no different to any other scenario. You're just outputting a message to an SMTP service. You'll need

boldDESIGNbold

1. External definition for the mail message type

https://websmp205.sap-ag.de/~sapidb/012006153200000361852004E/ximail30_xsd.txt

2. Mapping from your file interface to the message interface

boldCONFIGbold

1. No difference here, standard receiver and interface determination. I created a SMTP Comms Channel and referenced my exchange server. You can use fixed parameters or send the data dynamically. There is a great blog here that describes it /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter

I never managed to connect to GMAIL and send my emails that way - problems with out firewall. Howwever, I have sent emails through out exchange server and onto gmail.

Answers (4)

Answers (4)

Former Member
0 Kudos

Ans

former_member556603
Active Contributor
0 Kudos

Hi Suman,

Go through this blogs

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail

/people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1

/people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address

Thanks,

Satya Kumar

Reward if it is useful..

former_member556603
Active Contributor
0 Kudos

Hi Suman,

In the Communication Channel.You have to give the

Transport Protocol : SMTP

Message Protocol : XIPAYLOAD

Connection Parameters for mail server

URL : smtp:/gmail.com

user: eg: xxxxxxxxxx@.........

Password: .............

Mail Attributes

Use mail package:

click the chheck box.

Frm : xxxxxxxxxx@..........

to:

Subject:

Thanks,

Satya Kumar

Former Member
0 Kudos

Hi

In the communication channel of the mail adapter, under SMTP server IP address, give smtp.gmail.com as the address of gmail server.

regards

krishna