Report this

What is the reason for this report?

Postfix + Symfony sending mail

Posted on July 14, 2020

Hey everyone, I’m having a hard time understanding how to send email through my PHP application Symfony. I installed Postfix (using this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-18-04) and have tested to make sure that the mail can be sent through the console, and it can.

The trick now is to figure out what the proper URL is for my .env file to send emails (variable: MAILER_URL=smtp://localhost). This hasn’t sent anything.

What’s the approach here? Do I use anything specific to point to the right place to send emails?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @pixelcommerce,

Are you getting any errors when you try to send the emails?

What I usually do is rather than running my own SMTP server, I use an SMTP solution like SendGrid or MailGun for my Laravel applications. That way I don’t have to set up and maintain a whole SMTP server for 1 website only.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.