I am trying to configure our webserver at work, which is hosted at Mweb to send emails through mwebs smtp server however I cant seem to get it right.
From my understanding, the fact that the mail is coming from within mweb , their smtp server will allow mail though without having to provide a username and password. This is also what support told me.
So im sure its just and issue with my configuration. I am making use of mvc Mailier If anyone is familier with it, but regardless here is the config:
<smtp from="[email protected]">
<network enableSsl="false" host="smtp.mweb.co.za" port="587" />
</smtp>
but with this config I am getting the following error:
"Could not complete sender verify callout"
any one have any ideas?
here is the default config:
<smtp from="[email protected]">
<network enableSsl="true" host="smtp.gmail.com" port="587" userName="[email protected]" password="valid-password" />
</smtp>
From my understanding, the fact that the mail is coming from within mweb , their smtp server will allow mail though without having to provide a username and password. This is also what support told me.
So im sure its just and issue with my configuration. I am making use of mvc Mailier If anyone is familier with it, but regardless here is the config:
<smtp from="[email protected]">
<network enableSsl="false" host="smtp.mweb.co.za" port="587" />
</smtp>
but with this config I am getting the following error:
"Could not complete sender verify callout"
any one have any ideas?
here is the default config:
<smtp from="[email protected]">
<network enableSsl="true" host="smtp.gmail.com" port="587" userName="[email protected]" password="valid-password" />
</smtp>