note: there are some options to run a smtp-mail-plugin
i have found one: https://www.siteground.com/tutorials/wordpress/use-smtp/
By default, WordPress uses the PHP Mail function to send its emails. However it is better to use SMTP as it handles sending messages better and you can also use it to send emails from a third party mailing service.To begin, first you need to install a plugin named WP Mail SMTP by following the instructions in our tutorial on how to install WordPress plugins. Once the plugin is installed and activated, a new menu will show up under the Settings section called Email. You will need to navigate to it in order to configure WordPress to work with SMTP.
well – with this smtp-plugin i can do alot: Here’s a list of all of them and what do they configure:
From Email – the email address you want to send emails from – for example email@yourdomain.com;
From Name – the name that your emails will be sent from;
Mailer – choose whether you want to use the default Mail function or the SMTP;
Return Path – check if you want to match the return path for your emails to the sending email;
SMTP Host – the hostname for your SMTP server;
SMTP Port – the port your server works on;
Encryption – if you have SSL/TLS encryption available for that hostname, select it here;
Authentication – check if your SMTP server requires authentication;
Username – the username for your SMTP server;
Password – the password for your SMTP server;
Once you configure those parameters, simply click the Save button at the bottom of the page.
but wait: i want to know if it is possible to run with the basic e-mail-settings… how to check them!? What to do to get to know if the e-mail settings correct….
love to hear from you
update: these data below – i have taken out of the configuration on the php
sendmail_path /bin/true /bin/true
serialize_precision 17 17
short_open_tag Off Off
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
sys_temp_dir /tmp /tmp
track_errors Off Off
are there more Essentials and configuration-details that have to be met on the SERVER
in other words – do i have to take care for ___more___ configuration-details on the server!?
which are the important SERVER-Parameters for EMail?
when i get all right then i have to
a. take care that the preliminary configurations are met on the Server – and then
b. i go to the Backend of WP and have a look at the Konfigurationens for the mailing…+
is this correct!?