Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ssmtp を使用して ubuntu マシンをセットアップしました。
私のウェブサイトには、メールの送信方法をブラウザに尋ねる mailto タグがありますが、ユーザーに尋ねることなく、ssmtp 設定を使用して自動的に送信したいと考えています。
<a href="mailto:?subject=....">Testing</a>
これどうやってするの?または、これには PHP 命令を使用する必要がありますか?
前もって感謝します!