Ana içeriğe atla

Drupal 8'de programatik olarak mail gönderme

3 dakika okuma süresi

Programatik olarak mail göndermek için hook_mail kullanılmaktadır.

_mail($key, &$message, $params) { $options = array( 'langcode' => $message['langcode'], ); switch ($key) { case 'create_article': $message['from'] = \Drupal::config('system.site')->get('mail'); $message['subject'] = t('Article created: @title', array('@title' => $params['node_title']), $options); $message['body'][] = $params['message']; break; } } ?>

Not: hook_mail fonksiyonu sadece modülde çalışmaktadır.

Ofislerimiz

Drupart Locations

Ofislerimiz

Drupart AR-GE

GOSB Teknopark Hi-Tech Bina 3.Kat B3 Gebze - KOCAELİ

+90 262 678 8872

+90 216 706 12 58 

[email protected]

Londra

151 West Green Road, London, England

+44 203 815 6478

[email protected]

Newark

112 Capitol Trail Suite, A437 Newark DE, 19711

+1 (740) 666 6255

[email protected]

Wiesbaden

Hinterbergstraße 27
65207 Wiesbaden
Deutschland

+49 (0) 6151 – 492 70 23

[email protected]