Skip to main content

Questions tagged [emails]

Drupal core uses email for a number of important tasks, such as verifying authenticated users' email address.

2 votes
1 answer
80 views

My server has multiple network interfaces (each with its own IP). Due to the hosting provider's security policy, outgoing connections to SMTP (port 587) are only allowed from a specific IP address — ...
DimaS's user avatar
  • 141
1 vote
0 answers
39 views

I'm setting up the field output for webform submissions sent as email - in admin/structure/webform/manage/contact/handlers/email_confirmation/edit This is working but I don't understand what the [1] ...
therobyouknow's user avatar
2 votes
0 answers
33 views

For one of the Drupal applications I maintain, I'm migrating from SwiftMailer to Symfony Mailer Lite. Following the instructions on https://www.drupal.org/project/symfony_mailer_lite, I renamed the ...
Simon's user avatar
  • 21
1 vote
1 answer
71 views

I'm working on a Drupal 10.4.6 site using a custom theme, and I need to customize the content and structure of the email sent to new users upon successful registration. Currently, the default Drupal ...
Gonzalo Mayorga's user avatar
0 votes
0 answers
42 views

I installed Drupal Symfony Mailer (version 1.5.0) and I try to convert one of my custom modules (amap) to use DSM to send emails. I created 3 EmailBuilder plugins: ForStupidsEmailBuilder @...
gbmapo's user avatar
  • 1,204
0 votes
0 answers
46 views

I'm following a tutorial to learn how to use ECA, I would like to include it in my site (D10) to replace the rules module which apparently does almost nothing compared to d7. When I have to insert the ...
Diego's user avatar
  • 5
0 votes
1 answer
123 views

After updating to Drupal 10.4.3 (from 10.4.2) emails sent out by Webform started showing the HTML in the emails... The emails were working fine before this update. The Headers of the Email seem fine: ...
Adrained's user avatar
  • 449
0 votes
0 answers
37 views

So I've made a custom module that generates a QR code with some data from order (payment amount and order ID mainly), that gives customers a way to scan bank transfer details into their banking apps, ...
KrayZee's user avatar
0 votes
0 answers
23 views

I created a webform that sends a mail out with the string [webform_submission:values] which of course means all fields are sent out in the mail. Some fields are not required and may not be filled in ...
Chris's user avatar
  • 1
0 votes
0 answers
80 views

I'm trying to write an email service (Drupal 10.3) to send emails with attachments from a website. I'm using dependency injection to get a mailer interface but it seems to inject the Drupal\...
phpbutcher's user avatar
2 votes
2 answers
277 views

In a Drupal 10 project, I am trying to convert some existing code using Mail system/swiftmailer. In my controller, I pass some variables to the mail manager using $params. $mailManager = \Drupal::...
Ronnie's user avatar
  • 509
0 votes
1 answer
32 views

Hello I'm a bit of a Drupal newbie (long time admin but new to drupal). I tool over management of some existing sites. I'm trying to add the mail systems menu item to configure an SMTP relay and doesn'...
DrupYall's user avatar
0 votes
1 answer
70 views

When users on my site request a password reset link and click the link they are taken to an access denied page when they click on the link. Clicking on the link in the email will direct users to https:...
blu's user avatar
  • 478
0 votes
0 answers
100 views

We are using Mailchimp 3.0.0 on a drupal 10 site, with php 8.2. We have a service that sends an email to a distribution list using Mailchimp. We use a Mailchimp campaign to do this in a service class ...
Bruce Zboray's user avatar
2 votes
1 answer
418 views

Background I want to make my site code open source, for reasons of: collaboration developing an open source Drupal distribution or module (yes I know distributions might be superseded by recipes but ...
therobyouknow's user avatar

15 30 50 per page
1
2 3 4 5
94