send email from linux

Posted by mustapha georges on Server Fault See other posts from Server Fault or by mustapha georges
Published on 2012-11-08T02:05:46Z Indexed on 2012/11/08 5:05 UTC
Read the original article Hit count: 259

Filed under:
|
|

I built a Linux server (CentOS). I have an application that sends email using the Zemd_Mail class which uses SMTP.

The application configuration asks for

  • Host
  • Port
  • Return path (Y/N)

but does not provide explanation.

What do I need to set this up? Can I use a gmail account to forward the mail?

When I try to send mail now, it does not arrive. I get this log in /var/log/maillog

Nov  7 21:50:26 localhost sendmail[8328]: qA82oQEP008328: to==?utf-8?B?bWFydGluLmN5dHJ5bmJhdW0=?= <[email protected]>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30467, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (qA82oQHr008329 Message accepted for delivery)

© Server Fault or respective owner

Related posts about linux

Related posts about centos