Hi, i am creating a legitimate email program which sends emails to people in the database. I can also, add a custom email recipient if the user requires it. So I try to email my hotmail account from my program. I set the SMTP server to my works local SMTP server and I use my valid work email address as the from Email Address. This works for most email addresses. However, it seems it will not send to hotmail. I get an error "5.7.1 Unable to relay for email@hotmail.c o.uk". I did some research on this and there are suggestions that hotmail thinks i am a spammer and is telling me to go away.
So, my next test was I email my hotmail account from outlook. I put the recipient email address in. The From Email Address is already setup in outlook (same as I inputted into my program). This email then sends.
Does anyone know what I need to do to send to hotmail?
Maybe there’s a way to validate the email address? Some sort of authentication with the server?
Any help on this is much appreciated,
Thanks,
Piercy
So, my next test was I email my hotmail account from outlook. I put the recipient email address in. The From Email Address is already setup in outlook (same as I inputted into my program). This email then sends.
Does anyone know what I need to do to send to hotmail?
Maybe there’s a way to validate the email address? Some sort of authentication with the server?
Any help on this is much appreciated,
Thanks,
Piercy
Comment