Forgot I posted this. Cheers, look into those.
Googled that and found a decent guide, added spf in error message and fine now. Ta again.
Not sure why correct spf isn't in there by default though as it affects standard client and webmail.
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Email SPF stuff
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Email SPF stuff"
Collapse
-
Hey Xog,
Who is your domain registered with? Do a search for "myisp spf record" and you should find a guide on how your registrar or DNS provider allows you to add SPF records. Then all you need is the IP address of the box your site is hosted in and you should be able to set it up OK.
That is if the email that is generate is coming from an address@yourdomain.co.uk...
Admin
Leave a comment:
-
just use Amazon's SES it will cost you peanuts and remove the pain for ever more.Originally posted by xoggoth View PostHad problems on and off with my shopping cart this week because ordinary php mail() function was not working.
Hosters say they have fixed the problem but in the interim I made some PHPmailer alternatives using host mailer which I could easily switch to if the problem returns. They all work well except that, with BTinternet anyway, the customer email always goes to junk due to an SPF problem. Header says :
"Received-SPF: permerror (encountered permanent error during SPF processing of domain of ....)
This is not just a coding error, I get the same fault sending from a Windows Live Mail account and from the host webmail. Been looking at solutions on net and messing about with settings to no avail. Tried using gmail but that also has a junk problem, perhaps because gmail account not same as from, which ideally needs to be a company email. Any experts on SPF? Ta.
PS: Just in case there are any code settings to fix it:
require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->SMTPDebug = 1;
$mail->IsSMTP();
$mail->SMTPAuth = true;
$mail->Host = "ssl://hp95.hostpapa.com";
$mail->Port = 465;
$mail->Username = $emailreply;
$mail->Password = $password;
$mail->From = $emailreply;
$mail->FromName = $coname;
$mail->AddReplyTo($emailreply, 'E Sales');
$mail->Subject = "Your order to $coname";
$mail->Body = "Thank you for your order\nSee below for a link to any downloads. We aim to dispatch any other items on the same or next working day.\n\n".$message;
$mail->AddAddress($custemail);
$mail->Send();
Leave a comment:
-
Email SPF stuff
Had problems on and off with my shopping cart this week because ordinary php mail() function was not working.
Hosters say they have fixed the problem but in the interim I made some PHPmailer alternatives using host mailer which I could easily switch to if the problem returns. They all work well except that, with BTinternet anyway, the customer email always goes to junk due to an SPF problem. Header says :
"Received-SPF: permerror (encountered permanent error during SPF processing of domain of ....)
This is not just a coding error, I get the same fault sending from a Windows Live Mail account and from the host webmail. Been looking at solutions on net and messing about with settings to no avail. Tried using gmail but that also has a junk problem, perhaps because gmail account not same as from, which ideally needs to be a company email. Any experts on SPF? Ta.
PS: Just in case there are any code settings to fix it:
require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->SMTPDebug = 1;
$mail->IsSMTP();
$mail->SMTPAuth = true;
$mail->Host = "ssl://hp95.hostpapa.com";
$mail->Port = 465;
$mail->Username = $emailreply;
$mail->Password = $password;
$mail->From = $emailreply;
$mail->FromName = $coname;
$mail->AddReplyTo($emailreply, 'E Sales');
$mail->Subject = "Your order to $coname";
$mail->Body = "Thank you for your order\nSee below for a link to any downloads. We aim to dispatch any other items on the same or next working day.\n\n".$message;
$mail->AddAddress($custemail);
$mail->Send();Last edited by xoggoth; 9 May 2014, 11:27.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers

Leave a comment: