arnoldle / phplist-plugin-submitByMailPlugin

Elements of a plugin to submit messages to Phplist by mail. In development. Planning for June release.
3 stars 6 forks source link

Invalid email address for message submission! #2

Closed tehsu closed 9 years ago

tehsu commented 9 years ago

Putting in a normal email, even testing a personal email keeps reporting the following error, Invalid email address for message submission!

tehsu commented 9 years ago

Only seeing this issue when submitting the info using Chrome. I used safari and the info went through fine.

arnoldle commented 9 years ago

Thanks for the tip. The latest Chrome version?

Arnold

On Jun 16, 2015, at 12:00 PM, tehsu notifications@github.com wrote:

Only seeing this issue when submitting the info using Chrome. I used safari and the info went through fine.

— Reply to this email directly or view it on GitHub https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/issues/2#issuecomment-112497480.

tehsu commented 9 years ago

Yeah, the latest version.

arnoldle commented 9 years ago

Would you mind giving me the email address that failed using Chrome? Every address I have tried so far with Chrome works fine.

Arnold

On Jun 16, 2015, at 12:05 PM, tehsu notifications@github.com wrote:

Yeah, the latest version.

— Reply to this email directly or view it on GitHub https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/issues/2#issuecomment-112498542.

tehsu commented 9 years ago

I used list@snyde.net and its seeing this issue, maybe it is one of the plugins on chrome. I can further test it.

arnoldle commented 9 years ago

It’s not a plugin. I found the same problem using Chrome.

I’ll check it out.

Arnold

On Jun 16, 2015, at 12:27 PM, tehsu notifications@github.com wrote:

list@snyde.net mailto:list@snyde.net

tehsu commented 9 years ago

Ok, thanks.

arnoldle commented 9 years ago

Hi,

But anyway I am now trimming all the extraneous white space from the form entries. After doing this, the plugin works as well with Chrome as with Safari. It accepts list@snyde.net mailto:list@snyde.net .

You should copy the files sbmajax.php and generateScripts.php from my repository and use them to replace the corresponding files in your installation.

Thanks for reporting your issue.

Arnold

On Jun 16, 2015, at 12:30 PM, tehsu notifications@github.com wrote:

Ok, thanks.

— Reply to this email directly or view it on GitHub https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/issues/2#issuecomment-112507128.

tehsu commented 9 years ago

Ok, thank you, I submitted another issue, the email that is sent does not capture the from address name, such as, itll send list@snyde.net as the from address but not add Snyde Mailing List as the name. I'm no expert, but I'm trying to figure out what to change to allow this to happen. Much appreciated.

arnoldle commented 9 years ago

I will have to think about that. But, as a work-around, you might consider using a prefix in the subject line to identify the mailing list. You could use the listNamePrefix plugin https://resources.phplist.com/plugins/listnameprefix or the subjectPrefix plugin https://resources.phplist.com/plugins/subjectprefix for that.

Arnold

On Jun 16, 2015, at 12:54 PM, tehsu notifications@github.com wrote:

Ok, thank you, I submitted another issue, the email that is sent does not capture the from address name, such as, itll send list@snyde.net mailto:list@snyde.net as the from address but not add Snyde Mailing List as the name. I'm no expert, but I'm trying to figure out what to change to allow this to happen. Much appreciated.

— Reply to this email directly or view it on GitHub https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/issues/2#issuecomment-112513497.