Trying to set this up. relaying via att.net. It works just fine on my other applications. Can send directly, or can send via windows relays I have set up just fine.
PHPMailer on Zenphoto, cannot get it to work:
I don't see any option to set a To or From email address
Here is current message:
-------------------------------
PHPMailer failed to send [Brownlee Photo Gallery] Comment posted
ErrorInfo:The following From address failed: zenphoto@cms
brownleefamily
us : MAIL FROM command failed,Request failed; Mailbox unavailable ,550,SMTP server error: MAIL FROM command failed Detail: Request failed; Mailbox unavailable SMTP code: 550SMTP server error: MAIL FROM command failed Detail: Request failed; Mailbox unavailable SMTP code: 550
OK, I corrected the address... and still got an error
- How does it know who to mail TO: ?
----------------------
PHPMailer failed to send [Brownlee Photo Gallery] Comment posted
ErrorInfo:The following From address failed: waltrip
alt@gmail
com : MAIL FROM command failed,Request failed; Mailbox unavailable ,550,SMTP server error: MAIL FROM command failed Detail: Request failed; Mailbox unavailable SMTP code: 550SMTP server error: MAIL FROM command failed Detail: Request failed; Mailbox unavailable SMTP code: 550
`alt@gmail` is most certainly not a complete mail address ;-)
You generelly need to make sure that you entered all other credentials as the mail provide requires. Like you would setup a mail programm.
As said otherwise try the sendmail plugin instead, that does not even have options to set. That should work out of the box therefore unless your server is not setup accordingly (we use that on our site, execpt the forum naturally).
For PHp sendmail you don't need to setup anything. Your host should have done that for you as that is a server core functionality. Then the server sends the mails but you cannot use a gmail address.
We use that on our main site as well if somehow uses our contact form.
Btw, I have anonymize your address above as you surely don't want to have this here ;-)
The bold happend because you put a `===` below it which means h1 headlne formatting in Markdown syntax which this forum uses.
I can compose a mail.php file and it will send email
it still does not connect me to how zenphto uses it.
latest message:
zenphoto_sendmail failed to send [Brownlee Photo Gallery] Comment posted to one or more recipients
I swithced to zenphoto_sendmail.
there is not any invormation on how this plugin gets its information on mailserver, from user, to user. I can see that there are some settigns in php.ini
Perhaps you should try to explain what you exactly are trying to do. You don't need tp compose a mail.php or anything. PHP mail uses the server setting to mail from.
For example if someone uses the contact_form on our site. On our server uses generic internal address `zen****@www.zenphoto.org` to send from. That is not a "real" mailbox. How it is named differs on each server. What that is, I don't know, it's your server. :-)
On the contact_form plugin for we definde the actual address to send to.
Good you got it working. I actually thought that it is clear that if you setup a mailbox so it will use that and naturally the mail address that belongs to it :-) We'll see if we can add something perhaps.
I am sorry, I told nonsense about the address to send from. It does not use the mail address of hte handler definde in phpMailer. That address is set on Options > General actually.