Mail not send on campaign

Thanks
I will Report you…
I Trying…

Hey Joeyk…
I installed mautic by your steps. I think successfully installed. But Showing “HTTP Error 500”.
I think I was mistaken here

<VirtualHost *:80>
 ServerAdmin admin@tecis.in
 DocumentRoot /var/www/html/mautic
 ServerName tecis.in
 ServerAlias www.tecis.in

 <Directory /var/www/html/mautic/>
    Options +FollowSymlinks
    AllowOverride All
    Require all granted
 </Directory>

 ErrorLog ${APACHE_LOG_DIR}/error.log
 CustomLog ${APACHE_LOG_DIR}/access.log combined

 </VirtualHost>

Check file ownership. Make sure the user who runs apache has rights to run mautic

A log…

 Current Error Log

[2021-03-17 05:35:53] mautic.ERROR: [MAIL ERROR] Sending failed for one or more recipients Log data: ++ Starting Swift_Transport_EsmtpTransport << 220 mail.tecis.in ESMTP ready >> EHLO mautic.tecis.in << 250-mail.tecis.in 250 AUTH PLAIN LOGIN >> AUTH LOGIN << 334 VXNlcm5hbWU6 >> SW5mb0B0ZWNpcy5pbg== << 334 UGFzc3dvcmQ6 >> MDA5am5wYXRlbA== << 235 2.0.0 OK ++ Swift_Transport_EsmtpTransport started >> MAIL FROM: << 250 2.1.0 Ok >> RCPT TO: << 553 5.7.1 : Sender address rejected: not owned by user Info@tecis.in !! Expected response code 250/251/252 but got code “553”, with message "553 5.7.1 : Sender address rejected: not owned by user Info@tecis.in " (code: 553) !! Expected response code 250/251/252 but got code “553”, with message "553 5.7.1 : Sender address rejected: not owned by user Info@tecis.in " Log data: ++ Starting Swift_Transport_EsmtpTransport << 220 mail.tecis.in ESMTP ready >> EHLO mautic.tecis.in << 250-mail.tecis.in 250 AUTH PLAIN LOGIN >> AUTH LOGIN << 334 VXNlcm5hbWU6 >> SW5mb0B0ZWNpcy5pbg== << 334 UGFzc3dvcmQ6 >> MDA5am5wYXRlbA== << 235 2.0.0 OK ++ Swift_Transport_EsmtpTransport started >> MAIL FROM: << 250 2.1.0 Ok >> RCPT TO: << 553 5.7.1 : Sender address rejected: not owned by user Info@tecis.in !! Expected response code 250/251/252 but got code “553”, with message "553 5.7.1 : Sender address rejected: not owned by user Info@tecis.in " (code: 553) (code: 553) >> RSET << 250 2.0.0 Ok

Before further debugging:

Try with info@tecis.in

Not capital I

Hi,

If you want, you can use my mautic-autoinstaller

It runs perfectly with an Ubuntu 20.04 VPS (Like mine).

Clone the git-repo with this command:
git clone GitHub - ramirezfx/mautic-install
then:
cd mautic-install
then:
chmod 700 install-mautic.sh
open the file install-mautic.sh with your preferred editor and change the few variables in the variables-section on the top.
Save the file and execute:
sudo ./install-mautic.sh

Hope this helps to have a clean mautic-installation

Cheers
Lorenzo