メールCCの追加方法

GengshanYang
Tera Contributor

皆さん、こんにちは!

 

メール送信機能については、Toをメインにして進めいてると思っていますが、いま、複数方をCCへ追加しようですが、どのように開発/設定するかを教えていただきたいです。

よろしくお願いいたします。

 

Gengshan.Yang

1 件の受理された解決策

MD AQUIB KHAN
Giga Guru

Hi ,

 

Create an email script with line :

email.addAddress("CC",user.email.toString(),"John Smith"); // something like this 
and then you can add the email script in your email notification.
// In the email notification
${mail_script:"YOUR EMAIL SCRIPT"}

EMAIL SCRIPT DOC 

元の投稿で解決策を見る

1件の返信1

MD AQUIB KHAN
Giga Guru

Hi ,

 

Create an email script with line :

email.addAddress("CC",user.email.toString(),"John Smith"); // something like this 
and then you can add the email script in your email notification.
// In the email notification
${mail_script:"YOUR EMAIL SCRIPT"}

EMAIL SCRIPT DOC