wide_load email phpacademy tutorail

Ask about a PHP problem here.
Post Reply
ashwood
Posts: 144
Joined: Thu May 12, 2011 7:17 am

wide_load email phpacademy tutorail

Post by ashwood »

ive got this.. its not all the code its the first test wide_load does..
 mail('ash_wood@live.co.uk', 'Test', 'message body', 'From: aatmOnline');
so it works.. yeah it does, but the only thing is.. in my inbox on my email address (ash_wood@live.co.uk) instead of it saying aatmOnline it says

From: aatmOnline@linweb04.linvh1.fasthosts.co.uk

instead of

From: aatmOnline

like i want it to.. is this because of my hosting provider or what?
I would put a signature.. BUT, i don't have the time.
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: wide_load email phpacademy tutorail

Post by EcazS »

I assume it is because of your hosting provider.
ashwood
Posts: 144
Joined: Thu May 12, 2011 7:17 am

Re: wide_load email phpacademy tutorail

Post by ashwood »

how can i stop this then ?
I would put a signature.. BUT, i don't have the time.
ashwood
Posts: 144
Joined: Thu May 12, 2011 7:17 am

Re: wide_load email phpacademy tutorail

Post by ashwood »

okay so ive sorted it BUT the email is being sent to the junk inbox.. is there anyway of forcing it into the main inbox?
I would put a signature.. BUT, i don't have the time.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: wide_load email phpacademy tutorail

Post by jacek »

ashwood wrote:okay so ive sorted it BUT the email is being sent to the junk inbox.. is there anyway of forcing it into the main inbox?
How did you sort it ? :)

And no not really, if you are using shared hosting pretty much every email you send will be caught by spam filters. Getting around them requires installing stuff on the server.
Image
ashwood
Posts: 144
Joined: Thu May 12, 2011 7:17 am

Re: wide_load email phpacademy tutorail

Post by ashwood »

i sorted it like this..

instead of using just from: aatmOnline

i rung my hosting they said i had to use a valid email for it to work so i used

aatmonline@aatm-online.co.uk

but that went to junk so i changed it to my old email address (hotmail)

woody-mc31@hotmail.co.uk

which sent it to the proper inbox..

so i used aatmonline@live.co.uk

and that goes to junk.. really tricky really but looks like ive no option but to send it to the junk inbox
I would put a signature.. BUT, i don't have the time.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: wide_load email phpacademy tutorail

Post by jacek »

You have to send it from an address hosted on the server you are actually sending it form, so anything @aatm-online.co.uk would be best. It also have to be a email address that exists, i.e. you should be able to send emails to it and read them.

Most importantly though, the server needs to be configured to respond to the spam checks that hotmail will send to it, which most are not.
Image
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: wide_load email phpacademy tutorail

Post by bowersbros »

sending with headers can also help in spam-checks
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Post Reply