November 28, 20178 yr Hi all, Using BaseElements Plugin, I can send emails with attachments, but, the from parameter seems to be constant and does not change based on value of a filed. Here is the variable I use: BE_SMTP_Send ( Emails::from; Emails::to; Emails::subject; Emails::body ; ""; ""; ""; ""; $AttachmentPath) So whatever I have in "Emails::from" is ignored in the sent email. Any Idea? Regards,
Create an account or sign in to comment