diff options
author | Urban Müller | 2024-06-10 18:40:43 +0200 |
---|---|---|
committer | Urban Müller | 2024-06-10 18:40:43 +0200 |
commit | 8ecc962be8280dabe1d01fe1cc36ff746bd3bfa2 (patch) | |
tree | 6b58eab491f4f027c3db647c1111746271965cdc /it_mail.class | |
parent | 5a51732fc8d845d4c0e308b6340d9f4e20aa6ff4 (diff) | |
download | itools-8ecc962be8280dabe1d01fe1cc36ff746bd3bfa2.tar.gz itools-8ecc962be8280dabe1d01fe1cc36ff746bd3bfa2.tar.bz2 itools-8ecc962be8280dabe1d01fe1cc36ff746bd3bfa2.zip |
http: -> https:
Diffstat (limited to 'it_mail.class')
-rw-r--r-- | it_mail.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_mail.class b/it_mail.class index 63bcc28..11a4252 100644 --- a/it_mail.class +++ b/it_mail.class @@ -38,7 +38,7 @@ define('IT_MAIL_CHECKEMAIL_OK', 10); * <br> * $mail = new it_mail(array('To' => $to, 'From' => 'itools@gna.ch', 'Subject' => 'Example'));<br> * $mail->add_body('Plain text message body');<br> - * $mail->add_body('HTML message with <a href="http://gna.ch/">link</a>', IT_MAIL_HTML);<br> + * $mail->add_body('HTML message with <a href="https://gna.ch/">link</a>', IT_MAIL_HTML);<br> * $mail->send();<br> * </nobr></code> */ |