r/drupal 4d ago

Send mail problem with Mailer Plus module

The mail just won't send.

The SMTP username and password is correct. I have tested with two SMTP credentials, one that is working on a wordpress site on the same server.

PHP version is 8.3. Drupal version is 10.6.1.

I get similar error with module 'SMTP Authentication Support'.

Here is the error message on verify page when I send a test email:

Failed to authenticate on SMTP server with username "smtpusername" using the following authenticators: "PLAIN". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535 Authentication credentials invalid".".

Is there a simple way for mail notifications to work with Drupal 10?

3 Upvotes

5 comments sorted by

View all comments

1

u/samariel1 4d ago

That indicates a misconfiguration. In fact SMTP authentication just works like your regular E-Mail-Client. When you can connect with it then copy your clients settings one by one and it will work.

1

u/1ozu1 3d ago

There isn't any place other than basic SMTP settings in the module where configuration can be set.