Hi there,
I have a user that wants to send e-mails through php from a cron job, however those e-mails are sent via the main server ip address instead of my client dedicated ip. That behavior brings him some trouble because those e-mails are maybe blocked on the recipients due to spf settings, helo name, etc.
Question is.. how can i make those e-mails also use my clients dedicated ip?? I already selected:
"Automatically send outgoing mail from the account’s IP address instead of the main IP address."
But only e-mails affect mails sent via a smtp connection, php tho connects directly to the smtp server. Thanks!!!
I have a user that wants to send e-mails through php from a cron job, however those e-mails are sent via the main server ip address instead of my client dedicated ip. That behavior brings him some trouble because those e-mails are maybe blocked on the recipients due to spf settings, helo name, etc.
Question is.. how can i make those e-mails also use my clients dedicated ip?? I already selected:
"Automatically send outgoing mail from the account’s IP address instead of the main IP address."
But only e-mails affect mails sent via a smtp connection, php tho connects directly to the smtp server. Thanks!!!