Can I send an email from a generic author, like <m...
# suitescript
c
Can I send an email from a generic author, like system@netsuite.com or something similar, or am I limited strictly to employees?
n
You could always make a generic employee, have the reports come from that employee
πŸ™ 1
c
While it's a good idea, of course it doesn't work for us. We're always hovering close to our max number of active users, so they've heavily discouraged generic/unused accounts.
m
Employees don't need to have login access to be used as the author for
email.send()
, assuming that's your concern.
πŸ™ 1
r
You might have to add vicarious email permission on the employee record though.
c
Looks like I can add a user without access, and it won't count against our limited # of licenses. Thanks all!
πŸ‘ 2
j
Yep, this is the approach I took, and I made the β€œfrom” email be an alias on my own email account, so I get replies/bounces.
thinking 1
πŸ’― 1