cancel
Showing results for 
Search instead for 
Did you mean: 

Need to send order copy details to my mail?

former_member1354369
Participant
0 Kudos

Hello Hybris Experts,

In Order configuration screen ,

THANK YOU FOR YOUR ORDER! Your Order Number is 00003003

A copy of your order details has been sent to

Could any one suggest me how do i trigger to mail?

Appreciate your help!

BR, R venkata karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For testing purpose, you can do as follows:

  • Add the following lines in local.properties and restart hybrisserver

mail.from=cuppy-no-reply@hybris.de

mail.replyto=cuppy-no-reply@hybris.de

mail.smtp.server=localhost

mail.smtp.port=25

mail.smtp.user=username

mail.smtp.password=password

mail.smtp.starttls.enable=true

former_member1354369
Participant
0 Kudos

Hello Arvind,

Can i change (mail.from=cuppy-no-reply@hybris.de, mail.replyto=cuppy-no-reply@hybris.de) into my own mail recipients, will it works?

what would be username and password?

Appreciate your help?

BR R venkata karthik

Former Member
0 Kudos

Hi Karthik,

You can change the email addresses to any valid email address and username and password to any username and password of your choice.

Please note that it is a fake SMTP server and therefore it can not send an email to your email (e.g. gmail, yahoo etc.) inbox. This is for testing purpose and all the emails sent from it can be seen listed only in its own UI (below the place where 'Start server' button is there). However, you can open any of these email messages using any email client like outlook, lotus notes, thunderbird etc.

Thanks, Arvind

former_member1354369
Participant
0 Kudos

Hi Arvind, It's working. Thank you very much.

BR R venkata karthik

Former Member
0 Kudos

Most welcome

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

You can add your smpt configre peroperty in local.property to send email

Former Member
0 Kudos

Email is sent automatically OOTB. You only have to configure smtp.

former_member1354369
Participant
0 Kudos

Hi Piotr Could you suggest me steps to configure smtp, which file need to modify?

Appreciate your help!

BR R venkata karthik