wirecreative
Forum Replies Created
-
It’s been a while, but I think I got this to work with an SES account after upgrading it to send thousands more emails a month than I actually need. It would not work at the initial level that SES provides prior to upgrading.
It is true that you need to have the FROM address set as the email of the sending account, even though it seems intuitive to make that the address of the person submitting the form. (You can put that sender email in as the reply-to address, but this still causes confusion with some of my clients.)
using smtp.office365.com
There’s your problem. Office365 simply doesn’t support this. Maybe someone else knows a trick to get it to work, but AFAIK it’s impossible to get a webservice to login to 365 to send emails. Microsoft blocks it for security reasons.
The workaround I use is setting up a subdomain, like form.mydomain.com, and point its MX records at the webserver where I’ll have a dedicated email account like web@form.mydomain.com set-up for the purpose of sending form emails via SMTP.
Forum: Plugins
In reply to: [Search & Replace] Please do not interruptI’m having this same problem. I’d like to use your plugin to change all of the hard-coded http://mydomain.com/ links (why WordPress does this is ridiculous) to “/” so that all of the images and other internal links will work regardless of protocol or domain.
However, your plugin won’t let me replace the domain name. It seems to suggest that I can do it after heeding the initial warning, but if there’s a way to get past the warning, I can’t find it.
Thanks,
Greg