Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailer Functions #1

Open
Michaeldgeek opened this issue Dec 30, 2015 · 1 comment
Open

Mailer Functions #1

Michaeldgeek opened this issue Dec 30, 2015 · 1 comment

Comments

@Michaeldgeek
Copy link
Owner

The default mail function in php actually works but gmail recognizes it as a spam mail.
I need a mailer function that can deliver mail and will not be treated as spam.

@AVONnadozie
Copy link
Collaborator

A mail being treated as spam has nothing to do with the mail function sending it but the mail itself.
Mails are marked as spam mainly by its headers and content, the best thing to do is to checkout guidelines such as http://wiki.apache.org/spamassassin/AvoidingFpsForSenders and investigate where your mail has gone wrong.
A getaway might be to send the mails in plain text by setting content-type to text/plain and setting proper header information (the current one looks ok).

In a nutshell, check the link and know what you have to add or remove to make the mail look less like a spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants