New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
How to enable sending emails on LEMP VPS
Hello,
I have install LEMP on a VPS, want to run a custom CMS. Everything went fine but it didn't send emails (contact form, inquiries, user registrations etc). Running Debian 7, sendmail is installed by default.
Main problem:
It do not allow to send if there is $headers in mail function. It sends email if I remove headers from mail function.
CMS has headers >mail($emailTo, $subject, $body, $headers);
Can anyone point guide me or share tutorial on how we can send emails?
Thanks!
Comments
Use SendGrid/Mandrill :P
http://www.lowendguide.com/3/email/low-memory-usage-smtp-send-only/