Page 1 of 1
Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 7:27 am
by sanders123
Hello,
I am trying to send email messages with swiftmailer version 4.0.3. I get a returncode 2. And it seems the messages are sent, however they don't arrive.
I am using the sendmail transport mode:
Code: Select all
$this->psTransport = Swift_SendmailTransport::newInstance('/usr/sbin/sendmail -t');
I get a return code of 2 and no exception happens.
Anyone familiar with this problem?
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 8:01 am
by Chris Corbyn
Hi sanders123,
It sounds as though either the mails are being caught in a junk mail filter, or sendmail is just spooling the mail to disk and not physically sending it.
Cheers,
Chris
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 8:14 am
by sanders123
Chris Corbyn wrote:Hi sanders123,
It sounds as though either the mails are being caught in a junk mail filter, or sendmail is just spooling the mail to disk and not physically sending it.
Cheers,
Chris
Hmm is there a way to check this on a shared server?
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 9:12 am
by Chris Corbyn
sanders123 wrote:Chris Corbyn wrote:Hi sanders123,
It sounds as though either the mails are being caught in a junk mail filter, or sendmail is just spooling the mail to disk and not physically sending it.
Cheers,
Chris
Hmm is there a way to check this on a shared server?
If this is a shared server then I suspect my first suggestion is true. Your mail is getting caught in a junk mail filter. Shared servers are inherently abused by spammers and are regularly blacklisted.
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 9:13 am
by Chris Corbyn
What's the IP address/domain name of your server?
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 9:15 am
by sanders123
62.221.193.42
edit: chris,
Are there other ways to get out of this? For example using a different transfer protocol?
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 9:24 am
by Chris Corbyn
sanders123 wrote:62.221.193.42
The IP does not appear to be blacklisted, so that's not likely to be the issue.
Other issues could be if the IP does not have a reverse DNS record (62.221.193.42 seems to have 4 different rDNS records... I'm not 100% if this is valid for a domain that sends mail). Also, your domain name that you send from must have a SPF record (i.e. the sender address must have a SPF record).
Are there other ways to get out of this? For example using a different transfer protocol?
Yes, SMTP to a remote host is by far the most reliable (and predictable) method.
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 9:33 am
by sanders123
Chris Corbyn wrote:sanders123 wrote:62.221.193.42
The IP does not appear to be blacklisted, so that's not likely to be the issue.
Other issues could be if the IP does not have a reverse DNS record (62.221.193.42 seems to have 4 different rDNS records... I'm not 100% if this is valid for a domain that sends mail). Also, your domain name that you send from must have a SPF record (i.e. the sender address must have a SPF record).
Are there other ways to get out of this? For example using a different transfer protocol?
Yes, SMTP to a remote host is by far the most reliable (and predictable) method.
Ok, thanx for your reaction. Are there smtp servers available wich I could use? Or are these all paid servers?
Re: Sent mail doesn't arrive [4.0.3]
Posted: Mon Mar 30, 2009 4:11 pm
by echoDreamz
I used
http://www.dnsexit.com/Direct.sv?cmd=mailRelay for a long time, good service and cheap. You can also PM me your requirements for sending email and maybe we can work something out possibly free??(I work for a hosting company).