Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
get_mail_cmd function
Nidhi_Agrawal
Hi,
I am unable to find the get_mail_cmd subroutine location.
Please anyone can help me to get this subroutine file location.
I have used this function on my WFT files.
Even file or folder search is not able to give me this file on teamsite server.
Nidhi..
Find more posts tagged with
Comments
Pawan
This subroutine get_mail_cmd() is defined in Usertask.pm to give the iwsend_mail.ipl call
nbwoven
I haven't seen "get_mail_cmd" subroutine defined
as standalone file but I found it being used inside
iw-home\iw-perl\vendor\lib\TeamSite\usertask.pm
As you're already aware some of the templates that send email like
the ones mentioned below use the function "get_mail_cmd()" defined in Usertask.pm to give the iwsend_mail.ipl call for sending emails .
o under local/config/wft/examples/:
concurrent_approval_with_email_with_metadata.wft
serial_approval_with_email_with_metadata.wft
o under local/config/wft/default:
author_assignment_with_email.wft
nbwoven
Oops did'nt read Pawan's response before posting ..
Nidhi_Agrawal
Thanks !!
Your help worked. And i have got the file.
Nidhi..