Goto main content

help desk

How to add a reply_to in the email function

How can we add a reply to in the email function.

Asked on 2020-01-21 00:00:00

OFFICIAL ANSWER

You will need to add a header to the email.

Ex. :
email( 
from: "laplante@sednove.com",  
to: "pierre.laplante@sednove.com",  
subject: "test",  
header: "Reply-To: laplante.p@gmail.com",  
message: "test" );

Url : Documentation for email function

Answer by:
Pierre Laplante

Replied on: 2020-01-21 00:00:00