f.Mail().setBody()
f.Mail().setBody(content)
개요
파라미터
파라미터명
필수여부
타입
제약사항
설명
예시
// 메일을 보내기 전 내용을 설정합니다.
let mail = f.Mail();
mail.setBody("Hello there.")
...
mail.send();Last updated
Was this helpful?
f.Mail().setBody(content)
// 메일을 보내기 전 내용을 설정합니다.
let mail = f.Mail();
mail.setBody("Hello there.")
...
mail.send();Last updated
Was this helpful?
Was this helpful?