Hi,
I have a script on my site that's supposed to send an email with a link back to one of my webpages (with a customized GET field).
I did some tests and my script is able to connect to the mail server and send test emails without any problems. But whenever I add the URL to my website to the email's body, the email never arrives, despite the SMTP server returning with no errors from the sendmail command (it's a Python script). I tried sending other URLs (www.google.com for example) and it works alright with those. I checked my spam folder on the receiver email account and it's just not there.
Is there some kind of filter on x10 preventing me from sending links to my website in emails?
Thanks.
I have a script on my site that's supposed to send an email with a link back to one of my webpages (with a customized GET field).
I did some tests and my script is able to connect to the mail server and send test emails without any problems. But whenever I add the URL to my website to the email's body, the email never arrives, despite the SMTP server returning with no errors from the sendmail command (it's a Python script). I tried sending other URLs (www.google.com for example) and it works alright with those. I checked my spam folder on the receiver email account and it's just not there.
Is there some kind of filter on x10 preventing me from sending links to my website in emails?
Thanks.