Xeen
Xeen

Reputation: 7003

How to set up phpmailer?

I'd like to use phpmailer for sending emails, but, as far as I can see, it requires me to point out SMTP server. Since I don't know it, is there a way to just use it without configuring for that or maybe there are other plugins for the job?

Upvotes: 0

Views: 327

Answers (1)

user2077511
user2077511

Reputation:

Make sure you are not spamming the things.

If the mail is going-in to junk folder, this does not means that the your mail() function is not working. It has something to do with spam control activity done by mail reciever domain.

And in case you doing it for a valid purpose try signing your mail with dk/dkim signature and provide a SPF record to your domain.

Upvotes: 1

Related Questions