how to fix SMTP config from the inside

Confluence User - 06 Apr, 2016

this si my settings, but the problem is it is still sending from the "yusenemailtest@gmail.com" 

 

the idea is the login info will be the sender of the email, how will i do that when there is no hash variable for password account. thank you!

 

forms;user;server;datalists;userviews

3


06 Apr, 2016
confluenceUser
confluenceUser

Hi Jedi

Do have a look at the implementation of SMTP in Simple Leave app in Joget Marketplace.

The app uses a Form to allow the user to set up the SMTP values without the need to access Joget console.

The form stores the values of the entered SMTP fields into 'Properties & Export>Environment Variable', which is in turn is mapped to the 'Properties & Export>Plugin Default Properties'.

The SMTP username and password is usually a "non-person" email address like 'info@gmail.com' or 'mailbox@gmail.com' and this is 'fixed' throughout the use of the app in production.

However, the "From" can be a hash variable such as '#form.table.email#' which you can populate in the form. But we usually fix it as 'donotreply@gmail.com'.

Hope this helps you (smile)

08 Apr, 2016
confluenceUser
confluenceUser

hi Matthew, thank you for you answer, i am currently studying the app now. my question is how will it be saved sent into email when it will be setup form the inside? i cant seem to find it in the app. thank you!

14 Apr, 2016
confluenceUser
confluenceUser

i think google does not allow to send an email with different email other than your username. 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print