Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Putting a mailto link in a Thunderbird signature file

  • 2 답장
  • 1 이 문제를 만남
  • 51 보기
  • 최종 답변자: Debbie53

more options

I am starting a small mailing list for a newsletter. I would like to put an "unsubscribe" message in a signature file that opens up a new message to write in the user's email program with the return address and subject already filled in, so they can just click "send" to automatically be unsubscribed. I saved the following as a file that I then select to use as the signature for the mailing list:

If you no longer wish to receive our newsletter, click Unsubscribe to be removed from this list.

When I send a test message to myself, it looks okay and the link is clickable, but when I click on it, nothing happens. Is there something wrong with my format, or is what I am trying to do not possible? Thank you.

I am starting a small mailing list for a newsletter. I would like to put an "unsubscribe" message in a signature file that opens up a new message to write in the user's email program with the return address and subject already filled in, so they can just click "send" to automatically be unsubscribed. I saved the following as a file that I then select to use as the signature for the mailing list: <html> <b>If you no longer wish to receive our newsletter, click <a href=”mailto:unsubscribe-request@example.com?subject=unsubscribe">Unsubscribe</a> to be removed from this list.</b> </html> When I send a test message to myself, it looks okay and the link is clickable, but when I click on it, nothing happens. Is there something wrong with my format, or is what I am trying to do not possible? Thank you.

선택된 해결법

In the attached picture, the word unsubscribe is selected, then Ctrl+K to enter the link. When the link is clicked in the received mail, TB launches a new message to the janedoe address, with unsubscribe as the Subject. If that isn't working when you use the same syntax, the setting for mailto links may not be correct in the OS, or maybe there's an incorrect preference in TB.

Make sure you create the signature file with the TB message composer.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

In the attached picture, the word unsubscribe is selected, then Ctrl+K to enter the link. When the link is clicked in the received mail, TB launches a new message to the janedoe address, with unsubscribe as the Subject. If that isn't working when you use the same syntax, the setting for mailto links may not be correct in the OS, or maybe there's an incorrect preference in TB.

Make sure you create the signature file with the TB message composer.

more options

I originally tried doing this in the message composer, but I think I pasted HTML into the box instead of just typing as a normal message. Anyway, it worked fine the way you told me. Thanks so much!