例如,我是要評估賣家的買家。如何讓Lotus Notes @MailSend發送我的表單的確切副本?
我有這樣的賣家樣品評估。
我需要發送電子郵件給賣家,伊甸園F.德萊昂,樣品形式的精確副本。
但是,我所能做的就是這段代碼。
{`@MailSend
(Seller;
Buyer;
"";
"Rating for: " +Seller;
"";
"Sales evaluation for : " +Seller
[email protected]+
"Buyer : " +Buyer
[email protected]+
"Performance : " +Performance
[email protected]
[email protected]+
"Areas for Improvement:"
[email protected]+
"1. " +Development1+ " - " +Rate1
[email protected]+
"2. " +Development2+ " - " +Rate2
[email protected]+
"3. " +Development3+ " - " +Rate3
[email protected]
[email protected]+
"Recommendation : " +Recommendation
`}
這會發送這樣的電子郵件通知。
我能做些什麼,以發送電子郵件通知,看起來完全一樣的表格樣本。謝謝。
謝謝理查德。現在我明白了。我將找到一個理解LotusScript的好材料。 –
如果我的回答對您有幫助,請立即投訴並接受。 –