Provide from_address with send_email API
- 
Hi,
Is it possible to provide an email address for
from_addressfield when usingsend_emailAPI? Or do we have to put a static email address in theFrom Emailfield in the email template?Thanks!
John - 
@johnmiller A static email address is required. You could work around this by having multiple templates, perhaps.
Can you explain a bit more about your use case?
 - 
@dan I wanted to use the same email template but parameterized from_email depending on the use case.
Anyway, I think I will create multiple templates. - 
@johnmiller --
That sounds good!
Feel free to log an issue if you would like to see this supported in the future.
https://github.com/FusionAuth/fusionauth-issues/issues/new/choose
Thanks,
Josh
FusionAuth