Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I fear that your question can not be specifically answered, because next to concrete technical problems you can face complex problems here that need multiple places to be touched which is not trivial.</p> <p><strong>The Sending Issue</strong></p> <p>First of all, you can send emails with SwitfMailer, this should "just work"<sup>tm</sup>. However, if the transport you're using, like the SMTP server is not delivering the emails, that is not related to SwiftMailer directly (as it wouldn't be related to PHP <code>mail</code>).</p> <p>However, you can use the <code>$result</code> from SwitfMailer to find out if SwiftMailer itself was running into any errors sending the email. See <a href="http://web.archive.org/web/20111201214751/http://swiftmailer.org/wikidocs/v4/transports/smtp#troubleshooting" rel="nofollow">SwiftMailer SMTP Troubleshooting (Archived Copy)</a> for some more info in case you've got problems to get SwiftMailer to work with your SMTP server.</p> <p><strong>The Spam Issue</strong></p> <p>This can not be specifically answered. Similar questions pop up here on SO from time to time, but most often things are not specifically answered because this topic stretches over what exact content has your email (email header and body Spam scoring), from which server it is send (IP-Address and Hostname based Spam scoring, e.g. blacklists as well as DNS configuration for the Hostname, see <a href="http://en.wikipedia.org/wiki/Sender_Policy_Framework" rel="nofollow">SPF</a>) and other stuff.</p> <p>Using SwiftMailer can help as you can exchange mailer backends, e.g. to buy-in a commercial SMTP gateway that focusses to lower the burden of your mails scored as Spam. However as I wrote it in some other answer/comment: A whole business is running on spam - on the "bad" and the "good" side. So it's not always advisable to trust any of these entities.</p> <p>Instead you can start to learn about how email technically works, how spam scoring is working and what you can do to send correct emails over a properly configured SMTP server. That is some work and it can not be provided as an answer here because it's very broad.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload